Searched defs:scratchCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkTypeface_win_dw.cpp93 static const int scratchCount = 256; local
94 UINT32 scratch[scratchCount];
96 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
98 int limit = SkTMin(glyphsLeft, scratchCount);
/external/skia/src/ports/
H A DSkTypeface_win_dw.cpp84 static const int scratchCount = 256; local
85 UINT32 scratch[scratchCount];
87 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
89 int limit = SkTMin(glyphsLeft, scratchCount);

Completed in 237 milliseconds