Home
last modified time | relevance | path

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

/third_party/skia/src/pdf/
DSkPDFDevice.cpp364 SkPDFLink::Type linkType = SkPDFLink::Type::kNone; in drawAnnotation() local
366 linkType = SkPDFLink::Type::kUrl; in drawAnnotation()
368 linkType = SkPDFLink::Type::kNamedDestination; in drawAnnotation()
371 if (linkType != SkPDFLink::Type::kNone) { in drawAnnotation()
373 linkType, value, transformedRect, fNodeId); in drawAnnotation()