Searched refs:mBitmapHeight (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 122 private int mBitmapHeight; field in LockPatternView 283 mBitmapHeight = Math.max(mBitmapHeight, bitmap.getHeight()); in LockPatternView() 1002 final int offsetY = ((int) mSquareHeight - mBitmapHeight) / 2; 1009 final int cellHeight = mBitmapHeight; 1018 float sy = Math.min(mSquareHeight / mBitmapHeight, 1.0f); 1020 mArrowMatrix.preTranslate(mBitmapWidth/2, mBitmapHeight/2); 1022 mArrowMatrix.preTranslate(-mBitmapWidth/2, -mBitmapHeight/2); 1060 final int height = mBitmapHeight; 1070 float sy = Math.min(mSquareHeight / mBitmapHeight, 1.0f); 1073 mCircleMatrix.preTranslate(mBitmapWidth/2, mBitmapHeight/2); [all …]
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | NinePatchDrawable.java | 67 private int mBitmapHeight; field in NinePatchDrawable 197 mBitmapHeight = mNinePatch.getHeight(); in computeBitmapSize() 202 mBitmapHeight = Bitmap.scaleFromDensity(mNinePatch.getHeight(), in computeBitmapSize() 353 return mBitmapHeight; in getIntrinsicHeight() 363 return mBitmapHeight; in getMinimumHeight()
|
D | BitmapDrawable.java | 73 private int mBitmapHeight; field in BitmapDrawable 180 mBitmapHeight = mBitmap.getScaledHeight(mTargetDensity); in computeBitmapSize() 189 mBitmapWidth = mBitmapHeight = -1; in setBitmap() 389 Gravity.apply(state.mGravity, mBitmapWidth, mBitmapHeight, in draw() 488 return mBitmapHeight; in getIntrinsicHeight()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 68 int height = (int) glyph->mBitmapHeight; in measureCachedGlyph() 87 int nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph() 95 int height = (int) glyph->mBitmapHeight; in drawCachedGlyph() 109 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight; in drawCachedGlyphBitmap() 134 const float height = glyph->mBitmapHeight; in drawCachedGlyph() 395 glyph->mBitmapHeight = skiaGlyph.fHeight; in updateGlyphCache()
|
D | CachedGlyphInfo.h | 36 uint32_t mBitmapHeight; member
|
/frameworks/rs/ |
D | rsFont.cpp | 95 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph() 103 int32_t height = (int32_t) glyph->mBitmapHeight; in drawCachedGlyph() 117 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; in drawCachedGlyph() 139 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph() 142 int32_t height = (int32_t) glyph->mBitmapHeight; in measureCachedGlyph() 270 glyph->mBitmapHeight = bitmap->rows; in updateGlyphCache()
|
D | rsFont.h | 101 uint32_t mBitmapHeight; member
|