HomeSort by relevance Sort by last modified time
    Searched refs:URL_Key (Results 1 - 9 of 9) sorted by null

  /external/skia/src/core/
SkAnnotationKeys.h 18 static const char* URL_Key();
SkAnnotation.cpp 14 const char* SkAnnotationKeys::URL_Key() {
32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value);
  /external/skqp/src/core/
SkAnnotationKeys.h 18 static const char* URL_Key();
SkAnnotation.cpp 14 const char* SkAnnotationKeys::URL_Key() {
32 canvas->drawAnnotation(rect, SkAnnotationKeys::URL_Key(), value);
  /external/skia/src/svg/
SkSVGDevice.cpp 630 if (!strcmp(SkAnnotationKeys::URL_Key(), key) ||
  /external/skia/tests/
SerializationTest.cpp 629 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) },
  /external/skqp/tests/
SerializationTest.cpp 629 { r0, SkAnnotationKeys::URL_Key(), std::move(d0) },
  /external/skia/src/pdf/
SkPDFDevice.cpp 594 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) {
    [all...]
  /external/skqp/src/pdf/
SkPDFDevice.cpp 594 if (!strcmp(SkAnnotationKeys::URL_Key(), key)) {
    [all...]

Completed in 560 milliseconds