Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkAnnotation.cpp42 const char* SkAnnotationKeys::URL_Key() { in URL_Key() function in SkAnnotationKeys
67 annotate_paint(paint, SkAnnotationKeys::URL_Key(), value); in SkAnnotateRectWithURL()
/external/skia/include/core/
DSkAnnotation.h62 static const char* URL_Key();
/external/skia/src/pdf/
DSkPDFDevice.cpp1484 SkData* urlData = annotationInfo->find(SkAnnotationKeys::URL_Key()); in handleRectAnnotation()