Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp123 SkRect outsetBounds = SkRect::Make(bounds.makeOutset(1, 1)); in append_clip() local
126 if (is_rect(clipStack, outsetBounds, &clipStackRect)) { in append_clip()
135 if (Op(clipPath, to_path(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()
141 apply_clip(clipStack, outsetBounds, [wStream](const SkPath& path) { in append_clip()
/third_party/skia/src/pdf/
DSkPDFGraphicStackState.cpp114 SkRect outsetBounds = SkRect::Make(bounds.makeOutset(1, 1)); in append_clip() local
117 if (is_rect(clipStack, outsetBounds, &clipStackRect)) { in append_clip()
126 if (Op(clipPath, SkPath::Rect(outsetBounds), kIntersect_SkPathOp, &clipPath)) { in append_clip()
132 apply_clip(clipStack, outsetBounds, [wStream](const SkPath& path) { in append_clip()