Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkAnnotation.cpp14 const char* SkAnnotationKeys::URL_Key() { in URL_Key() function in SkAnnotationKeys
32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value); in SkAnnotateRectWithURL()
DSkAnnotationKeys.h18 static const char* URL_Key();
/external/skia/src/core/
DSkAnnotation.cpp14 const char* SkAnnotationKeys::URL_Key() { in URL_Key() function in SkAnnotationKeys
32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value); in SkAnnotateRectWithURL()
DSkAnnotationKeys.h18 static const char* URL_Key();
/external/skqp/src/svg/
DSkSVGDevice.cpp678 if (!strcmp(SkAnnotationKeys::URL_Key(), key) || in drawAnnotation()
/external/skqp/tests/
DSerializationTest.cpp707 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) }, in DEF_TEST()
/external/skia/tests/
DSerializationTest.cpp797 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) }, in DEF_TEST()
/external/skia/src/svg/
DSkSVGDevice.cpp805 if (!strcmp(SkAnnotationKeys::URL_Key(), key) || in drawAnnotation()
/external/skia/src/pdf/
DSkPDFDevice.cpp366 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation()
/external/skqp/src/pdf/
DSkPDFDevice.cpp528 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation()