Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp634 static std::unique_ptr<SkPDFDict> create_link_annotation(const SkRect& translatedRect) { in create_link_annotation() argument
643 annotation->insertObject("Rect", SkPDFMakeArray(translatedRect.fLeft, in create_link_annotation()
644 translatedRect.fTop, in create_link_annotation()
645 translatedRect.fRight, in create_link_annotation()
646 translatedRect.fBottom)); in create_link_annotation()
/external/skqp/src/pdf/
DSkPDFDevice.cpp634 static std::unique_ptr<SkPDFDict> create_link_annotation(const SkRect& translatedRect) { in create_link_annotation() argument
643 annotation->insertObject("Rect", SkPDFMakeArray(translatedRect.fLeft, in create_link_annotation()
644 translatedRect.fTop, in create_link_annotation()
645 translatedRect.fRight, in create_link_annotation()
646 translatedRect.fBottom)); in create_link_annotation()