Home | History | Annotate | Download | only in ca

Lines Matching defs:currLayer

1034             PlatformCALayer* currLayer = it->second.get();
1035 currLayer->setAnchorPoint(m_anchorPoint);
1049 PlatformCALayer* currLayer = it->second.get();
1053 currLayer->setTransform(TransformationMatrix());
1055 currLayer->setTransform(m_transform);
1195 PlatformCALayer* currLayer = it->second.get();
1196 currLayer->setPosition(point);
1197 currLayer->setAnchorPoint(anchorPoint);
1198 currLayer->setTransform(TransformationMatrix());
1199 currLayer->setOpacity(1);
2194 for (GraphicsLayer* currLayer = this; currLayer; currLayer = currLayer->parent()) {
2195 GraphicsLayerCA* currLayerCA = static_cast<GraphicsLayerCA*>(currLayer);