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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 35 uint32_t mBitmapWidth;
Font.cpp 146 int width = (int) glyph->mBitmapWidth;
168 float width = (float) glyph->mBitmapWidth;
186 p[1].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop + glyph->mBitmapHeight);
187 p[2].iset(glyph->mBitmapLeft + glyph->mBitmapWidth, glyph->mBitmapTop);
225 memcpy(&bitmap[bitmapY + dstX], &cacheBuffer[cacheY + glyph->mStartX], glyph->mBitmapWidth);
231 const float halfWidth = glyph->mBitmapWidth * 0.5f;
445 glyph->mBitmapWidth = skiaGlyph.fWidth;
  /frameworks/base/libs/hwui/
PatchCache.h 93 PatchDescription(): mPatch(NULL), mBitmapWidth(0), mBitmapHeight(0),
99 mPatch(patch), mBitmapWidth(bitmapWidth), mBitmapHeight(bitmapHeight),
133 uint32_t mBitmapWidth;
PatchCache.cpp 71 hash = JenkinsHashMix(hash, mBitmapWidth);
  /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 76 private int mBitmapWidth;
189 mBitmapWidth = mBitmap.getScaledWidth(mTargetDensity);
199 mBitmapWidth = mBitmapHeight = -1;
480 Gravity.apply(state.mGravity, mBitmapWidth, mBitmapHeight,
610 return mBitmapWidth;
NinePatchDrawable.java 67 private int mBitmapWidth;
198 mBitmapWidth = mNinePatch.getWidth();
202 mBitmapWidth = Bitmap.scaleFromDensity(mNinePatch.getWidth(), sdensity, tdensity);
390 return mBitmapWidth;
403 return mBitmapWidth;
  /frameworks/rs/
rsFont.cpp 104 int32_t width = (int32_t) glyph->mBitmapWidth;
118 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
143 int32_t width = (int32_t) glyph->mBitmapWidth;
271 glyph->mBitmapWidth = bitmap->width;
rsFont.h 99 uint32_t mBitmapWidth;

Completed in 2049 milliseconds