Searched refs:thisHeight (Results 1 - 3 of 3) sorted by relevance

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp1627 int PCLmGenerator::Encapsulate(void *pInBuffer, int inBufferSize, int thisHeight, argument
1631 int numLinesThisCall = thisHeight;
1660 numLeftoverScanlines = thisHeight - scanlinesThisTime;
1664 numLinesThisCall = thisHeight = currStripHeight;
1672 if (thisHeight > currStripHeight) {
1675 numLeftoverScanlines = thisHeight - currStripHeight;
1682 thisHeight = currStripHeight;
1720 whiteStrip = isWhiteStrip(pInBuffer, thisHeight * currSourceWidth * srcNumComponents);
/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java763 float thisHeight = getHeight();
766 float z2 = thisHeight / height * .6F;
H A DGridViewSpecial.java900 public void doDraw(Canvas canvas, int thisWidth, int thisHeight, argument
911 if (yPos >= scrollPos + thisHeight) {

Completed in 144 milliseconds