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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 35 uint32_t mBitmapWidth;
Font.cpp 141 int width = (int) glyph->mBitmapWidth;
163 float width = (float) glyph->mBitmapWidth;
181 p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop + glyph->mBitmapHeight);
182 p[2].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop);
220 memcpy(&bitmap[bitmapY + dstX], &cacheBuffer[cacheY + glyph->mStartX], glyph->mBitmapWidth);
226 const float halfWidth = glyph->mBitmapWidth * 0.5f;
440 glyph->mBitmapWidth = skiaGlyph.fWidth;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 124 private int mBitmapWidth;
284 mBitmapWidth = Math.max(mBitmapWidth, bitmap.getWidth());
477 return 3 * mBitmapWidth;
483 return 3 * mBitmapWidth;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java 60 private int mBitmapWidth;
132 mBitmapWidth = bitmap.getWidth();
139 mBitmapWidth = bitmap.getWidth();
180 float desiredAspect = (float) mBitmapWidth / mBitmapHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumLabelMaker.java 44 private int mBitmapWidth;
113 mBitmapWidth = width + borders;
156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight);
  /frameworks/base/graphics/java/android/graphics/drawable/
BitmapDrawable.java 73 private int mBitmapWidth;
183 mBitmapWidth = mBitmap.getScaledWidth(mTargetDensity);
193 mBitmapWidth = mBitmapHeight = -1;
436 Gravity.apply(state.mGravity, mBitmapWidth, mBitmapHeight,
532 return mBitmapWidth;
NinePatchDrawable.java 66 private int mBitmapWidth;
196 mBitmapWidth = mNinePatch.getWidth();
200 mBitmapWidth = Bitmap.scaleFromDensity(mNinePatch.getWidth(),
345 return mBitmapWidth;
358 return mBitmapWidth;
  /frameworks/rs/
rsFont.cpp 102 int32_t width = (int32_t) glyph->mBitmapWidth;
116 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
141 int32_t width = (int32_t) glyph->mBitmapWidth;
269 glyph->mBitmapWidth = bitmap->width;
rsFont.h 100 uint32_t mBitmapWidth;

Completed in 158 milliseconds