Searched refs:clipRects (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerClipper.cpp52 static void adjustClipRectsForChildren(const RenderObject& renderer, ClipRects& clipRects) argument
58 clipRects.setPosClipRect(clipRects.fixedClipRect());
59 clipRects.setOverflowClipRect(clipRects.fixedClipRect());
60 clipRects.setFixed(true);
62 clipRects.setPosClipRect(clipRects.overflowClipRect());
64 clipRects.setOverflowClipRect(clipRects
68 applyClipRects(const ClipRectsContext& context, RenderObject& renderer, LayoutPoint offset, ClipRects& clipRects) argument
115 ClipRects clipRects; local
155 ClipRects clipRects; local
[all...]
H A DClipRectsCache.h44 RefPtr<ClipRects> clipRects; member in struct:blink::ClipRectsCache::Entry
H A DRenderLayerClipper.h128 return m_cache ? m_cache->get(context.cacheSlot).clipRects.get() : 0;
/external/chromium_org/third_party/skia/gm/
H A Dcoloremoji.cpp84 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip }; local
90 for (size_t x = 0; x < sizeof(clipRects) / sizeof(SkRect); ++x) {
92 canvas->drawRect(clipRects[x], clipHairline);
95 canvas->clipRect(clipRects[x]);
/external/skia/gm/
H A Dcoloremoji.cpp90 const SkRect clipRects[] = { bounds, upperLeftClip, lowerRightClip, interiorClip }; local
96 for (size_t x = 0; x < sizeof(clipRects) / sizeof(SkRect); ++x) {
98 canvas->drawRect(clipRects[x], clipHairline);
101 canvas->clipRect(clipRects[x]);
/external/chromium_org/third_party/skia/src/utils/
H A DSkCanvasStateUtils.cpp52 ClipRect* clipRects; member in struct:SkMCState
109 mcState.clipRects = NULL;
114 // loop through the layers and free the data allocated to the clipRects
116 sk_free(layers[i].mcState.clipRects);
119 sk_free(mcState.clipRects);
191 state->clipRects = (ClipRect*) sk_malloc_throw(clipWriter.bytesWritten());
192 clipWriter.flatten(state->clipRects);
283 clip.op(SkIRect::MakeLTRB(state.clipRects[i].left,
284 state.clipRects[i].top,
285 state.clipRects[
[all...]
/external/skia/src/utils/
H A DSkCanvasStateUtils.cpp47 ClipRect* clipRects; member in struct:SkMCState
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[
[all...]

Completed in 135 milliseconds