OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gGlyphCacheProcs
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkPaint.cpp
632
static const GlyphCacheProc
gGlyphCacheProcs
[] = {
650
SkASSERT(index < SK_ARRAY_COUNT(
gGlyphCacheProcs
));
651
return
gGlyphCacheProcs
[index];
[
all
...]
/external/skqp/src/core/
SkPaint.cpp
632
static const GlyphCacheProc
gGlyphCacheProcs
[] = {
650
SkASSERT(index < SK_ARRAY_COUNT(
gGlyphCacheProcs
));
651
return
gGlyphCacheProcs
[index];
[
all
...]
Completed in 146 milliseconds