HomeSort by relevance Sort by last modified time
    Searched refs:unite (Results 26 - 50 of 59) sorted by null

12 3

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerChromium.cpp 256 m_dirtyRect.unite(dirtyRect);
LayerRendererChromium.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 213 // FIXME: We just unite all focus ring rects into one for now.
221 finalFocusRect.unite(focusRect);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceClipper.cpp 295 m_clipBoundaries.unite(renderer->localToParentTransform().mapRect(renderer->repaintRectInLocalCoordinates()));
SVGRootInlineBox.cpp 177 childRect.unite(child->calculateBoundaries());
SVGInlineTextBox.cpp 148 selectionRect.unite(fragmentRect);
732 textRect.unite(fragmentRect);
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp     [all...]
RenderLayerCompositor.cpp 499 unionBounds.unite(childUnionBounds);
511 unionBounds.unite(childUnionBounds);
522 unionBounds.unite(childUnionBounds);
533 unionBounds.unite(curAbsBounds);
    [all...]
RenderLayer.cpp 402 repaintRect.unite(child->repaintRectIncludingDescendants());
934 clipRect.unite(transparencyClipBox(curr, rootLayer, paintBehavior));
    [all...]
RenderInline.cpp     [all...]
RenderObject.cpp     [all...]
RenderText.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 228 m_dirtyRect.unite(r);
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 189 m_frameworkLayersInval.unite(inflatedRect);
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 192 m_dirtyRect.unite(dirtyRect);
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 853 m_softwareDirtyRect.unite(rect);
908 m_softwareDirtyRect.unite(IntRect(0, 0, width, height)); // Mark everything as dirty.
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp     [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
Element.cpp 533 result.unite(quads[i].enclosingBoundingBox());
597 result.unite(quads[i].boundingBox());
    [all...]
Range.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 819 bounds.unite(rects[i]);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 167 solidFigureExtents.unite(fillExtents);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 444 m_boundingBox.unite(cur->boundingBox());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 840 m_currentContent.needsDisplayRect.unite(pendingContent.needsDisplayRect);

Completed in 756 milliseconds

12 3