Home | History | Annotate | Download | only in ports

Lines Matching full:scratchcount

1101         static const int scratchCount = 256;
1102 UINT32 scratch[scratchCount];
1104 for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph += scratchCount) {
1106 int limit = SkTMin(glyphsLeft, scratchCount);