Searched defs:leftMargin (Results 1 - 2 of 2) sorted by last modified time

/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
H A DgenPCLm.cpp47 * Shift the strip image right in the strip buffer by leftMargin pixels.
56 sint32 currStripHeight, sint32 numLinesThisCall, sint32 currMediaWidth, sint32 leftMargin,
68 toPtr = newStrip + leftMargin + (i * currMediaWidth);
75 sint32 shiftAmount = leftMargin * 3;
55 shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth, sint32 currStripHeight, sint32 numLinesThisCall, sint32 currMediaWidth, sint32 leftMargin, colorSpaceDisposition destColorSpace) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAlbumSetSlotRenderer.java59 public int leftMargin; field in class:AlbumSetSlotRenderer.LabelSpec

Completed in 112 milliseconds