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

  /packages/apps/Camera2/jni/
jpegutil.h 68 Plane(int imgWidth, int imgHeight, int planeWidth, int planeHeight,
72 int imgHeight() const { return imgHeight_; }
jpegutil.cpp 111 jpegutil::Plane::Plane(int imgWidth, int imgHeight, int planeWidth,
115 imgHeight_(imgHeight),
127 int imgHeight = yPlane.imgHeight();
231 cinfo.image_height = imgHeight;
270 for (int y = 0; y < imgHeight; y += DCTSIZE * 2) {
279 if (chY < imgHeight / 2) {
285 cbArr[row] = cbRG(imgHeight / 2 - 1);
286 crArr[row] = crRG(imgHeight / 2 - 1);
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 192 png_uint_32 imgWidth, imgHeight;
237 &imgWidth, &imgHeight,
243 (FT_Int)imgHeight != metrics->height )
283 &imgWidth, &imgHeight,
310 if ( FT_NEW_ARRAY( rows, imgHeight ) )
316 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 192 png_uint_32 imgWidth, imgHeight;
237 &imgWidth, &imgHeight,
243 (FT_Int)imgHeight != metrics->height )
283 &imgWidth, &imgHeight,
310 if ( FT_NEW_ARRAY( rows, imgHeight ) )
316 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /external/freetype/src/sfnt/
pngshim.c 194 png_uint_32 imgWidth, imgHeight;
248 &imgWidth, &imgHeight,
255 (FT_Int)imgHeight != metrics->height ) ) )
264 metrics->height = (FT_Int)imgHeight;
316 &imgWidth, &imgHeight,
343 if ( FT_NEW_ARRAY( rows, imgHeight ) )
349 for ( i = 0; i < (FT_Int)imgHeight; i++ )
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1881 milliseconds