/frameworks/support/core-utils/gingerbread/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawable.java | 64 private int mBitmapHeight; field in RoundedBitmapDrawable 82 mBitmapHeight = mBitmap.getScaledHeight(mTargetDensity); in computeBitmapSize() 226 final int minDimen = Math.min(mBitmapWidth, mBitmapHeight); in updateDstRect() 237 gravityCompatApply(mGravity, mBitmapWidth, mBitmapHeight, getBounds(), mDstRect); in updateDstRect() 312 final int minCircularSize = Math.min(mBitmapHeight, mBitmapWidth); in updateCircularCornerRadius() 363 return mBitmapHeight; in getIntrinsicHeight() 389 mBitmapWidth = mBitmapHeight = -1; in RoundedBitmapDrawable()
|
/frameworks/base/libs/hwui/ |
D | PatchCache.h | 87 PatchDescription(): mPatch(nullptr), mBitmapWidth(0), mBitmapHeight(0), in PatchDescription() 93 mPatch(patch), mBitmapWidth(bitmapWidth), mBitmapHeight(bitmapHeight), in PatchDescription() 128 uint32_t mBitmapHeight; member
|
D | PatchCache.cpp | 52 hash = JenkinsHashMix(hash, mBitmapHeight); in hash()
|
/frameworks/base/libs/hwui/font/ |
D | CachedGlyphInfo.h | 34 uint32_t mBitmapHeight; member
|
D | Font.cpp | 138 int height = (int) glyph->mBitmapHeight; in measureCachedGlyph() 160 float height = (float) glyph->mBitmapHeight; in drawCachedGlyph() 179 float height = (float) glyph->mBitmapHeight; in drawCachedGlyphTransformed() 219 uint32_t endY = startY + (glyph->mBitmapHeight * srcStride); in drawCachedGlyphBitmap() 240 const float height = glyph->mBitmapHeight; in drawCachedGlyph() 454 glyph->mBitmapHeight = skiaGlyph.fHeight; in updateGlyphCache()
|
D | FontCacheHistoryTracker.cpp | 70 entry.glyph.bitmapH = glyphInfo->mBitmapHeight; in glyphRendered()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | ImageProcessingActivityJB.java | 70 private int mBitmapHeight; field in ImageProcessingActivityJB 94 mBitmapHeight = 1080; in prepareInstrumentationTest() 680 int th = mBitmapHeight; in startProcessor() 722 mBitmapHeight = i.getIntExtra("resolution Y", 0); in onResume()
|
/frameworks/rs/ |
D | rsFont.cpp | 96 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in drawCachedGlyph() 104 int32_t height = (int32_t) glyph->mBitmapHeight; in drawCachedGlyph() 118 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; in drawCachedGlyph() 140 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight; in measureCachedGlyph() 143 int32_t height = (int32_t) glyph->mBitmapHeight; in measureCachedGlyph() 271 glyph->mBitmapHeight = bitmap->rows; in updateGlyphCache()
|
D | rsFont.h | 100 uint32_t mBitmapHeight; member
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | BitmapDrawable.java | 99 private int mBitmapHeight; field in BitmapDrawable 218 mBitmapHeight = bitmap.getScaledHeight(mTargetDensity); in computeBitmapSize() 220 mBitmapWidth = mBitmapHeight = -1; in computeBitmapSize() 598 Gravity.apply(mBitmapState.mGravity, mBitmapWidth, mBitmapHeight, in updateDstRectAndInsetsIfDirty() 927 return mBitmapHeight; in getIntrinsicHeight()
|
D | NinePatchDrawable.java | 86 private int mBitmapHeight = -1; field in NinePatchDrawable 522 return mBitmapHeight; in getIntrinsicHeight() 698 mBitmapHeight = Drawable.scaleFromDensity( in computeBitmapSize()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 76 private int mBitmapHeight; field in ImageProcessingActivity2 724 int th = mBitmapHeight; in startProcessor() 766 mBitmapHeight = i.getIntExtra("resolution Y", 0); in onResume()
|