OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kResourceTypePrefixes
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/pdf/
SkPDFResourceDict.cpp
14
// If these are failing, you may need to update the
kResourceTypePrefixes
26
static const char
kResourceTypePrefixes
[] = {
32
SkASSERT((unsigned)type < SK_ARRAY_COUNT(
kResourceTypePrefixes
));
33
dst[0] =
kResourceTypePrefixes
[(unsigned)type];
/external/skqp/src/pdf/
SkPDFResourceDict.cpp
14
// If these are failing, you may need to update the
kResourceTypePrefixes
26
static const char
kResourceTypePrefixes
[] = {
32
SkASSERT((unsigned)type < SK_ARRAY_COUNT(
kResourceTypePrefixes
));
33
dst[0] =
kResourceTypePrefixes
[(unsigned)type];
Completed in 1123 milliseconds