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

  /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/webkit/JavaScriptCore/parser/
Parser.h 86 result->setLoc(m_source->firstLine(), m_lastLine);
Nodes.cpp 55 void StatementNode::setLoc(int firstLine, int lastLine)
Nodes.h 172 void setLoc(int firstLine, int lastLine);
    [all...]
Grammar.y 182 statement->setLoc(start.first_line, end.last_line);
    [all...]
  /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);
SkListWidget.cpp 51 // fScrollBar->setLoc(this->getContentWidth(), 0);
52 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0);
335 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0);
SkStackViewLayout.cpp 251 child->setLoc(fMargin.fLeft, fMargin.fTop);
SkListView.cpp 800 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);

Completed in 285 milliseconds