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

  /external/webkit/Source/WebCore/svg/
SVGGlyphMap.h 51 GlyphMapLayer* currentLayer = &m_rootLayer;
56 node = currentLayer->get(curChar);
59 currentLayer->set(curChar, node);
61 currentLayer = &node->children;
79 GlyphMapLayer* currentLayer = &m_rootLayer;
83 RefPtr<GlyphMapNode> node = currentLayer->get(curChar);
87 currentLayer = &node->children;
  /external/webkit/Source/WebCore/rendering/
RenderLayerCompositor.cpp 628 RenderLayer* currentLayer = list->at(j);
629 if (currentLayer->isFixed() && needsToBeComposited(currentLayer)) {
633 IntRect currentLayerBounds = currentLayer->renderer()->localToAbsoluteQuad(
634 FloatRect(currentLayer->localBoundingBox())).enclosingBoundingBox();
659 currentLayer->setShouldComposite(needComposite);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 744 PlatformCALayer* currentLayer = PlatformCALayer::platformCALayer(layer);
748 if (currentLayer == m_layer) {
751 } else if (currentLayer == m_contentsLayer) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 320 LayerAndroid* currentLayer = const_cast<LayerAndroid*>(this);
321 m_hasRunningAnimations |= (it->second)->evaluate(currentLayer, time);
    [all...]

Completed in 96 milliseconds