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

  /packages/apps/Camera2/jni/
jpegutil.h 68 Plane(int imgWidth, int imgHeight, int planeWidth, int planeHeight,
71 int imgWidth() const { return imgWidth_; }
jpegutil.cpp 111 jpegutil::Plane::Plane(int imgWidth, int imgHeight, int planeWidth,
114 : imgWidth_(imgWidth),
126 int imgWidth = yPlane.imgWidth();
230 cinfo.image_width = imgWidth;
  /external/chromium_org/third_party/freetype/src/sfnt/
pngshim.c 192 png_uint_32 imgWidth, imgHeight;
237 &imgWidth, &imgHeight,
242 (FT_Int)imgWidth != metrics->width ||
283 &imgWidth, &imgHeight,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 192 png_uint_32 imgWidth, imgHeight;
237 &imgWidth, &imgHeight,
242 (FT_Int)imgWidth != metrics->width ||
283 &imgWidth, &imgHeight,
  /external/freetype/src/sfnt/
pngshim.c 194 png_uint_32 imgWidth, imgHeight;
248 &imgWidth, &imgHeight,
254 ( (FT_Int)imgWidth != metrics->width ||
263 metrics->width = (FT_Int)imgWidth;
316 &imgWidth, &imgHeight,
  /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 155 milliseconds