Home | History | Annotate | Download | only in ports

Lines Matching full:scratchcount

2090         static const int scratchCount = 256;
2091 WCHAR scratch[scratchCount];
2100 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);
2152 static const int scratchCount = 256;
2153 WCHAR scratch[scratchCount];
2158 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);