Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFFont.cpp647 int16_t defaultWidth = 0; in populateCIDFont() local
650 fFontInfo->fEmSize, &appendWidth, &defaultWidth); in populateCIDFont()
654 if (defaultWidth != 0) { in populateCIDFont()
656 defaultWidth, fFontInfo->fEmSize)))->unref(); in populateCIDFont()
687 int16_t defaultWidth = 0; in populateType1Font() local
695 defaultWidth = widthEntry->fAdvance[0]; in populateType1Font()
707 if (!addFontDescriptor(defaultWidth)) in populateType1Font()
713 addWidthInfoFromRange(defaultWidth, widthRangeEntry); in populateType1Font()
816 bool SkPDFFont::addFontDescriptor(int16_t defaultWidth) { in addFontDescriptor() argument
907 if (defaultWidth > 0) { in addFontDescriptor()
[all …]
/external/chromium/chrome/browser/resources/shared/js/cr/
Dlocale.js110 function fmt(value, defaultWidth) { argument
118 width = defaultWidth;
/external/skia/include/pdf/
DSkPDFFont.h139 bool addFontDescriptor(int16_t defaultWidth);
141 void addWidthInfoFromRange(int16_t defaultWidth,