OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setLoc
(Results
1 - 7
of
7
) sorted by null
/external/clang/test/Analysis/
region-store.cpp
10
void
setLoc
(Loc L) {
25
Builder->
setLoc
(l);
/external/llvm/include/llvm/MC/
MCInst.h
160
void
setLoc
(SMLoc loc) { Loc = loc; }
/external/chromium_org/third_party/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/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/chromium_org/third_party/skia/src/views/
SkView.cpp
79
void SkView::
setLoc
(SkScalar x, SkScalar y)
92
this->
setLoc
(fLoc.fX + dx, fLoc.fY + dy);
666
this->
setLoc
(x, y);
/external/clang/include/clang/AST/
DeclarationName.h
455
///
setLoc
- Sets the main location of the declaration name.
456
void
setLoc
(SourceLocation L) { NameLoc = L; }
/external/skia/src/views/
SkView.cpp
79
void SkView::
setLoc
(SkScalar x, SkScalar y)
92
this->
setLoc
(fLoc.fX + dx, fLoc.fY + dy);
666
this->
setLoc
(x, y);
Completed in 91 milliseconds