Home | History | Annotate | Download | only in utils

Lines Matching refs:clipRects

46     ClipRect* clipRects;
82 mcState.clipRects = NULL;
86 // loop through the layers and free the data allocated to the clipRects
88 sk_free(layers[i].mcState.clipRects);
91 sk_free(mcState.clipRects);
172 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.size());
173 clipWriter.flatten(state->clipRects);
264 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left,
265 state.clipRects[i].top,
266 state.clipRects[i].right,
267 state.clipRects[i].bottom),