filename

 File Line Text
 MTSerialNums.cpp 29  const char *filename;
 MTSerialNums.cpp 111  Serialize( pArgs->filename, ofn, watermark );
 MTSerialNums.cpp 201  threadArgs[i].filename = argv[1];
fileName

 File Line Text
 keyList.cpp 25 keyList::keyList(const string &fileName){
 keyList.cpp 43 keyList::importFile(const string &fileName){
 keyList.h 41  keyList(const string &fileName);
fileName

 File Line Text
 MTInMemFS.cpp 393  openParams.fileName = GetMacPath(inFile);
 MTInMemFS.cpp 395  openParams.fileName = ASFileSysCreatePathName (ASGetDefaultFileSys(),
 MTInMemFS.cpp 409  ASFileSysReleasePath(openParams.fileSys, openParams.fileName);
 MTInMemFS.cpp 411  openParams.fileName = NULL;
 MTInMemFS.cpp 438  if (openParams.fileName) ASFileSysReleasePath(openParams.fileSys, openParams.fileName);
 MTInMemFS.cpp 438  if (openParams.fileName) ASFileSysReleasePath(openParams.fileSys, openParams.fileName);
fileSys

 File Line Text
 MTInMemFS.cpp 336  saveParams.fileSys = ASGetDefaultFileSys();
 MTInMemFS.cpp 352  if (saveParams.newPath) ASFileSysReleasePath(saveParams.fileSys, saveParams.newPath);
 MTInMemFS.cpp 426  saveParams.fileSys = ASGetDefaultFileSys();
 MTInMemFS.cpp 436  if (saveParams.newPath) ASFileSysReleasePath(saveParams.fileSys, saveParams.newPath);
fileSys

 File Line Text
 MTInMemFS.cpp 399  openParams.fileSys = ASGetDefaultFileSys();
 MTInMemFS.cpp 409  ASFileSysReleasePath(openParams.fileSys, openParams.fileName);
 MTInMemFS.cpp 438  if (openParams.fileName) ASFileSysReleasePath(openParams.fileSys, openParams.fileName);
fillColorSpec

 File Line Text
 fontembd.c 165  gState.strokeColorSpec.space = gState.fillColorSpec.space = pdeColorSpace;
 helowrld.c 135  gState.strokeColorSpec.space = gState.fillColorSpec.space = pdeColorSpace;
 MTInMemFS.cpp 485  gState.strokeColorSpec.space = gState.fillColorSpec.space = pdeColorSpace;
 PatternUtils.cpp 100  if (pdeGState.fillColorSpec.space)
 PatternUtils.cpp 101  PDERelease((PDEObject) pdeGState.fillColorSpec.space);
 PatternUtils.cpp 139  gState.fillColorSpec.space = PDEColorSpaceCreateFromName(ASAtomFromString("DeviceRGB"));
 PatternUtils.cpp 148  gState.fillColorSpec.value.color[0] = FloatToASFixed(red);
 PatternUtils.cpp 149  gState.fillColorSpec.value.color[1] = FloatToASFixed(green);
 PatternUtils.cpp 150  gState.fillColorSpec.value.color[2] = FloatToASFixed(blue);
 PatternUtils.cpp 159  if (gState.fillColorSpec.space) PDERelease((PDEObject)gState.fillColorSpec.space);
 PatternUtils.cpp 159  if (gState.fillColorSpec.space) PDERelease((PDEObject)gState.fillColorSpec.space);
 PatternUtils.cpp 228  gState.fillColorSpec.space = PDEColorSpaceCreate(ASAtomFromString("Pattern"), &pdeCSStruct);
 PatternUtils.cpp 229  gState.fillColorSpec.value.colorObj = (PDEObject)pdePattern;
 PatternUtils.cpp 248  if (gState.fillColorSpec.space) PDERelease((PDEObject) gState.fillColorSpec.space);
 PatternUtils.cpp 248  if (gState.fillColorSpec.space) PDERelease((PDEObject) gState.fillColorSpec.space);
FIRST_PAGE

 File Line Text
 Watermark.h 32 const int FIRST_PAGE = 1;
FIXED_SCALE

 File Line Text
 MyPDFLibUtils.cpp 821  return (ASDouble) x / FIXED_SCALE;
 MyPDFLibUtils.cpp 826  d *= FIXED_SCALE;
fixedOne

 File Line Text
 fontembd.c 167  gState.flatness = fixedOne;
 fontembd.c 168  gState.lineWidth = fixedOne;
 helowrld.c 137  gState.flatness = fixedOne;
 helowrld.c 138  gState.lineWidth = fixedOne;
 MTInMemFS.cpp 487  gState.flatness = fixedOne;
 MTInMemFS.cpp 488  gState.lineWidth = fixedOne;
 PatternUtils.cpp 142  gState.flatness = fixedOne;
 PatternUtils.cpp 238  gState.flatness = fixedOne;
 Watermark.cpp 213  gState.flatness = fixedOne;
 Watermark.cpp 214  gState.lineWidth = fixedOne;
fixedTen

 File Line Text
 fontembd.c 166  gState.miterLimit = fixedTen;
 helowrld.c 136  gState.miterLimit = fixedTen;
 MTInMemFS.cpp 486  gState.miterLimit = fixedTen;
 PatternUtils.cpp 90  PDEPathAddSegment(pdePath, kPDELineTo, fixedZero, fixedTen, notused, notused, notused, notused);
 PatternUtils.cpp 91  PDEPathAddSegment(pdePath, kPDELineTo, fixedTen, fixedTen, notused, notused, notused, notused);
 PatternUtils.cpp 91  PDEPathAddSegment(pdePath, kPDELineTo, fixedTen, fixedTen, notused, notused, notused, notused);
 PatternUtils.cpp 92  PDEPathAddSegment(pdePath, kPDELineTo, fixedTen, fixedZero, notused, notused, notused, notused);
 PatternUtils.cpp 141  gState.miterLimit = fixedTen;
 PatternUtils.cpp 237  gState.miterLimit = fixedTen;
 Watermark.cpp 212  gState.miterLimit = fixedTen;
FixedToDouble

 File Line Text
 MyPDFLibUtils.cpp 819 ASDouble FixedToDouble(ASFixed x)
 MyPDFLibUtils.cpp 843  out->a = FixedToDouble(in->a);
 MyPDFLibUtils.cpp 844  out->b = FixedToDouble(in->b);
 MyPDFLibUtils.cpp 845  out->c = FixedToDouble(in->c);
 MyPDFLibUtils.cpp 846  out->d = FixedToDouble(in->d);
 MyPDFLibUtils.cpp 847  out->h = FixedToDouble(in->h);
 MyPDFLibUtils.cpp 848  out->v = FixedToDouble(in->v);
 MyPDFLibUtils.cpp 863  out->left = FixedToDouble(in->left);
 MyPDFLibUtils.cpp 864  out->right = FixedToDouble(in->right);
 MyPDFLibUtils.cpp 865  out->top = FixedToDouble(in->top);
 MyPDFLibUtils.cpp 866  out->bottom = FixedToDouble(in->bottom);
 MyPDFLibUtils.h 58 ASDouble FixedToDouble(ASFixed x);
 Watermark.cpp 237  ASDouble xBox = (FixedToDouble(cropBox.right) - FixedToDouble(cropBox.left))/2;
 Watermark.cpp 237  ASDouble xBox = (FixedToDouble(cropBox.right) - FixedToDouble(cropBox.left))/2;
 Watermark.cpp 238  textMatrix.h = FixedToDouble(cropBox.left) + xBox - dx; // x translation
 Watermark.cpp 239  ASDouble yBox = (FixedToDouble(cropBox.top) - FixedToDouble(cropBox.bottom))/2;
 Watermark.cpp 239  ASDouble yBox = (FixedToDouble(cropBox.top) - FixedToDouble(cropBox.bottom))/2;
 Watermark.cpp 240  textMatrix.v = FixedToDouble(cropBox.bottom) + yBox - dy; // y translation
FixedToDoubleMatrix

 File Line Text
 drawtomemory.cpp 87  FixedToDoubleMatrix(&dblMatrix, &fixedMatrix);
 MyPDFLibUtils.cpp 841 void FixedToDoubleMatrix(ASDoubleMatrix *out, ASFixedMatrix *in)
 MyPDFLibUtils.h 64 void FixedToDoubleMatrix(ASDoubleMatrix *out, ASFixedMatrix *in);
FixedToDoubleRect

 File Line Text
 drawtomemory.cpp 90  FixedToDoubleRect(&dblDestRect, &fixedDestRect);
 MyPDFLibUtils.cpp 861 void FixedToDoubleRect(ASDoubleRect *out, ASFixedRect *in)
 MyPDFLibUtils.h 70 void FixedToDoubleRect(ASDoubleRect *out, ASFixedRect *in);
fixedZero

 File Line Text
 helowrld.c 108  mediaBox.left = fixedZero; /* dimensions of page */
 helowrld.c 111  mediaBox.bottom = fixedZero;
 JPXEncode.cpp 352  mediaBox.left = fixedZero;
 JPXEncode.cpp 355  mediaBox.bottom = fixedZero;
 MTInMemFS.cpp 280  mediaBox.left = fixedZero; // dimensions of page
 MTInMemFS.cpp 283  mediaBox.bottom = fixedZero;
 PatternUtils.cpp 86  ASFixed notused = fixedZero;
 PatternUtils.cpp 89  PDEPathAddSegment(pdePath, kPDEMoveTo, fixedZero, fixedZero, notused, notused, notused, notused);
 PatternUtils.cpp 89  PDEPathAddSegment(pdePath, kPDEMoveTo, fixedZero, fixedZero, notused, notused, notused, notused);
 PatternUtils.cpp 90  PDEPathAddSegment(pdePath, kPDELineTo, fixedZero, fixedTen, notused, notused, notused, notused);
 PatternUtils.cpp 92  PDEPathAddSegment(pdePath, kPDELineTo, fixedTen, fixedZero, notused, notused, notused, notused);
 PatternUtils.cpp 233  gState.strokeColorSpec.value.color[0] = fixedZero;
 PatternUtils.cpp 234  gState.strokeColorSpec.value.color[1] = fixedZero;
 PatternUtils.cpp 235  gState.strokeColorSpec.value.color[2] = fixedZero;
flags

 File Line Text
 drawtomemory.cpp 158  attrs.flags = kPDEImageExternal;
flatness

 File Line Text
 fontembd.c 167  gState.flatness = fixedOne;
 helowrld.c 137  gState.flatness = fixedOne;
 MTInMemFS.cpp 487  gState.flatness = fixedOne;
 PatternUtils.cpp 142  gState.flatness = fixedOne;
 PatternUtils.cpp 238  gState.flatness = fixedOne;
FlattenPDFMain

 File Line Text
 FlattenPDF.cpp 59 void FlattenPDFMain(char * input, char * output, FlattenProgressMonitor = 0, void * clientData = 0);
 FlattenPDF.cpp 76  FlattenPDFMain(INPUT_PATH, OUTPUT_PATH,
 FlattenPDF.cpp 91 void FlattenPDFMain(char * input, char * output, FlattenProgressMonitor FlattenProgressMonitorCB, void * clientData)
FlattenProgressMonitorCB

 File Line Text
 FlattenPDF.cpp 63 ASBool FlattenProgressMonitorCB (ASInt32 pageNum, ASInt32 totalPages, float current, ASInt32 reserved, void *clientData);
 FlattenPDF.cpp 77  FlattenProgressMonitorCB, /* Progress Monitor Callback with Cancel Option */
 FlattenPDF.cpp 91 void FlattenPDFMain(char * input, char * output, FlattenProgressMonitor FlattenProgressMonitorCB, void * clientData)
 FlattenPDF.cpp 165 ASBool FlattenProgressMonitorCB (ASInt32 pageNum, ASInt32 totalPages, float current, ASInt32 reserved, void *clientData)
FloatToASFixed

 File Line Text
 PatternUtils.cpp 71  mediaBox.bottom = FloatToASFixed(0.0);
 PatternUtils.cpp 72  mediaBox.left = FloatToASFixed(0.0);
 PatternUtils.cpp 73  mediaBox.top = FloatToASFixed(11.0 * 72.0);
 PatternUtils.cpp 74  mediaBox.right = FloatToASFixed(8.5 * 72.0);
 PatternUtils.cpp 143  gState.lineWidth = FloatToASFixed((float)0.5);
 PatternUtils.cpp 144  gState.strokeColorSpec.value.color[0] = FloatToASFixed(green);
 PatternUtils.cpp 145  gState.strokeColorSpec.value.color[1] = FloatToASFixed(blue);
 PatternUtils.cpp 146  gState.strokeColorSpec.value.color[2] = FloatToASFixed(red);
 PatternUtils.cpp 148  gState.fillColorSpec.value.color[0] = FloatToASFixed(red);
 PatternUtils.cpp 149  gState.fillColorSpec.value.color[1] = FloatToASFixed(green);
 PatternUtils.cpp 150  gState.fillColorSpec.value.color[2] = FloatToASFixed(blue);
 PatternUtils.cpp 239  gState.lineWidth = FloatToASFixed((float)0.25);
 Watermark.cpp 185  PDEExtGStateSetOpacityFill(pdeExtGState, FloatToASFixed(mOpacity));
 Watermark.cpp 186  PDEExtGStateSetOpacityStroke(pdeExtGState, FloatToASFixed(mOpacity));
 Watermark.cpp 205  gState.strokeColorSpec.value.color[0] = gState.fillColorSpec.value.color[0] = FloatToASFixed(0.9);
 Watermark.cpp 207  gState.strokeColorSpec.value.color[1] = gState.fillColorSpec.value.color[1] = FloatToASFixed(0.9);
 Watermark.cpp 209  gState.strokeColorSpec.value.color[2] = gState.fillColorSpec.value.color[2] = FloatToASFixed(0.9);
folder

 File Line Text
 WatchFolder.cpp 84  ASFileSysReleasePath( NULL, folder );
 WatchFolder.cpp 98  ASErrorCode err = ASFileSysGetItemProps(NULL,this->folder,&folderProps);
 WatchFolder.cpp 112  err = ASFileSysGetItemProps(NULL,this->folder,&folderProps);
 WatchFolder.cpp 135  ASFolderIterator folderIter = ASFileSysFirstFolderItem(NULL,this->folder, &fileProps, newPath);
 WatchFolder.h 113  ASPathName folder;
folderModDate

 File Line Text
 WatchFolder.cpp 154  memcpy(&(this->folderModDate),&folderProps.modDate,sizeof(ASTimeRec));
 WatchFolder.h 111  ASTimeRec folderModDate;
folderName

 File Line Text
 WatchFolder.h 131  string folderName;
font

 File Line Text
 Watermark.cpp 64 static void CalculateTextPosition( const char* text, PDEFont font,
 Watermark.cpp 351 static void CalculateTextPosition( const char* text, PDEFont font,
FONT_NAME

 File Line Text
 fontembd.c 143  PDEnumSysFonts(fontEnumProc, (void*) FONT_NAME);
fontCharSet

 File Line Text
 fontembd.c 67  fontCharSet[100],fontEncoding[100];
 fontembd.c 101  strcpy_safe(fontCharSet, sizeof(fontCharSet), ASAtomGetString(info.charSet));
 fontembd.c 101  strcpy_safe(fontCharSet, sizeof(fontCharSet), ASAtomGetString(info.charSet));
 fontembd.c 205  printf ("fontCharSet = %s, len = %d\n", fontCharSet, strlen(fontCharSet));
 fontembd.c 205  printf ("fontCharSet = %s, len = %d\n", fontCharSet, strlen(fontCharSet));
 fontembd.c 207  if (strlen(fontCharSet) != 0){
 fontembd.c 211  (Uns8 *) fontCharSet,
fontEncoding

 File Line Text
 fontembd.c 67  fontCharSet[100],fontEncoding[100];
 fontembd.c 91  strcpy_safe(fontEncoding, sizeof(fontEncoding), "Default");
 fontembd.c 91  strcpy_safe(fontEncoding, sizeof(fontEncoding), "Default");
 fontembd.c 94  strcpy_safe(fontEncoding, sizeof(fontEncoding), ASAtomGetString(encname));
 fontembd.c 94  strcpy_safe(fontEncoding, sizeof(fontEncoding), ASAtomGetString(encname));
 fontembd.c 226  (Uns8 *) fontEncoding,
fontEnumProc

 File Line Text
 fontembd.c 69 ACCB1 ASBool ACCB2 fontEnumProc(PDSysFont sysFont, void *clientData);
 fontembd.c 70 ACCB1 ASBool ACCB2 fontEnumProc(PDSysFont sysFont, void *clientData)
 fontembd.c 143  PDEnumSysFonts(fontEnumProc, (void*) FONT_NAME);
fontName

 File Line Text
 fontembd.c 66 char fontName[100], fontType[100],
 fontembd.c 99  strcpy_safe(fontName, sizeof(fontName), ASAtomGetString(info.name));
 fontembd.c 99  strcpy_safe(fontName, sizeof(fontName), ASAtomGetString(info.name));
 fontembd.c 179  (Uns8 *) fontName,
fontSize

 File Line Text
 MTInMemFS.cpp 68 const int fontSize = 12; // point size of font used for content text
 MTInMemFS.cpp 491  textMatrix.a = fontSize; // set font width and height
 MTInMemFS.cpp 492  textMatrix.d = fontSize; // to 12 point size
fontType

 File Line Text
 fontembd.c 66 char fontName[100], fontType[100],
 fontembd.c 100  strcpy_safe(fontType, sizeof(fontType), ASAtomGetString(info.type));
 fontembd.c 100  strcpy_safe(fontType, sizeof(fontType), ASAtomGetString(info.type));
 fontembd.c 193  (Uns8 *) fontType,
fPDFFileName

 File Line Text
 Peddler.cpp 47  fPDFFileName = pdfFile;
 Peddler.cpp 75  fPDFFileName = pdfFile;
 Peddler.cpp 111  char *file = (char *)fPDFFileName.data();
 Peddler.h 143  string fPDFFileName;
fURIFileName

 File Line Text
 Peddler.cpp 48  fURIFileName = URIFile;
 Peddler.cpp 84  fURIFileName = URIFile;
 Peddler.cpp 109  this->theKeyList->importFile(fURIFileName);
 Peddler.h 145  string fURIFileName;