Home
last modified time | relevance | path

Searched refs:setAnchorPoint (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/utils/
DSkLayer.h47 void setAnchorPoint(SkScalar x, SkScalar y) { m_anchorPoint.set(x, y); } in setAnchorPoint() function
/external/skia/samplecode/
DSampleSkLayer.cpp187 child->setAnchorPoint(SK_ScalarHalf, SK_ScalarHalf); in SkLayerView()