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

  /external/skia/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/webkit/Source/JavaScriptCore/parser/
ASTBuilder.h 258 body->setLoc(bodyStartLine, bodyEndLine);
271 body->setLoc(bodyStartLine, bodyEndLine);
304 body->setLoc(bodyStartLine, bodyEndLine);
311 block->setLoc(startLine, endLine);
318 result->setLoc(start, end);
325 result->setLoc(start, end);
332 result->setLoc(start, end);
339 result->setLoc(start, end);
346 result->setLoc(startLine, endLine);
354 result->setLoc(start, end)
    [all...]
Parser.h 102 result->setLoc(m_source->firstLine(), m_lastLine);
Nodes.cpp 55 void StatementNode::setLoc(int firstLine, int lastLine)
Nodes.h 179 void setLoc(int firstLine, int lastLine);
    [all...]
  /external/skia/samplecode/
OverView.cpp 94 view->setLoc(locX, locY);
SampleUnitMapper.cpp 26 view->setLoc(bounds.fLeft, bounds.fTop);
TransitionView.cpp 83 fNext->setLoc(0, 0);
  /external/llvm/include/llvm/MC/
MCInst.h 160 void setLoc(SMLoc loc) { Loc = loc; }
  /external/skia/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);
SkListWidget.cpp 58 // fScrollBar->setLoc(this->getContentWidth(), 0);
59 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0);
342 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0);
SkStackViewLayout.cpp 263 child->setLoc(fMargin.fLeft, fMargin.fTop);
SkListView.cpp 807 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);
  /external/clang/include/clang/AST/
DeclarationName.h 439 /// setLoc - Sets the main location of the declaration name.
440 void setLoc(SourceLocation L) { NameLoc = L; }
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 1123 milliseconds