Home
last modified time | relevance | path

Searched defs:kMaxResourceNameLength (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/skia/src/pdf/
H A DSkPDFResourceDict.cpp28 constexpr size_t kMaxResourceNameLength = 1 + kSkStrAppendS32_MaxSize; variable
31 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name()