Searched defs:kMaxResourceNameLength (Results 1 – 1 of 1) sorted by relevance
28 constexpr size_t kMaxResourceNameLength = 1 + kSkStrAppendS32_MaxSize; variable31 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name()