d

 File Line Text
 drawtomemory.cpp 216  imageDblMatrix.d = attrs.height;
 fontembd.c 157  txtMatrix.d = 14;
 helowrld.c 142  textMatrix.d = 24; /* to 24 point size */
 MTInMemFS.cpp 492  textMatrix.d = fontSize; // to 12 point size
 MyPDFLibUtils.cpp 846  out->d = FixedToDouble(in->d);
 MyPDFLibUtils.cpp 856  out->d = DoubleToFixed(in->d);
 Watermark.cpp 236  textMatrix.d = 1; // y scale
 Watermark.cpp 248  rotateMatrix.d = cos(pi*mAngle / 180);
 Watermark.cpp 257  textMatrix.d = mFontSize; // y scale
 Watermark.cpp 362  textMatrix.d = tSize; // y scale
d

 File Line Text
 MyPDFLibUtils.cpp 846  out->d = FixedToDouble(in->d);
 MyPDFLibUtils.cpp 856  out->d = DoubleToFixed(in->d);
decodeParms

 File Line Text
 JPXEncode.cpp 281  filterSpec.decodeParms = CosNewNull();
decomposeTbl

 File Line Text
 TextExtractWorker.cpp 179  wfConfig->decomposeTbl = NULL; // Unicode character replacement
decomposeTblSize

 File Line Text
 TextExtractWorker.cpp 180  wfConfig->decomposeTblSize = 0;
Decryption::~Decryption

 File Line Text
 Decryption.cpp 71 Decryption::~Decryption()
 Decryption.h 43  ~Decryption();
Decryption::ClientAuthMasterProc

 File Line Text
 Decryption.cpp 277 ACCB1 ASBool ACCB2 Decryption::ClientAuthMasterProc()
 Decryption.h 46  ACCB1 ASBool ACCB2 ClientAuthMasterProc();
Decryption::Decryption

 File Line Text
 Decryption.cpp 35 Decryption::Decryption()
 Decryption.cpp 42 Decryption::Decryption(const char *inputDoc)
 Decryption.h 36  Decryption();
 Decryption.h 40  Decryption(const char *inputDoc);
Decryption::ProcessDocument

 File Line Text
 Decryption.cpp 110 void Decryption::ProcessDocument(const char *outputDoc)
 Decryption.h 53  void ProcessDocument(const char *outputDoc);
Decryption::SetPageContent

 File Line Text
 Decryption.cpp 80 void Decryption::SetPageContent(PDPage pdPage, PDEContent pdeContent)
 Decryption.cpp 133  SetPageContent(newPage, orgContent);
 Decryption.h 61  void SetPageContent(PDPage pdPage, PDEContent pdeContent);
DestroyCS

 File Line Text
 MTSerialNums.cpp 220  DestroyCS( serialNumberCS );
 WatchFolder.cpp 85  DestroyCS(this->watchFolderMutex);
destroyThread

 File Line Text
 MTInMemFS.cpp 150  destroyThread(threadHandles[myId]);
 MTInMemFS.cpp 170  destroyThread(threadHandles[m]);
 MTSerialNums.cpp 212  destroyThread( threads[i] );
 MTTextExtract.cpp 116  destroyThread(myThreads[j]);
DEVICE_NAME

 File Line Text
 printpdf.cpp 498  rec->deviceName = DEVICE_NAME;
dirContents

 File Line Text
 WatchFolder.cpp 74  while(dirContents.size()>0){
 WatchFolder.cpp 75  char* tmpStr = dirContents.back();
 WatchFolder.cpp 76  dirContents.pop_back();
 WatchFolder.cpp 182  for (unsigned int tmp2=0;tmp2<dirContents.size();tmp2++){
 WatchFolder.cpp 183  char* tmpStr = dirContents[tmp2];
 WatchFolder.cpp 193  dirContents.push_back(pathToTest);
 WatchFolder.cpp 210  while (dirContents.size() == 0){
 WatchFolder.cpp 229  char * tmp = dirContents.back();
 WatchFolder.cpp 230  dirContents.pop_back();
 WatchFolder.h 116  vector<char *> dirContents;
disableTaggedPDF

 File Line Text
 TextExtractWorker.cpp 171  wfConfig->disableTaggedPDF = false; // legacy mode WordFinder creation
DisplayError

 File Line Text
 CreatePattern.cpp 86  DisplayError(errCode);
 DecryptionMain.cpp 85  DisplayError(errCode);
 FlattenPDF.cpp 87  DisplayError(ERRORCODE);
 FlattenPDF.cpp 161  DisplayError(ERRORCODE);
 fontembd.c 280  DisplayError(err);
 helowrld.c 180  DisplayError(errCode);
 mergepdf.c 113  DisplayError(errCode);
 MyPDFLibUtils.cpp 877 void DisplayError(ASErrorCode errCode)
 MyPDFLibUtils.cpp 921  DisplayError(errCode);
 MyPDFLibUtils.h 81 void DisplayError(ASErrorCode errCode);
 PDFProcessor.cpp 143  DisplayError(ERRORCODE);
 PDFProcessor.cpp 193  DisplayError (ERRORCODE);
 XPS2PDF.cpp 68  DisplayError(ERRORCODE);
 XPS2PDF.cpp 100  DisplayError(ERRORCODE);
DisplayErrorAndWarnings

 File Line Text
 drawtomemory.cpp 261  DisplayErrorAndWarnings(pdDoc, err);
 JPXEncode.cpp 393  DisplayErrorAndWarnings(sourceDoc, errCode);
 MyPDFLibUtils.cpp 886 void DisplayErrorAndWarnings(PDDoc pdDoc, ASErrorCode errCode, ASBool printWarnings)
 MyPDFLibUtils.h 93 void DisplayErrorAndWarnings(PDDoc pdDoc, ASErrorCode errCode, ASBool printWarnings = true);
 printpdf.cpp 129  DisplayErrorAndWarnings(pdoc, errCode);
doneFiles

 File Line Text
 WatchFolder.cpp 79  while(doneFiles.size()>0){
 WatchFolder.cpp 80  char* tmpStr = doneFiles.back();
 WatchFolder.cpp 81  doneFiles.pop_back();
 WatchFolder.cpp 168  for (unsigned int tmp=0;tmp<doneFiles.size();tmp++){
 WatchFolder.cpp 169  char* tmpStr = doneFiles[tmp];
 WatchFolder.cpp 233  doneFiles.push_back(tmp);
 WatchFolder.h 121  vector<char *> doneFiles;
DoubleToFixed

 File Line Text
 MyPDFLibUtils.cpp 824 ASFixed DoubleToFixed(ASDouble d)
 MyPDFLibUtils.cpp 853  out->a = DoubleToFixed(in->a);
 MyPDFLibUtils.cpp 854  out->b = DoubleToFixed(in->b);
 MyPDFLibUtils.cpp 855  out->c = DoubleToFixed(in->c);
 MyPDFLibUtils.cpp 856  out->d = DoubleToFixed(in->d);
 MyPDFLibUtils.cpp 857  out->h = DoubleToFixed(in->h);
 MyPDFLibUtils.cpp 858  out->v = DoubleToFixed(in->v);
 MyPDFLibUtils.cpp 871  out->left = DoubleToFixed(in->left);
 MyPDFLibUtils.cpp 872  out->right = DoubleToFixed(in->right);
 MyPDFLibUtils.cpp 873  out->top = DoubleToFixed(in->top);
 MyPDFLibUtils.cpp 874  out->bottom = DoubleToFixed(in->bottom);
 MyPDFLibUtils.h 61 ASFixed DoubleToFixed(ASDouble d);
DoubleToFixedMatrix

 File Line Text
 MyPDFLibUtils.cpp 851 void DoubleToFixedMatrix(ASFixedMatrix *out, ASDoubleMatrix *in)
 MyPDFLibUtils.h 67 void DoubleToFixedMatrix(ASFixedMatrix *out, ASDoubleMatrix *in);
DoubleToFixedRect

 File Line Text
 MyPDFLibUtils.cpp 869 void DoubleToFixedRect(ASFixedRect *out, ASDoubleRect *in)
 MyPDFLibUtils.h 73 void DoubleToFixedRect(ASFixedRect *out, ASDoubleRect *in);
DURING

 File Line Text
 CreatePattern.cpp 69  DURING
 Decryption.cpp 56  DURING
 Decryption.cpp 91 DURING
 Decryption.cpp 115 DURING
 Decryption.cpp 132  DURING
 Decryption.cpp 195  DURING
 Decryption.cpp 242 DURING
 Decryption.cpp 294  DURING
 DecryptionMain.cpp 70  DURING
 drawtomemory.cpp 80  DURING
 drawtomemory.cpp 151  DURING
 exturi.c 134  DURING
 exturi.c 387  DURING
 FlattenPDF.cpp 67 DURING
 FlattenPDF.cpp 93 DURING
 fontembd.c 136  DURING
 fontembd.c 138  DURING
 helowrld.c 104 DURING
 JPXEncode.cpp 79 DURING
 JPXEncode.cpp 347 DURING
 mergepdf.c 78  DURING
 MTInMemFS.cpp 276 DURING
 MTInMemFS.cpp 383 DURING
 MyPDFLibUtils.cpp 794  DURING
 PDFProcessor.cpp 129 DURING
 PDFProcessor.cpp 159 DURING
 Peddler.cpp 96 DURING
 printpdf.cpp 103  DURING
 printpdf.cpp 175  DURING
 printpdf.cpp 266  DURING
 TextExtractWorker.cpp 85  DURING
 TextExtractWorker.cpp 91  DURING
 TextExtractWorker.cpp 220 DURING
 Watermark.cpp 77  DURING
 Watermark.cpp 140  DURING
 Watermark.cpp 180  DURING
 Watermark.cpp 264  DURING
 XPS2PDF.cpp 59 DURING
 XPS2PDF.cpp 75 DURING