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

  /frameworks/base/libs/hwui/
ShapeCache.cpp 112 uint32_t rectWidth, rectHeight;
113 computeBounds(bounds, paint, left, top, offset, rectWidth, rectHeight);
115 if (!checkTextureSize(rectWidth, rectHeight)) return NULL;
117 purgeCache(rectWidth, rectHeight);
120 initBitmap(bitmap, rectWidth, rectHeight);
129 texture = createTexture(0, 0, offset, rectWidth, rectHeight, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 590 int rectHeight = Math.round(rect.height() * scaleY);
592 Math.round((outputY - rectHeight) / 2f),
594 Math.round((outputY + rectHeight) / 2f));
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 59 milliseconds