Home | History | Annotate | Download | only in android

Lines Matching refs:setAnchorPoint

323 void GraphicsLayerAndroid::setAnchorPoint(const FloatPoint3D& point)
327 GraphicsLayer::setAnchorPoint(point);
328 m_contentLayer->setAnchorPoint(point.x(), point.y());