Home
last modified time | relevance | path

Searched refs:Define_Named_Dest_Key (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkAnnotation.cpp18 const char* SkAnnotationKeys::Define_Named_Dest_Key() { in Define_Named_Dest_Key() function in SkAnnotationKeys
40 canvas->drawAnnotation(rect, SkAnnotationKeys::Define_Named_Dest_Key(), name); in SkAnnotateNamedDestination()
DSkAnnotationKeys.h24 static const char* Define_Named_Dest_Key();
/external/skia/tests/
DSerializationTest.cpp685 { r1, SkAnnotationKeys::Define_Named_Dest_Key(), std::move(d1) }, in DEF_TEST()
/external/skia/src/pdf/
DSkPDFDevice.cpp579 if (!strcmp(SkAnnotationKeys::Define_Named_Dest_Key(), key)) { in drawAnnotation()