HomeSort by relevance Sort by last modified time
    Searched refs:setLoc (Results 1 - 14 of 14) 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 80 view->setLoc(locX, locY);
SampleUnitMapper.cpp 19 view->setLoc(bounds.fLeft, bounds.fTop);
  /external/skia/src/views/
SkView.cpp 72 void SkView::setLoc(SkScalar x, SkScalar y)
85 this->setLoc(fLoc.fX + dx, fLoc.fY + dy);
619 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);
  /external/clang/include/clang/AST/
DeclarationName.h 438 /// setLoc - Sets the main location of the declaration name.
439 void setLoc(SourceLocation L) { NameLoc = L; }
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 535 milliseconds