Home
last modified time | relevance | path

Searched refs:fWidths (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/fonts/
DTestTypeface.cpp37 , fWidths(fontData.fWidths) in SkTestFont()
98 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyphID]); in getAdvance()
DTestTypeface.h41 const SkFixed* fWidths; member
57 const SkFixed* fWidths; variable
/external/skqp/tools/fonts/
DSkTestTypeface.h40 const SkFixed* fWidths; member
55 const SkFixed* fWidths; variable
DSkTestTypeface.cpp37 , fWidths(fontData.fWidths) in SkTestFont()
108 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyphID]); in getAdvance()