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

  /external/skia/samplecode/
TransitionView.cpp 111 fPrev->setLocY(values[kPrevY]);
113 fNext->setLocY(values[kNextY]);
142 fNext->setLocY(ud);
  /external/skia/src/views/
SkStackViewLayout.cpp 122 crossLocP = &SkView::setLocY;
138 mainLocP = &SkView::setLocY;
  /external/skia/include/views/
SkView.h 98 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }

Completed in 107 milliseconds