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.cpp 109 void Patch::updateVertices(const float bitmapWidth, const float bitmapHeight,
144 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 51 void updateVertices(const float bitmapWidth, const float bitmapHeight,
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
RedEyeFilter.java 162 int bitmapHeight = mHeight / 2;
164 Bitmap redEyeBitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888);
167 mRadius = Math.max(MIN_RADIUS, RADIUS_RATIO * Math.min(bitmapWidth, bitmapHeight));
170 mCanvas.drawCircle(mCenters[i] * bitmapWidth, mCenters[i + 1] * bitmapHeight,
174 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/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;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
  /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...]

Completed in 207 milliseconds