Home | History | Annotate | Download | only in utils

Lines Matching refs:clipRects

47     ClipRect* clipRects;
104 mcState.clipRects = NULL;
109 // loop through the layers and free the data allocated to the clipRects
111 sk_free(layers[i].mcState.clipRects);
114 sk_free(mcState.clipRects);
186 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten());
187 clipWriter.flatten(state->clipRects);
278 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left,
279 state.clipRects[i].top,
280 state.clipRects[i].right,
281 state.clipRects[i].bottom),