HomeSort by relevance Sort by last modified time
    Searched refs:clipBox (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 452 RECT clipBox;
453 int clipType = GetClipBox(hdc, &clipBox);
455 trRect.intersect(FloatRect(clipBox.left, clipBox.top, clipBox.right - clipBox.left, clipBox.bottom - clipBox.top));
GraphicsContextWinCE.cpp 275 RECT clipBox;
276 int clipType = GetClipBox(m_dc, &clipBox);
278 origRect.intersect(clipBox);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 71 static IntRect clipBox(RenderBox* renderer);
316 static IntRect clipBox(RenderBox* renderer)
367 IntRect clippingBox = clipBox(toRenderBox(compAncestor->renderer()));
411 clippingBox = clipBox(toRenderBox(renderer()));
    [all...]

Completed in 494 milliseconds