Home
last modified time | relevance | path

Searched refs:xRefI (Results 1 – 1 of 1) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenPCLm.cpp152 sint32 xRefI = startXRef; in fixXRef() local
153 for (int i = 0; i < aSize + 1; i++, xRefI++) { in fixXRef()
154 *(tmpArray + i) = xRefTable[xRefI + 1] - xRefTable[xRefI]; in fixXRef()
158 for (int i = 0; i < aSize + 1; i += 2, xRefI++) { in fixXRef()
164 xRefI = aSize; in fixXRef()
165 for (int i = start + 1, j = aSize; i < end + 2; i++, start++, xRefI--, j--) { in fixXRef()