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.cpp24 , fWidths(fontData.fWidths) in SkTestFont()
123 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getAdvance()
132 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()]; in getMetrics()
DSkTestScalerContext.h24 const SkFixed* fWidths; member
49 const SkFixed* fWidths; variable