Home
last modified time | relevance | path

Searched defs:PageRecord (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/jni/pdf/
DPdfDocument.cpp32 struct PageRecord { struct
34 PageRecord(int width, int height, const SkRect& contentRect) in PageRecord() function
42 ~PageRecord() { in ~PageRecord()
49 SkPictureRecorder* mPictureRecorder;
50 SkPicture* mPicture;
51 const int mWidth;
52 const int mHeight;
53 SkRect mContentRect;