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

  /external/skia/include/utils/
SkLayer.h 34 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.h 53 const SkPoint& getAnchorPoint() const { return m_anchorPoint; }
LayerAndroid.cpp 401 float originX = getAnchorPoint().x() * getWidth();
402 float originY = getAnchorPoint().y() * getHeight();
967 writePoint(file, indentLevel + 1, "anchor", getAnchorPoint());
    [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 268 stream->writeScalar(layer->getAnchorPoint().x());
269 stream->writeScalar(layer->getAnchorPoint().y());

Completed in 952 milliseconds