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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 36 uint32_t mBitmapHeight;
Font.cpp 142 int height = (int) glyph->mBitmapHeight;
161 float nPenY = y + glyph->mBitmapTop + glyph->mBitmapHeight;
164 float height = (float) glyph->mBitmapHeight;
180 p[0].iset(glyph->mBitmapLeft, glyph->mBitmapTop + glyph->mBitmapHeight);
181 p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop + glyph->mBitmapHeight);
213 uint32_t endY = startY + (glyph->mBitmapHeight * cacheWidth);
227 const float height = glyph->mBitmapHeight;
441 glyph->mBitmapHeight = skiaGlyph.fHeight;
  /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 74 private int mBitmapHeight;
184 mBitmapHeight = mBitmap.getScaledHeight(mTargetDensity);
193 mBitmapWidth = mBitmapHeight = -1;
436 Gravity.apply(state.mGravity, mBitmapWidth, mBitmapHeight,
537 return mBitmapHeight;
NinePatchDrawable.java 67 private int mBitmapHeight;
197 mBitmapHeight = mNinePatch.getHeight();
202 mBitmapHeight = Bitmap.scaleFromDensity(mNinePatch.getHeight(),
353 return mBitmapHeight;
363 return mBitmapHeight;
  /frameworks/rs/
rsFont.cpp 95 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
103 int32_t height = (int32_t) glyph->mBitmapHeight;
117 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight;
139 int32_t nPenY = y - glyph->mBitmapTop + glyph->mBitmapHeight;
142 int32_t height = (int32_t) glyph->mBitmapHeight;
270 glyph->mBitmapHeight = bitmap->rows;
rsFont.h 101 uint32_t mBitmapHeight;

Completed in 243 milliseconds