Searched refs:URL_Key (Results 1 – 10 of 10) sorted by relevance
/external/skqp/src/core/ |
D | SkAnnotation.cpp | 14 const char* SkAnnotationKeys::URL_Key() { in URL_Key() function in SkAnnotationKeys 32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value); in SkAnnotateRectWithURL()
|
D | SkAnnotationKeys.h | 18 static const char* URL_Key();
|
/external/skia/src/core/ |
D | SkAnnotation.cpp | 14 const char* SkAnnotationKeys::URL_Key() { in URL_Key() function in SkAnnotationKeys 32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value); in SkAnnotateRectWithURL()
|
D | SkAnnotationKeys.h | 18 static const char* URL_Key();
|
/external/skqp/src/svg/ |
D | SkSVGDevice.cpp | 678 if (!strcmp(SkAnnotationKeys::URL_Key(), key) || in drawAnnotation()
|
/external/skqp/tests/ |
D | SerializationTest.cpp | 707 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) }, in DEF_TEST()
|
/external/skia/tests/ |
D | SerializationTest.cpp | 797 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) }, in DEF_TEST()
|
/external/skia/src/svg/ |
D | SkSVGDevice.cpp | 805 if (!strcmp(SkAnnotationKeys::URL_Key(), key) || in drawAnnotation()
|
/external/skia/src/pdf/ |
D | SkPDFDevice.cpp | 366 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation()
|
/external/skqp/src/pdf/ |
D | SkPDFDevice.cpp | 528 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation()
|