Home
last modified time | relevance | path

Searched refs:lastX (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java106 int lastX = 0; in writeSimpleGlyph()
113 int dx = x - lastX; in writeSimpleGlyph()
116 lastX = x; in writeSimpleGlyph()
/third_party/skia/tools/viewer/
H A DTouchGesture.h31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
H A DTouchGesture.cpp196 void TouchGesture::updateZoom(float scale, float startX, float startY, float lastX, float lastY) { in updateZoom() argument
199 fLocalM.postTranslate(lastX, lastY); in updateZoom()
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c336 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local
338 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
H A Dparagraph.cpp242 le_int32 lastX = line->getWidth(); in draw() local
244 x = (fWidth - lastX - MARGIN); in draw()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dparagraph.cpp242 le_int32 lastX = line->getWidth(); in draw() local
244 x = (fWidth - lastX - MARGIN); in draw()
H A Dpflow.c334 le_int32 lastX = pl_getLineWidth(line); in pf_draw() local
336 x = (obj->fWidth - lastX - MARGIN); in pf_draw()
/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c482 Long lastX, lastY; member
1351 * is stored in `lastX').
1414 if ( Line_Up( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1420 if ( Line_Down( RAS_VARS ras.lastX, ras.lastY, in Line_To()
1429 ras.lastX = x; in Line_To()
1453 * stored in `lastX').
1476 arc[2].x = ras.lastX; in Conic_To()
1552 ras.lastX = x3; in Conic_To()
1585 * stored in `lastX').
1610 arc[3].x = ras.lastX; in Cubic_To()
[all...]
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js513 const lastX = pos[gly.length*2];
524 if (x < lastX) {
525 canvas.drawRect([x, Y+2, lastX, Y+4], p);

Completed in 8 milliseconds