Home
last modified time | relevance | path

Searched refs:lastY (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c482 Long lastX, lastY; member
1355 * is stored in `lastY').
1370 if ( y > ras.lastY ) in Line_To()
1373 IS_BOTTOM_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1378 if ( y < ras.lastY ) in Line_To()
1380 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1386 if ( y < ras.lastY ) in Line_To()
1388 if ( End_Profile( RAS_VARS IS_TOP_OVERSHOOT( ras.lastY ) ) || in Line_To()
1390 IS_TOP_OVERSHOOT( ras.lastY ) ) ) in Line_To()
1396 if ( y > ras.lastY ) in Line_To()
[all...]
/third_party/skia/src/core/
H A DSkAAClip.cpp273 void operateX(int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc);
527 void SkAAClip::Builder::operateX(int lastY, RowIter& iterA, RowIter& iterB, AlphaProc proc) { in operateX() argument
580 this->addRun(left, lastY, proc(alphaA, alphaB), rite - left); in operateX()
589 this->addRun(prevRite, lastY, 0, fBounds.fRight - prevRite); in operateX()
900 const int lastY = fBounds.height() - 1;
907 SkASSERT(yoff->fY <= lastY);
918 SkASSERT(yoff->fY == lastY);
1217 const YOffset& lastY = yoff[head->fRowCount - 1];
1218 SkASSERT(lastY.fY + 1 <= fBounds.height());
1219 fBounds.fBottom = fBounds.fTop + lastY
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/conversion/eot/
H A DGlyfEncoder.java107 int lastY = 0; in writeSimpleGlyph()
114 int dy = y - lastY; in writeSimpleGlyph()
117 lastY = y; 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()

Completed in 6 milliseconds