id

 File Line Text
 MTSerialNums.cpp 28  int id;
 MTSerialNums.cpp 97  printf( "Thread %d got serial number %d\n", pArgs->id, serialNumber );
 MTSerialNums.cpp 200  threadArgs[i].id = i;
ignoreCharGaps

 File Line Text
 TextExtractWorker.cpp 163  wfConfig->ignoreCharGaps = true;
ignoreLineGaps

 File Line Text
 TextExtractWorker.cpp 164  wfConfig->ignoreLineGaps = false;
IN_FILE

 File Line Text
 printpdf.cpp 111  pdoc = MyPDDocOpen(IN_FILE);
indentation

 File Line Text
 MTInMemFS.cpp 69 const float indentation = 0.75; // used to roughly control word spacing
 MTInMemFS.cpp 493  textMatrix.h = indentation*72 + x*8; // x,y coordinate on page
 MTInMemFS.cpp 494  textMatrix.v = 11*72 - indentation*72 - y*15;
INIT_AUTO_POOL

 File Line Text
 DecryptionMain.cpp 51  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MTInMemFS.cpp 205  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MTInMemFS.cpp 543  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MTSerialNums.cpp 84  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MTSerialNums.cpp 125  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MTTextExtract.cpp 33  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 MyPDFLibApp.cpp 28  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 PDFProcessor.cpp 83  INIT_AUTO_POOL(autoReleasePool);
 PeddlerMain.cpp 40  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
 TextExtractWorker.cpp 25  INIT_AUTO_POOL(autoReleasePool); /* Required only on MAC platform */
InitCS

 File Line Text
 MTSerialNums.cpp 190  InitCS( serialNumberCS ); // Initialize the CSMutex
 WatchFolder.cpp 31  InitCS(this->watchFolderMutex);
INPUT

 File Line Text
 JPXEncode.cpp 359  sourceDoc = MyPDDocOpen(INPUT);
INPUT_FILE

 File Line Text
 drawtomemory.cpp 75  PDDoc pdDoc = MyPDDocOpen(INPUT_FILE);
INPUT_PATH

 File Line Text
 FlattenPDF.cpp 76  FlattenPDFMain(INPUT_PATH, OUTPUT_PATH,
 PDFProcessor.cpp 152  ASPathName srcFilePath = ASFileSysCreatePathName( NULL, ASAtomFromString("Cstring"), INPUT_PATH, NULL );
 PDFProcessor.cpp 162  srcPDDoc = MyPDDocOpen(INPUT_PATH);
 PDFProcessor.cpp 197  printf("File %s has been successfully Converted.\n", INPUT_PATH);
 PDFProcessor.cpp 199  printf("Conversion of file %s has failed...\n", INPUT_PATH);
 XPS2PDF.cpp 83  ASPathName asInPathName = ASFileSysCreatePathName(NULL, ASAtomFromString("Cstring"), INPUT_PATH,0);
 XPS2PDF.cpp 88  printf("file %s success\n", INPUT_PATH);
 XPS2PDF.cpp 93  printf("file %s failed\n", INPUT_PATH);
inputFile

 File Line Text
 MTInMemFS.cpp 86 char inputFile[256], outputPath[256];
 MTInMemFS.cpp 108  if ((sourceFile = fopen(inputFile, "r")) == NULL)
 MTInMemFS.cpp 110  printf("Failed to open source file %s.\n", inputFile);
 MTInMemFS.cpp 525  strcpy_safe(inputFile, sizeof(inputFile), argv[1]);
 MTInMemFS.cpp 525  strcpy_safe(inputFile, sizeof(inputFile), argv[1]);
insertElement

 File Line Text
 keyList.cpp 53  this->insertElement(name,value);
 keyList.cpp 59 keyList::insertElement(const string &key, const string &value){
 keyList.h 59  void insertElement(const string &key, const string &value);
Int16ToFixed

 File Line Text
 fontembd.c 122  ASFixedRect mediaBox = {0, Int16ToFixed(5*72), Int16ToFixed(8*72), 0};
 fontembd.c 122  ASFixedRect mediaBox = {0, Int16ToFixed(5*72), Int16ToFixed(8*72), 0};
 helowrld.c 109  mediaBox.top = Int16ToFixed(4*72); /* in this case 5" x 4" */
 helowrld.c 110  mediaBox.right = Int16ToFixed(5*72);
 JPXEncode.cpp 353  mediaBox.top = Int16ToFixed(11*72);
 JPXEncode.cpp 354  mediaBox.right = Int16ToFixed(8.5*72);
 MTInMemFS.cpp 281  mediaBox.top = Int16ToFixed(11*72); // letter-size
 MTInMemFS.cpp 282  mediaBox.right = Int16ToFixed(8.5*72);
Int32

 File Line Text
 extrURI.h 47 void PDDocEnumURILinks(PDDoc pdd, Int32 nPageNum,
 exturi.c 122 void PDDocEnumURILinks(PDDoc pdd, Int32 nPageNum,
 exturi.c 125  Int32 nNumPages, nStartPage, nEndPage;
 exturi.c 126  Int32 nError;
 exturi.c 127  register Int32 i;
 exturi.c 152  Int32 nNumAnnots;
 exturi.c 153  register Int32 j;
 exturi.c 347  Int32 nCount;
 fontembd.c 129  Int32 err = 0;
 Peddler.cpp 171 Peddler::TEWordProc(PDWordFinder wObj, PDWord wInfo, Int32 pageNum, void * clientData)
 Peddler.h 136  static ACCB1 ASBool ACCB2 TEWordProc( PDWordFinder wObj, PDWord wInfo, Int32 pageNum, void *clientData);
isThere

 File Line Text
 MTTextExtract.cpp 81  if ((err != 0) || (folderProps.isThere == false) || (folderProps.type != kASFileSysFolder)){
 WatchFolder.cpp 113  if ((err != 0) || folderProps.isThere == false){