Home
last modified time | relevance | path

Searched refs:mediaBox (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/pdf/
H A DSkPDFFormXObject.cpp14 std::unique_ptr<SkPDFArray> mediaBox, in SkPDFMakeFormXObject()
25 dict->insertObject("BBox", std::move(mediaBox)); in SkPDFMakeFormXObject()
12 SkPDFMakeFormXObject(SkPDFDocument* doc, std::unique_ptr<SkStreamAsset> content, std::unique_ptr<SkPDFArray> mediaBox, std::unique_ptr<SkPDFDict> resourceDict, const SkMatrix& inverseTransform, const char* colorSpace) SkPDFMakeFormXObject() argument
H A DSkPDFFormXObject.h24 std::unique_ptr<SkPDFArray> mediaBox,
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1666 poppler::rectf mediaBox = current_page->page_rect(box); in outPage() local
1677 fprintf(stderr, "DEBUG: mediaBox = [ %f %f %f %f ]; rotate = %d\n", in outPage()
1678 mediaBox.left(), mediaBox.top(), mediaBox.right(), mediaBox.bottom(), rotate); in outPage()
1679 l = mediaBox.width(); in outPage()
1685 l = mediaBox.height(); in outPage()
/third_party/skia/src/xps/
H A DSkXPSDevice.h54 @param mediaBox The size of the physical media in physical units.
59 Must be contained within the mediaBox.
60 The default is to coincide with the mediaBox.
65 Must be contained within the mediaBox.
66 The default is to coincide with the mediaBox.
72 const SkRect* mediaBox = NULL,
H A DSkXPSDevice.cpp137 const SkRect* mediaBox, in beginSheet()
133 beginSheet( const SkVector& unitsPerMeter, const SkVector& pixelsPerMeter, const SkSize& trimSize, const SkRect* mediaBox, const SkRect* bleedBox, const SkRect* artBox, const SkRect* cropBox) beginSheet() argument

Completed in 7 milliseconds