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

  /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 82 void WebLayerImpl::setAnchorPoint(const WebFloatPoint& anchor_point) {
83 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); }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 485 m_contentsLayer->setAnchorPoint(FloatPoint(0, 0));
817 void GraphicsLayer::setAnchorPoint(const FloatPoint3D& point)
820 platformLayer()->setAnchorPoint(FloatPoint(m_anchorPoint.x(), m_anchorPoint.y()));
    [all...]

Completed in 42 milliseconds