Home
last modified time | relevance | path

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

/external/skia/src/views/
DSkStackViewLayout.cpp122 crossLocP = &SkView::setLocY; in onLayoutChildren()
138 mainLocP = &SkView::setLocY; in onLayoutChildren()
/external/skia/include/views/
DSkView.h99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY() function