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

  /external/freetype/src/pshinter/
pshglob.h 163 /* snap a stem width to fitter coordinates. `org_width' is in font */
167 FT_Int org_width );
pshglob.c 83 /* org_width is in font units, result in device pixels, 26.6 format */
86 FT_Int org_width )
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.h 163 /* snap a stem width to fitter coordinates. `org_width' is in font */
167 FT_Int org_width );
pshglob.c 83 /* org_width is is font units, result in device pixels, 26.6 format */
86 FT_Int org_width )
89 FT_Pos width = FT_MulFix( org_width, dimension->scale_mult );
  /external/libyuv/files/util/
convert.cc 129 int org_width, org_height; local
132 &org_width, &org_height);
137 image_width = org_width;
psnr_main.cc 211 int org_width, org_height; local
214 &org_width, &org_height);
219 if ((org_width == rec_width) && (org_height == rec_height)) {
220 image_width = org_width;
227 image_width = org_width;

Completed in 594 milliseconds