Home
last modified time | relevance | path

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

/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/skia/tests/
DSerializationTest.cpp684 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) }, in DEF_TEST()
/external/skia/src/pdf/
DSkPDFDevice.cpp598 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) { in drawAnnotation()