Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkTypeface_win_dw.cpp95 static const int scratchCount = 256; in onCharsToGlyphs() local
96 UINT32 scratch[scratchCount]; in onCharsToGlyphs()
98 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) { in onCharsToGlyphs()
100 int limit = SkTMin(glyphsLeft, scratchCount); in onCharsToGlyphs()
DSkFontHost_win.cpp2090 static const int scratchCount = 256; in onCharsToGlyphs() local
2091 WCHAR scratch[scratchCount]; in onCharsToGlyphs()
2100 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount); in onCharsToGlyphs()
2152 static const int scratchCount = 256; in onCharsToGlyphs() local
2153 WCHAR scratch[scratchCount]; in onCharsToGlyphs()
2158 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount); in onCharsToGlyphs()