Home
last modified time | relevance | path

Searched refs:AvgWidth (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp244 int AvgWidth = 0, widthcount = 0; in WriteOutput() local
247 AvgWidth += widths[i]; in WriteOutput()
250 AvgWidth = int((FX_FLOAT)AvgWidth / widthcount + 0.5); in WriteOutput()
256 if (MaxWidth > AvgWidth * 6 / 5) { in WriteOutput()
257 MaxWidth = AvgWidth * 6 / 5; in WriteOutput()
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfFontDescriptorDictionary_autogen.cpp155 double SkPdfFontDescriptorDictionary::AvgWidth(SkPdfNativeDoc* doc) { in AvgWidth() function in SkPdfFontDescriptorDictionary
DSkPdfFontDescriptorDictionary_autogen.h545 double AvgWidth(SkPdfNativeDoc* doc);