Lines Matching defs:clip
114 // See setup_MC_state, clipRects is only allocated when the clip isn't empty; and empty
141 static void setup_MC_state(SkMCState* state, const SkMatrix& matrix, const SkIRect& clip) {
151 * We only support a single clipRect, so we take the clip's bounds. Clients have long made
156 if (!clip.isEmpty()) {
159 state->clipRects->left = clip.fLeft;
160 state->clipRects->top = clip.fTop;
161 state->clipRects->right = clip.fRight;
162 state->clipRects->bottom = clip.fBottom;
169 // Check the clip can be decomposed into rectangles (i.e. no soft clips).
281 // setup the matrix and clip
300 // setup the matrix and clip on the n-way canvas