OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scratchcount
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkTypeface_win_dw.cpp
95
static const int
scratchCount
= 256;
96
UINT32 scratch[
scratchCount
];
98
for (int baseGlyph = 0; baseGlyph < glyphCount; baseGlyph +=
scratchCount
) {
100
int limit = SkTMin(glyphsLeft,
scratchCount
);
SkFontHost_win.cpp
[
all
...]
Completed in 104 milliseconds