Searched defs:setLoc (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.cpp55 void StatementNode::setLoc(int firstLine, int lastLine) function in class:JSC::StatementNode
/external/llvm/include/llvm/MC/
H A DMCInst.h160 void setLoc(SMLoc loc) { Loc = loc; } function in class:llvm::MCInst
/external/clang/include/clang/AST/
H A DDeclarationName.h451 /// setLoc - Sets the main location of the declaration name.
452 void setLoc(SourceLocation L) { NameLoc = L; } function in struct:clang::DeclarationNameInfo
/external/skia/include/views/
H A DSkView.h96 void setLoc(SkScalar x, SkScalar y);
97 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } function in class:SkView
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/
H A DSkView.h95 void setLoc(SkScalar x, SkScalar y);
96 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } function in class:SkView
97 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); }
98 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); }
/external/skia/legacy/src/views/
H A DSkView.cpp79 void SkView::setLoc(SkScalar x, SkScalar y) function in class:SkView
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
649 this->setLoc(x, y);
/external/skia/src/views/
H A DSkView.cpp82 void SkView::setLoc(SkScalar x, SkScalar y) function in class:SkView
95 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
673 this->setLoc(x, y);

Completed in 208 milliseconds