Searched refs:bX (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 125 int32_t bX = 0, bY = 0; in drawCachedGlyph() local 126 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) { in drawCachedGlyph() 128 if (bX < 0 || bY < 0 || bX >= (int32_t) bitmapW || bY >= (int32_t) bitmapH) { in drawCachedGlyph() 133 bitmap[bY * bitmapW + bX] = tempCol; in drawCachedGlyph() 464 uint32_t cacheX = 0, bX = 0, cacheY = 0, bY = 0; in cacheBitmap() local 465 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) { in cacheBitmap() 467 uint8_t tempCol = bitmapBuffer[bY * bitmap->width + bX]; in cacheBitmap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardAffordanceHelper.java | 490 float bX = lastX - mInitialTouchX; in getCurrentVelocity() local 492 float bLen = (float) Math.hypot(bX, bY); in getCurrentVelocity() 494 float projectedVelocity = (aX * bX + aY * bY) / bLen; in getCurrentVelocity()
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 301 for (uint32_t cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) { in cacheBitmap() local 302 uint8_t tempCol = bitmapBuffer[bY + bX]; in cacheBitmap()
|
/frameworks/support/media/src/androidTest/res/raw/ |
D | testmp3_3.raw | 1 …KFWTJky1ya51poOOcuiK/jzLvgy/oAS3/w9W9faG+ITPTUcsvhqv1ccFsMDGMuwqKZy9u8qDoX/bX/oT8bMZ/6vgolPmyJ/ovG…
|