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

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLReadback.cpp37 int imgWidth, int imgHeight, const Rect& srcRect,
74 GrBackendTexture backendTexture(imgWidth, imgHeight, pixelConfig, externalTexture);
80 int displayedWidth = imgWidth, displayedHeight = imgHeight;
102 textureMatrixInv.postScale(imgWidth, imgHeight);
36 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.cpp243 int imgWidth, int imgHeight, const Rect& srcRect,
248 std::swap(imgWidth, imgHeight);
265 sourceTexture.wrap(sourceTexId, imgWidth, imgHeight, 0, 0 /* total lie */,
242 copyImageInto(EGLImageKHR eglImage, const Matrix4& imgTransform, int imgWidth, int imgHeight, const Rect& srcRect, SkBitmap* bitmap) argument

Completed in 114 milliseconds