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

  /external/freetype/src/sfnt/
pngshim.c 196 png_uint_32 imgWidth, imgHeight;
250 &imgWidth, &imgHeight,
257 (FT_Int)imgHeight != metrics->height ) ) )
263 metrics->height = (FT_UShort)imgHeight;
316 &imgWidth, &imgHeight,
357 if ( FT_NEW_ARRAY( rows, imgHeight ) )
363 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /external/pdfium/third_party/freetype/src/sfnt/
pngshim.c 195 png_uint_32 imgWidth, imgHeight;
249 &imgWidth, &imgHeight,
256 (FT_Int)imgHeight != metrics->height ) ) )
265 metrics->height = (FT_UShort)imgHeight;
325 &imgWidth, &imgHeight,
352 if ( FT_NEW_ARRAY( rows, imgHeight ) )
358 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
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);

Completed in 2156 milliseconds