Searched refs:mBitmapWidth (Results 1 – 6 of 6) sorted by relevance
68 private int mBitmapWidth; field in ImageProcessingActivityJB92 mBitmapWidth = 1920; in prepareInstrumentationTest()199 switch(mBitmapWidth) { in Processor()678 int tw = mBitmapWidth; in startProcessor()720 mBitmapWidth = i.getIntExtra("resolution X", 0); in onResume()
75 private int mBitmapWidth; field in ImageProcessingActivity2203 switch(mBitmapWidth) { in Processor()246 switch(mBitmapWidth) { in Processor()723 int tw = mBitmapWidth; in startProcessor()765 mBitmapWidth = i.getIntExtra("resolution X", 0); in onResume()
102 private int mBitmapWidth; field in BitmapDrawable235 mBitmapWidth = bitmap.getScaledWidth(mTargetDensity); in computeBitmapSize()238 mBitmapWidth = mBitmapHeight = -1; in computeBitmapSize()617 Gravity.apply(mBitmapState.mGravity, mBitmapWidth, mBitmapHeight, in updateDstRectAndInsetsIfDirty()953 return mBitmapWidth; in getIntrinsicWidth()
86 private int mBitmapWidth = -1; field in NinePatchDrawable524 return mBitmapWidth; in getIntrinsicWidth()710 mBitmapWidth = Drawable.scaleFromDensity( in computeBitmapSize()
103 int32_t width = (int32_t) glyph->mBitmapWidth; in drawCachedGlyph()117 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth; in drawCachedGlyph()142 int32_t width = (int32_t) glyph->mBitmapWidth; in measureCachedGlyph()270 glyph->mBitmapWidth = bitmap->width; in updateGlyphCache()
99 uint32_t mBitmapWidth; member