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