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

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
AssetLinkNode.java 131 Spatial curChild = assetChildren.get(assetKey);
132 if (curChild != null) {
133 curChild.removeFromParent();
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 477 GraphicsLayerChromium* curChild = static_cast<GraphicsLayerChromium*>(childLayers[i]);
479 LayerChromium* childLayer = curChild->layerForSuperlayer();
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 491 GraphicsLayerCACF* curChild = static_cast<GraphicsLayerCACF*>(childLayers[i]);
493 WKCACFLayer* childLayer = curChild->layerForSuperlayer();
  /external/webkit/Source/WebCore/platform/graphics/ca/
GraphicsLayerCA.cpp 793 GraphicsLayerCA* curChild = static_cast<GraphicsLayerCA*>(childLayers[i]);
794 curChild->recursiveCommitChanges();
932 GraphicsLayerCA* curChild = static_cast<GraphicsLayerCA*>(childLayers[i]);
933 PlatformCALayer* childLayer = curChild->layerForSuperlayer();
    [all...]

Completed in 655 milliseconds