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

  /external/freetype/src/sfnt/
pngshim.c 196 png_uint_32 imgWidth, imgHeight;
250 &imgWidth, &imgHeight,
256 ( (FT_Int)imgWidth != metrics->width ||
262 metrics->width = (FT_UShort)imgWidth;
316 &imgWidth, &imgHeight,
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 195 png_uint_32 imgWidth, imgHeight;
249 &imgWidth, &imgHeight,
255 ( (FT_Int)imgWidth != metrics->width ||
264 metrics->width = (FT_UShort)imgWidth;
325 &imgWidth, &imgHeight,
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
FindRegion.java 41 int imgWidth = img.getWidth();
48 || mRoiBounds.right >= imgWidth
  /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);

Completed in 266 milliseconds