Searched refs:imageRef (Results 1 – 1 of 1) sorted by relevance
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genPCLm.cpp | 766 int i, imageRef = objCounter + 2, buffSize; in writePDFGrammarPage() local 774 imageRef += 2; // Add 2 for AdobeRGB in writePDFGrammarPage() 802 sprintf(str, "/Image%d %d 0 R\n", startImageIndex, imageRef); in writePDFGrammarPage() 805 imageRef += 2; in writePDFGrammarPage() 808 sprintf(str, "/Image%d %d 0 R\n", startImageIndex, imageRef); in writePDFGrammarPage() 811 imageRef += 2; in writePDFGrammarPage() 817 sprintf(str, "/Image%d %d 0 R\n", i, imageRef); in writePDFGrammarPage() 821 imageRef += 2; in writePDFGrammarPage()
|