/external/pdfium/core/fpdfdoc/ |
cpdf_viewerpreferences.h | 24 int32_t NumCopies() const;
|
cpdf_viewerpreferences.cpp | 27 int32_t CPDF_ViewerPreferences::NumCopies() const { 29 return pDict ? pDict->GetIntegerFor("NumCopies") : 1;
|
/external/libcups/filter/ |
rastertolabel.c | 173 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); 306 header->NumCopies); 361 if (header->NumCopies) 362 printf("\033&l%uX", header->NumCopies); 608 if (header->NumCopies > 1) 609 printf("^PQ%d, 0, 0, N\n", header->NumCopies);
|
rastertohp.c | 97 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); 204 printf("\033&l%dX", header->NumCopies); /* Set number copies */ 755 fprintf(stderr, "PAGE: %d %d\n", Page, header.NumCopies);
|
rastertopwg.c | 106 fprintf(stderr, "DEBUG: NumCopies = %d\n", inheader.NumCopies); 125 fprintf(stderr, "PAGE: %d %d\n", page, inheader.NumCopies);
|
testraster.c | 55 "/NumCopies 1" 146 1, /* NumCopies */ 951 if (header->NumCopies != expected->NumCopies) 952 printf(" NumCopies %d, expected %d\n", header->NumCopies, 953 expected->NumCopies);
|
rastertoepson.c | 131 fprintf(stderr, "DEBUG: NumCopies = %d\n", header->NumCopies); 1087 fprintf(stderr, "PAGE: %d %d\n", page, header.NumCopies);
|
raster.c | 900 fh.NumCopies = htonl(r->header.NumCopies); 1082 fh.NumCopies = htonl(r->header.NumCopies); [all...] |
interpret.c | 166 h->NumCopies = 1; [all...] |
/external/libcups/cups/ |
raster.h | 271 unsigned NumCopies; /* Number of copies to produce */ 320 unsigned NumCopies; /* Number of copies to produce */
|
/packages/services/BuiltInPrintService/jni/plugins/ |
lib_pwg.c | 70 h->NumCopies = 1;
|
/external/llvm/lib/CodeGen/ |
RegAllocFast.cpp | 42 STATISTIC(NumCopies, "Number of copies coalesced"); [all...] |
SplitKit.cpp | 36 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 471 ++NumCopies; [all...] |
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
RegAllocFast.cpp | 42 STATISTIC(NumCopies, "Number of copies coalesced"); [all...] |
SplitKit.cpp | 34 STATISTIC(NumCopies, "Number of copies inserted for splitting"); 425 ++NumCopies; [all...] |
/external/pdfium/fpdfsdk/ |
fpdfview.cpp | [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMISelLowering.cpp | [all...] |