Searched defs:endY (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, argument
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, argument
248 int distY = endY - startY;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
/frameworks/base/libs/rs/
H A DrsFont.cpp116 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; local
125 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
264 uint32_t endY = startY + bitmap->rows; local
277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;
451 uint32_t endY = startY + bitmap->rows; local
460 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp119 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight; local
127 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
255 uint32_t endY = startY + skiaGlyph.fHeight; local
268 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight;
446 uint32_t endY = startY + glyph.fHeight; local
456 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {

Completed in 19 milliseconds