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

  /external/webkit/JavaScriptCore/parser/
Nodes.cpp 55 void StatementNode::setLoc(int firstLine, int lastLine)
  /external/skia/include/views/
SkView.h 91 void setLoc(SkScalar x, SkScalar y);
92 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); }
93 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
94 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
  /external/skia/src/views/
SkView.cpp 68 void SkView::setLoc(SkScalar x, SkScalar y)
81 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
612 this->setLoc(x, y);

Completed in 161 milliseconds