Home
last modified time | relevance | path

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

/external/skia/src/doc/
DSkDocument_XPS.cpp33 const SkRect& trimBox) override { in onBeginPage() argument
37 fCanvas->clipRect(trimBox); in onBeginPage()
38 fCanvas->translate(trimBox.x(), trimBox.y()); in onBeginPage()
DSkDocument_PDF.cpp300 const SkRect& trimBox) override { in onBeginPage() argument
309 fCanvas->clipRect(trimBox); in onBeginPage()
310 fCanvas->translate(trimBox.x(), trimBox.y()); in onBeginPage()