Home
last modified time | relevance | path

Searched refs:scratchCount (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/ports/
DSkTypeface_win_dw.cpp96 static const int scratchCount = 256; in onCharsToGlyphs() local
97 UINT32 scratch[scratchCount]; in onCharsToGlyphs()
99 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) { in onCharsToGlyphs()
101 int limit = SkTMin(glyphsLeft, scratchCount); in onCharsToGlyphs()
DSkFontHost_win.cpp2068 static const int scratchCount = 256; in onCharsToGlyphs() local
2069 WCHAR scratch[scratchCount]; in onCharsToGlyphs()
2078 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount); in onCharsToGlyphs()
2130 static const int scratchCount = 256; in onCharsToGlyphs() local
2131 WCHAR scratch[scratchCount]; in onCharsToGlyphs()
2136 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount); in onCharsToGlyphs()