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

  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 55 void StatementNode::setLoc(int firstLine, int lastLine)
  /external/llvm/include/llvm/MC/
MCInst.h 160 void setLoc(SMLoc loc) { Loc = loc; }
  /external/skia/include/views/
SkView.h 96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); }
98 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
99 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
  /external/skia/legacy/include/views/
SkView.h 95 void setLoc(SkScalar x, SkScalar y);
96 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); }
97 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
98 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
  /external/clang/include/clang/AST/
DeclarationName.h 451 /// setLoc - Sets the main location of the declaration name.
452 void setLoc(SourceLocation L) { NameLoc = L; }
  /external/skia/legacy/src/views/
SkView.cpp 79 void SkView::setLoc(SkScalar x, SkScalar y)
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
649 this->setLoc(x, y);
  /external/skia/src/views/
SkView.cpp 82 void SkView::setLoc(SkScalar x, SkScalar y)
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
673 this->setLoc(x, y);

Completed in 246 milliseconds