HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapHeight (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 36 uint32_t mBitmapHeight;
Font.cpp 148 int height = (int) glyph->mBitmapHeight;
167 float nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight;
170 float height = (float) glyph->mBitmapHeight;
186 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + glyph->mBitmapHeight);
187 p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop + glyph->mBitmapHeight);
219 uint32_t endY = startY + (glyph->mBitmapHeight * cacheWidth);
233 const float height = glyph->mBitmapHeight;
447 glyph->mBitmapHeight = skiaGlyph.fHeight;
  /frameworks/base/libs/hwui/
PatchCache.h 93 PatchDescription(): mPatch(NULL), mBitmapWidth(0), mBitmapHeight(0),
99 mPatch(patch), mBitmapWidth(bitmapWidth), mBitmapHeight(bitmapHeight),
134 uint32_t mBitmapHeight;
PatchCache.cpp 72 hash = JenkinsHashMix(hash, mBitmapHeight);
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 61 private int mBitmapHeight;
133 mBitmapHeight = bitmap.getHeight();
140 mBitmapHeight = bitmap.getHeight();
180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 125 private int mBitmapHeight;
285 mBitmapHeight = Math.max(mBitmapHeight, bitmap.getHeight());
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 45 private int mBitmapHeight;
114 mBitmapHeight = mSpec.labelBackgroundHeight + borders;
156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight);
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 77 private int mBitmapHeight;
190 mBitmapHeight = mBitmap.getScaledHeight(mTargetDensity);
199 mBitmapWidth = mBitmapHeight = -1;
480 Gravity.apply(state.mGravity, mBitmapWidth, mBitmapHeight,
615 return mBitmapHeight;
NinePatchDrawable.java 68 private int mBitmapHeight;
199 mBitmapHeight = mNinePatch.getHeight();
203 mBitmapHeight = Bitmap.scaleFromDensity(mNinePatch.getHeight(), sdensity, tdensity);
398 return mBitmapHeight;
408 return mBitmapHeight;
  /frameworks/rs/
rsFont.cpp 97 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
105 int32_t height = (int32_t) glyph->mBitmapHeight;
119 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
141 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
144 int32_t height = (int32_t) glyph->mBitmapHeight;
272 glyph->mBitmapHeight = bitmap->rows;
rsFont.h 100 uint32_t mBitmapHeight;

Completed in 455 milliseconds