Searched refs:SkPDFResourceType (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/pdf/ |
D | SkPDFResourceDict.cpp | 16 static_assert(0 == (int)SkPDFResourceType::kExtGState, "resource_type_mismatch"); 17 static_assert(1 == (int)SkPDFResourceType::kPattern, "resource_type_mismatch"); 18 static_assert(2 == (int)SkPDFResourceType::kXObject, "resource_type_mismatch"); 19 static_assert(3 == (int)SkPDFResourceType::kFont, "resource_type_mismatch"); 25 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name() 37 void SkPDFWriteResourceName(SkWStream* dst, SkPDFResourceType type, int key) { in SkPDFWriteResourceName() 45 static const char* resource_name(SkPDFResourceType type) { in resource_name() 56 static SkString resource(SkPDFResourceType type, int index) { in resource() 63 SkPDFResourceType type, in add_subdict() 91 add_subdict(graphicStateResources, SkPDFResourceType::kExtGState, dict.get()); in SkPDFMakeResourceDict() [all …]
|
D | SkPDFResourceDict.h | 19 enum class SkPDFResourceType { enum 48 void SkPDFWriteResourceName(SkWStream*, SkPDFResourceType type, int key);
|
D | SkPDFUtils.cpp | 241 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex); in ApplyGraphicState() 249 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern() 251 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
|
D | SkPDFDevice.cpp | 937 SkPDFWriteResourceName(out, SkPDFResourceType::kFont, in internalDrawGlyphRun() 971 SkPDFWriteResourceName(content, SkPDFResourceType::kXObject, in drawFormXObject()
|
/external/skqp/src/pdf/ |
D | SkPDFResourceDict.cpp | 16 static_assert(0 == (int)SkPDFResourceType::kExtGState, "resource_type_mismatch"); 17 static_assert(1 == (int)SkPDFResourceType::kPattern, "resource_type_mismatch"); 18 static_assert(2 == (int)SkPDFResourceType::kXObject, "resource_type_mismatch"); 19 static_assert(3 == (int)SkPDFResourceType::kFont, "resource_type_mismatch"); 25 static char* get_resource_name(char dst[kMaxResourceNameLength], SkPDFResourceType type, int key) { in get_resource_name() 37 void SkPDFWriteResourceName(SkWStream* dst, SkPDFResourceType type, int key) { in SkPDFWriteResourceName() 45 static const char* resource_name(SkPDFResourceType type) { in resource_name() 56 static SkString resource(SkPDFResourceType type, int index) { in resource() 63 SkPDFResourceType type, in add_subdict() 91 add_subdict(graphicStateResources, SkPDFResourceType::kExtGState, dict.get()); in SkPDFMakeResourceDict() [all …]
|
D | SkPDFResourceDict.h | 19 enum class SkPDFResourceType { enum 48 void SkPDFWriteResourceName(SkWStream*, SkPDFResourceType type, int key);
|
D | SkPDFUtils.cpp | 233 SkPDFWriteResourceName(content, SkPDFResourceType::kExtGState, objectIndex); in ApplyGraphicState() 241 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern() 243 SkPDFWriteResourceName(content, SkPDFResourceType::kPattern, objectIndex); in ApplyPattern()
|
D | SkPDFDevice.cpp | 1212 SkPDFWriteResourceName(out, SkPDFResourceType::kFont, in internalDrawGlyphRun() 1244 SkPDFWriteResourceName(content, SkPDFResourceType::kXObject, in drawFormXObject()
|