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

  /frameworks/base/libs/hwui/
PatchCache.h 50 Patch* get(const float bitmapWidth, const float bitmapHeight,
69 PatchDescription(): bitmapWidth(0), bitmapHeight(0), pixelWidth(0), pixelHeight(0),
73 PatchDescription(const float bitmapWidth, const float bitmapHeight,
77 bitmapWidth(bitmapWidth), bitmapHeight(bitmapHeight),
85 LTE_FLOAT(bitmapHeight) {
104 float bitmapHeight;
PatchCache.cpp 53 Patch* PatchCache::get(const float bitmapWidth, const float bitmapHeight,
75 const PatchDescription description(bitmapWidth, bitmapHeight,
87 width, height, pixelWidth, pixelHeight, bitmapWidth, bitmapHeight);
92 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
102 mesh->updateVertices(bitmapWidth, bitmapHeight, 0.0f, 0.0f, pixelWidth, pixelHeight);
Patch.h 51 void updateVertices(const float bitmapWidth, const float bitmapHeight,
Patch.cpp 109 void Patch::updateVertices(const float bitmapWidth, const float bitmapHeight,
144 const float fixed = bitmapHeight - stretchSize;
167 float v2 = fmax(0.0f, stepY - 0.5f) / bitmapHeight;
182 v1 = (stepY + 0.5f) / bitmapHeight;
187 if (previousStepY != bitmapHeight) {
  /system/media/mca/filterpacks/imageproc/java/
RedEyeFilter.java 177 int bitmapHeight = mHeight / 2;
179 mRedEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
182 mRadius = Math.max(MIN_RADIUS, RADIUS_RATIO * Math.min(bitmapWidth, bitmapHeight));
  /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;
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /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 235 float bitmapHeight = bm.getHeight();
236 float scale = -bmAscent / bitmapHeight;
    [all...]

Completed in 1594 milliseconds