HomeSort by relevance Sort by last modified time
    Searched refs:X_density (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jctrans.c 153 dstinfo->X_density = srcinfo->X_density;
jpeglib.h 397 /* ratio is defined by X_density/Y_density even when density_unit=0. */
399 UINT16 X_density; /* Horizontal pixel density */
623 UINT16 X_density; /* Horizontal pixel density */
    [all...]
jdmarker.c 227 cinfo->X_density = 1;
620 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
634 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jcmarker.c 380 emit_2bytes(cinfo, (int) cinfo->X_density);
rdbmp.c 374 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
wrbmp.c 213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
jcparam.c 375 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
  /external/jpeg/
jctrans.c 146 dstinfo->X_density = srcinfo->X_density;
jpeglib.h 347 /* ratio is defined by X_density/Y_density even when density_unit=0. */
349 UINT16 X_density; /* Horizontal pixel density */
563 UINT16 X_density; /* Horizontal pixel density */
    [all...]
jdmarker.c 225 cinfo->X_density = 1;
612 cinfo->X_density = (GETJOCTET(data[8]) << 8) + GETJOCTET(data[9]);
626 cinfo->X_density, cinfo->Y_density, cinfo->density_unit);
    [all...]
jcmarker.c 376 emit_2bytes(cinfo, (int) cinfo->X_density);
rdbmp.c 339 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */
wrbmp.c 213 PUT_4B(bmpinfoheader, 24, (INT32) (cinfo->X_density*100)); /* XPels/M */
jcparam.c 345 cinfo->X_density = 1; /* Pixel aspect ratio is square by default */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 151 milliseconds