Searched refs:rgnOp (Results 1 – 1 of 1) sorted by relevance
222 SkRegion::Op rgnOp = static_cast<SkRegion::Op>(opHandle); in clipRect() local224 switch (rgnOp) { in clipRect()229 get_canvas(canvasHandle)->clipRect(l, t, r, b, static_cast<SkClipOp>(rgnOp)); in clipRect()248 SkRegion::Op rgnOp = static_cast<SkRegion::Op>(opHandle); in clipPath() local251 switch (rgnOp) { in clipPath()254 nonEmptyClip = get_canvas(canvasHandle)->clipPath(path, static_cast<SkClipOp>(rgnOp)); in clipPath()270 SkRegion::Op rgnOp = static_cast<SkRegion::Op>(opHandle); in clipShader() local272 switch (rgnOp) { in clipShader()275 get_canvas(canvasHandle)->clipShader(shader, static_cast<SkClipOp>(rgnOp)); in clipShader()