Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp256 SkRect outsetBounds = SkRect::Make(bounds.makeOutset(1, 1)); in append_clip() local
259 if (is_rect(clipStack, outsetBounds, &clipStackRect)) { in append_clip()
268 if (Op(clipPath, to_path(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()
/external/skqp/src/pdf/
DSkPDFDevice.cpp256 SkRect outsetBounds = SkRect::Make(bounds.makeOutset(1, 1)); in append_clip() local
259 if (is_rect(clipStack, outsetBounds, &clipStackRect)) { in append_clip()
268 if (Op(clipPath, to_path(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()