Searched refs:contentRect (Results 1 – 4 of 4) sorted by relevance
353 public Builder setContentRect(Rect contentRect) { in setContentRect() argument354 if (contentRect != null && (contentRect.left < 0 in setContentRect()355 || contentRect.top < 0 in setContentRect()356 || contentRect.right > mPageInfo.mPageWidth in setContentRect()357 || contentRect.bottom > mPageInfo.mPageHeight)) { in setContentRect()360 mPageInfo.mContentRect = contentRect; in setContentRect()
36 PageRecord(int width, int height, const SkRect& contentRect) in PageRecord()41 mContentRect = contentRect; in PageRecord()68 SkRect contentRect = SkRect::MakeLTRB( in startPage() local70 PageRecord* page = new PageRecord(width, height, contentRect); in startPage()75 SkRect::MakeWH(contentRect.width(), contentRect.height())); in startPage()
641 RectF contentRect; in writeBitmap() local643 contentRect = new RectF(page.getInfo().getContentRect()); in writeBitmap()650 contentRect = new RectF(dummyPage.getInfo().getContentRect()); in writeBitmap()658 contentRect, fittingMode); in writeBitmap()664 matrix.postTranslate(contentRect.left, contentRect.top); in writeBitmap()667 page.getCanvas().clipRect(contentRect); in writeBitmap()
1557 Rect contentRect, Rect postExclude) { in setTouchExcludeRegion() argument1601 mTmpRect.intersect(contentRect); in setTouchExcludeRegion()