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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayerTransform.cpp 49 void GraphicsLayerTransform::setAnchorPoint(const FloatPoint3D& anchorPoint)
GraphicsLayer.cpp 635 m_contentsLayer->setAnchorPoint(FloatPoint(0, 0));
906 void GraphicsLayer::setAnchorPoint(const FloatPoint3D& point)
909 platformLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_layer_impl_fixed_bounds.cc 33 void WebLayerImplFixedBounds::setAnchorPoint(
36 layer_->SetAnchorPoint(anchor_point);
web_layer_impl.cc 70 void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) {
71 layer_->SetAnchorPoint(anchor_point);
  /external/chromium_org/third_party/skia/include/utils/
SkLayer.h 47 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }
  /external/skia/include/utils/
SkLayer.h 47 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); }

Completed in 125 milliseconds