HomeSort by relevance Sort by last modified time
    Searched refs:imgWidth (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 */,
  /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));
136 void findRegion(rs_allocation pointsXY, rs_allocation image, int imgWidth,
148 int4 searchRange = calcSearchRange_ss(roiBounds, imgWidth, imgHeight, 2);
FindRegion.java 41 int imgWidth = img.getWidth();
48 || mRoiBounds.right >= imgWidth
  /external/freetype/src/sfnt/
pngshim.c 264 png_uint_32 imgWidth, imgHeight;
318 &imgWidth, &imgHeight,
324 ( (FT_Int)imgWidth != metrics->width ||
330 metrics->width = (FT_UShort)imgWidth;
384 &imgWidth, &imgHeight,
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 50 int imgWidth = img.getWidth();
58 || mRoiBounds.right >= imgWidth
68 mSearchRange = calcSearchRange(mRoiBounds, imgWidth, imgHeight);
191 private static Rect calcSearchRange(Rect mRoiBounds, int imgWidth, int imgHeight) {
196 xmax = Math.min(imgWidth, xmax);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageVignette.java 62 public void setTransform(Matrix toScr, Matrix toImage, int imgWidth, int imgHeight) {
65 mImgWidth = imgWidth;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]

Completed in 344 milliseconds