Searched refs:endY (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument 236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); in drag() 243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument 248 int distY = endY - startY; in drag() 256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP); in drag()
|
/frameworks/base/libs/rs/ |
D | rsFont.cpp | 116 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; in drawCachedGlyph() local 125 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph() 264 uint32_t endY = startY + bitmap->rows; in updateGlyphCache() local 277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache() 451 uint32_t endY = startY + bitmap->rows; in cacheBitmap() local 460 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) { in cacheBitmap()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 119 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight; in drawCachedGlyph() local 127 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph() 256 uint32_t endY = startY + skiaGlyph.fHeight; in updateGlyphCache() local 269 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight; in updateGlyphCache() 447 uint32_t endY = startY + glyph.fHeight; in cacheBitmap() local 457 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) { in cacheBitmap()
|