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

  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 256 int AvgWidth = 0, widthcount = 0;
259 AvgWidth += widths[i];
262 AvgWidth = int((FX_FLOAT)AvgWidth / widthcount + 0.5);
268 if (MaxWidth > AvgWidth * 6 / 5) {
269 MaxWidth = AvgWidth * 6 / 5;
  /external/freetype/src/sfnt/
sfobjs.c 1341 FT_Short avgwidth = face->os2.xAvgCharWidth; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
sfobjs.c 1419 FT_Short avgwidth = face->os2.xAvgCharWidth; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
sfobjs.c 1367 FT_Short avgwidth = face->os2.xAvgCharWidth; local
    [all...]

Completed in 687 milliseconds