OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kResourceTypeNames
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFResourceDict.cpp
15
// and
kResourceTypeNames
arrays below.
46
static const char*
kResourceTypeNames
[] = {
52
SkASSERT((unsigned)type < SK_ARRAY_COUNT(
kResourceTypeNames
));
53
return
kResourceTypeNames
[(unsigned)type];
/external/skqp/src/pdf/
SkPDFResourceDict.cpp
15
// and
kResourceTypeNames
arrays below.
46
static const char*
kResourceTypeNames
[] = {
52
SkASSERT((unsigned)type < SK_ARRAY_COUNT(
kResourceTypeNames
));
53
return
kResourceTypeNames
[(unsigned)type];
Completed in 1189 milliseconds