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

  /frameworks/base/libs/hwui/
PatchCache.h 49 Patch* get(const uint32_t bitmapWidth, const uint32_t bitmapHeight,
68 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0),
72 PatchDescription(const uint32_t bitmapWidth, const uint32_t bitmapHeight,
76 bitmapWidth(bitmapWidth), bitmapHeight(bitmapHeight),
104 uint32_t bitmapHeight;
PatchCache.cpp 50 deltaInt = lhs.bitmapHeight - rhs.bitmapHeight;
82 Patch* PatchCache::get(const uint32_t bitmapWidth, const uint32_t bitmapHeight,
104 const PatchDescription description(bitmapWidth, bitmapHeight,
116 width, height, pixelWidth, pixelHeight, bitmapWidth, bitmapHeight);
121 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
131 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
Patch.cpp 108 void Patch::updateVertices(const float bitmapWidth, const float bitmapHeight,
143 const float fixed = bitmapHeight - stretchSize;
169 float v2 = fmax(0.0f, stepY - vOffset) / bitmapHeight;
170 v1 += vOffset / bitmapHeight;
185 v1 = stepY / bitmapHeight;
190 if (previousStepY != bitmapHeight) {
Patch.h 50 void updateVertices(const float bitmapWidth, const float bitmapHeight,
  /external/skia/legacy/
SavedPagePlayback.cpp 51 int bitmapHeight, int bitmapConfig,
60 bitmap.setConfig((SkBitmap::Config)bitmapConfig, bitmapWidth, bitmapHeight, bitmapRowBytes);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RedEyeFilter.java 160 int bitmapHeight = mHeight / 2;
162 Bitmap redEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
165 mRadius = Math.max(MIN_RADIUS, RADIUS_RATIO * Math.min(bitmapWidth, bitmapHeight));
168 mCanvas.drawCircle(mCenters[i] * bitmapWidth, mCenters[i + 1] * bitmapHeight,
172 FrameFormat format = ImageFormat.create(bitmapWidth, bitmapHeight,
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java     [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp 187 const int bitmapHeight = bitmap.height();
201 int numFixedYPixelsRemaining = bitmapHeight - numStretchyYPixelsRemaining;
230 j <= numYDivs && src.fTop < bitmapHeight;
235 src.fBottom = bitmapHeight;
  /packages/apps/Settings/src/com/android/settings/
KeyguardAppWidgetPickActivity.java 317 int bitmapHeight;
322 bitmapHeight = drawable.getIntrinsicHeight();
326 bitmapHeight = appIconSize;
327 defaultPreview = Bitmap.createBitmap(bitmapWidth, bitmapHeight,
349 int finalPreviewHeight = (int) (scale * bitmapHeight);
352 bitmapHeight = Math.min(finalPreviewHeight, maxHeight);
354 Bitmap preview = Bitmap.createBitmap(bitmapWidth, bitmapHeight,
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ImageViewTouchBase.java 327 public static float maxZoom(int bitmapWidth, int bitmapHeight, int viewWidth, int viewHeight) {
329 final float fh = (float)bitmapHeight / viewHeight;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp     [all...]
  /frameworks/base/core/java/android/text/
TextLine.java 241 float bitmapHeight = bm.getHeight();
242 float scale = -bmAscent / bitmapHeight;
    [all...]
  /frameworks/base/libs/hwui/font/
Font.cpp 205 uint32_t bitmapWidth, uint32_t bitmapHeight, Rect* bounds, const float* pos) {

Completed in 329 milliseconds