Home | History | Annotate | Download | only in ports

Lines Matching refs:scratchCount

2183         static const int scratchCount = 256;
2184 WCHAR scratch[scratchCount];
2193 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);
2245 static const int scratchCount = 256;
2246 WCHAR scratch[scratchCount];
2251 int glyphsLeft = SkTMin(glyphCount - glyphIndex, scratchCount);