Searched refs:SkAnnotationKeys (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkAnnotation.cpp41 const char* SkAnnotationKeys::URL_Key() {
45 const char* SkAnnotationKeys::Define_Named_Dest_Key() {
49 const char* SkAnnotationKeys::Link_Named_Dest_Key() {
66 annotate_paint(paint, SkAnnotationKeys::URL_Key(), value);
75 annotate_paint(paint, SkAnnotationKeys::Define_Named_Dest_Key(), name);
84 annotate_paint(paint, SkAnnotationKeys::Link_Named_Dest_Key(), name);
/external/skia/src/core/
H A DSkAnnotation.cpp41 const char* SkAnnotationKeys::URL_Key() {
45 const char* SkAnnotationKeys::Define_Named_Dest_Key() {
49 const char* SkAnnotationKeys::Link_Named_Dest_Key() {
66 annotate_paint(paint, SkAnnotationKeys::URL_Key(), value);
75 annotate_paint(paint, SkAnnotationKeys::Define_Named_Dest_Key(), name);
84 annotate_paint(paint, SkAnnotationKeys::Link_Named_Dest_Key(), name);
/external/chromium_org/third_party/skia/include/core/
H A DSkAnnotation.h48 class SkAnnotationKeys { class
/external/skia/include/core/
H A DSkAnnotation.h48 class SkAnnotationKeys { class
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp1617 SkData* urlData = annotationInfo->find(SkAnnotationKeys::URL_Key());
1623 SkAnnotationKeys::Link_Named_Dest_Key());
1639 SkAnnotationKeys::Define_Named_Dest_Key());
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1617 SkData* urlData = annotationInfo->find(SkAnnotationKeys::URL_Key());
1623 SkAnnotationKeys::Link_Named_Dest_Key());
1639 SkAnnotationKeys::Define_Named_Dest_Key());

Completed in 209 milliseconds