Home
last modified time | relevance | path

Searched refs:Link_Named_Dest_Key (Results 1 – 10 of 10) sorted by relevance

/external/skqp/src/core/
DSkAnnotation.cpp22 const char* SkAnnotationKeys::Link_Named_Dest_Key() { in Link_Named_Dest_Key() function in SkAnnotationKeys
47 canvas->drawAnnotation(rect, SkAnnotationKeys::Link_Named_Dest_Key(), name); in SkAnnotateLinkToDestination()
DSkAnnotationKeys.h30 static const char* Link_Named_Dest_Key();
/external/skia/src/core/
DSkAnnotation.cpp22 const char* SkAnnotationKeys::Link_Named_Dest_Key() { in Link_Named_Dest_Key() function in SkAnnotationKeys
47 canvas->drawAnnotation(rect, SkAnnotationKeys::Link_Named_Dest_Key(), name); in SkAnnotateLinkToDestination()
DSkAnnotationKeys.h30 static const char* Link_Named_Dest_Key();
/external/skia/tests/
DSerializationTest.cpp709 { r2, SkAnnotationKeys::Link_Named_Dest_Key(), std::move(d2) }, in DEF_TEST()
/external/skqp/tests/
DSerializationTest.cpp709 { r2, SkAnnotationKeys::Link_Named_Dest_Key(), std::move(d2) }, in DEF_TEST()
/external/skia/src/svg/
DSkSVGDevice.cpp678 !strcmp(SkAnnotationKeys::Link_Named_Dest_Key(), key)) { in drawAnnotation()
/external/skqp/src/svg/
DSkSVGDevice.cpp679 !strcmp(SkAnnotationKeys::Link_Named_Dest_Key(), key)) { in drawAnnotation()
/external/skia/src/pdf/
DSkPDFDevice.cpp530 } else if (!strcmp(SkAnnotationKeys::Link_Named_Dest_Key(), key)) { in drawAnnotation()
/external/skqp/src/pdf/
DSkPDFDevice.cpp530 } else if (!strcmp(SkAnnotationKeys::Link_Named_Dest_Key(), key)) { in drawAnnotation()