Home
last modified time | relevance | path

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

/external/icu/icu4c/source/layout/
DValueRecords.cpp97 le_int16 xAdj = dt->getAdjustment(xppem); in adjustPosition() local
99 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj); in adjustPosition()
119 le_int16 xAdj = dt->getAdjustment(xppem); in adjustPosition() local
121 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj); in adjustPosition()
201 le_int16 xAdj = dt->getAdjustment(xppem); in adjustPosition() local
203 xPlacementAdjustment += fontInstance->xPixelsToUnits(xAdj); in adjustPosition()
223 le_int16 xAdj = dt->getAdjustment(xppem); in adjustPosition() local
225 xAdvanceAdjustment += fontInstance->xPixelsToUnits(xAdj); in adjustPosition()
/external/mesa3d/src/mesa/swrast/
Ds_aaline.c49 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */ member
350 line->qy0 = y0 + line->xAdj; in segment()
352 line->qy1 = y0 - line->xAdj; in segment()
354 line->qy2 = y1 - line->xAdj; in segment()
356 line->qy3 = y1 + line->xAdj; in segment()
Ds_aatritemp.h183 const GLfloat xAdj = dxdy < 0.0F ? -dxdy : 0.0F; variable
190 GLint ix, startX = (GLint) (x - xAdj);
252 const GLfloat xAdj = dxdy > 0 ? dxdy : 0.0F; variable
259 GLint ix, left, startX = (GLint) (x + xAdj);
Ds_aalinetemp.h132 line.xAdj = line.dx / line.len * line.halfWidth; in NAME()
/external/skia/src/pdf/
DSkPDFDevice.cpp106 SkScalar xAdj = SkFixedToScalar(xAdv); in align_text() local
109 xAdj = SkScalarHalf(xAdj); in align_text()
112 *x = *x - xAdj; in align_text()
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...