Home
last modified time | relevance | path

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

/external/skia/experimental/ChromeUtils/
DSkBorder.cpp15 fWidths[i] = width; in SkBorder()
28 memcpy(fWidths, widths, sizeof(fWidths)); in SkBorder()
DSkBorder.h98 SkScalar fWidths[4]; variable
/external/skia/src/fonts/
DSkTestScalerContext.cpp25 , fWidths(fontData.fWidths) in SkTestFont()
127 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyph->getGlyphID()]); in getAdvance()
137 glyph->fAdvanceX = SkFixedToFloat(fTestFont->fWidths[glyph->getGlyphID()]); in getMetrics()
DSkTestScalerContext.h25 const SkFixed* fWidths; member
48 const SkFixed* fWidths; variable