OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkAnnotationKeys
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkAnnotationKeys.h
13
class
SkAnnotationKeys
{
SkAnnotation.cpp
9
#include "
SkAnnotationKeys
.h"
14
const char*
SkAnnotationKeys
::URL_Key() {
18
const char*
SkAnnotationKeys
::Define_Named_Dest_Key() {
22
const char*
SkAnnotationKeys
::Link_Named_Dest_Key() {
32
canvas->drawAnnotation(rect,
SkAnnotationKeys
::URL_Key(), value);
40
canvas->drawAnnotation(rect,
SkAnnotationKeys
::Define_Named_Dest_Key(), name);
47
canvas->drawAnnotation(rect,
SkAnnotationKeys
::Link_Named_Dest_Key(), name);
/external/skia/tests/
SerializationTest.cpp
9
#include "
SkAnnotationKeys
.h"
713
{ r0,
SkAnnotationKeys
::URL_Key(), std::move(d0) },
714
{ r1,
SkAnnotationKeys
::Define_Named_Dest_Key(), std::move(d1) },
715
{ r2,
SkAnnotationKeys
::Link_Named_Dest_Key(), std::move(d2) },
/external/skia/src/pdf/
SkPDFDevice.cpp
11
#include "
SkAnnotationKeys
.h"
519
if (!strcmp(
SkAnnotationKeys
::Define_Named_Dest_Key(), key)) {
538
if (!strcmp(
SkAnnotationKeys
::URL_Key(), key)) {
540
} else if (!strcmp(
SkAnnotationKeys
::Link_Named_Dest_Key(), key)) {
[
all
...]
Completed in 1579 milliseconds