Searched refs:lastY (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/raster/ |
H A D | ftraster.c | 482 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 D | SkAAClip.cpp | 273 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 D | GlyfEncoder.java | 107 int lastY = 0; in writeSimpleGlyph() 114 int dy = y - lastY; in writeSimpleGlyph() 117 lastY = y; in writeSimpleGlyph()
|
/third_party/skia/tools/viewer/ |
H A D | TouchGesture.h | 31 void updateZoom(float scale, float startX, float startY, float lastX, float lastY);
|
H A D | TouchGesture.cpp | 196 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