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

  /frameworks/base/libs/hwui/pipeline/skia/
SkiaOpenGLReadback.h 31 int imgWidth, int imgHeight, const Rect& srcRect,
SkiaOpenGLReadback.cpp 37 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);
  /frameworks/base/libs/hwui/
OpenGLReadback.h 42 int imgWidth, int imgHeight, const Rect& srcRect,
62 int imgWidth, int imgHeight, const Rect& srcRect,
OpenGLReadback.cpp 243 int imgWidth, int imgHeight, const Rect& srcRect,
248 std::swap(imgWidth, imgHeight);
265 sourceTexture.wrap(sourceTexId, imgWidth, imgHeight, 0, 0 /* total lie */,
  /external/freetype/src/sfnt/
pngshim.c 264 png_uint_32 imgWidth, imgHeight;
318 &imgWidth, &imgHeight,
325 (FT_Int)imgHeight != metrics->height ) ) )
331 metrics->height = (FT_UShort)imgHeight;
384 &imgWidth, &imgHeight,
425 if ( FT_NEW_ARRAY( rows, imgHeight ) )
431 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 82 static int4 calcSearchRange_ss(int4 roiBounds, int imgWidth, int imgHeight,
86 int2 maxr = min((int2){imgWidth, imgHeight}, roiBounds.zw + size * (1 + pad));
137 int imgHeight, rs_allocation ret) {
148 int4 searchRange = calcSearchRange_ss(roiBounds, imgWidth, imgHeight, 2);
FindRegion.java 42 int imgHeight = img.getHeight();
49 || mRoiBounds.bottom >= imgHeight) {
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 51 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) {
197 ymax = Math.min(imgHeight, ymax);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java 62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) {
66 mImgHeight = imgHeight;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]

Completed in 661 milliseconds