Searched defs:imgHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLReadback.cpp35 int imgWidth, int imgHeight, const Rect& srcRect, SkBitmap* bitmap) {
58 textureDescription.fHeight = imgHeight;
69 const SkRect bufferRect = SkRect::MakeIWH(imgWidth, imgHeight);
34 copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform, int imgWidth, int imgHeight, const Rect& srcRect, SkBitmap* bitmap) argument
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java51 int imgHeight = img.getHeight();
59 || mRoiBounds.bottom >= imgHeight) {
68 mSearchRange = calcSearchRange(mRoiBounds, imgWidth, imgHeight);
191 private static Rect calcSearchRange(Rect mRoiBounds, int imgWidth, int imgHeight) { argument
197 ymax = Math.min(imgHeight, ymax);
/frameworks/base/libs/hwui/
H A DOpenGLReadback.cpp244 const Matrix4& imgTransform, int imgWidth, int imgHeight, const Rect& srcRect,
261 sourceTexture.wrap(sourceTexId, imgWidth, imgHeight, 0, 0 /* total lie */,
243 copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform, int imgWidth, int imgHeight, const Rect& srcRect, SkBitmap* bitmap) argument

Completed in 848 milliseconds