Home
last modified time | relevance | path

Searched refs:setLoc (Results 1 – 23 of 23) sorted by relevance

/external/skia/include/views/
DSkView.h95 void setLoc(SkScalar x, SkScalar y);
96 void setLoc(const SkPoint& loc) { this->setLoc(loc.fX, loc.fY); } in setLoc() function
97 void setLocX(SkScalar x) { this->setLoc(x, fLoc.fY); } in setLocX()
98 void setLocY(SkScalar y) { this->setLoc(fLoc.fX, y); } in setLocY()
/external/webkit/Source/JavaScriptCore/parser/
DASTBuilder.h258 body->setLoc(bodyStartLine, bodyEndLine); in createFunctionExpr()
271 body->setLoc(bodyStartLine, bodyEndLine); in createGetterOrSetterProperty()
304 body->setLoc(bodyStartLine, bodyEndLine); in createFuncDeclStatement()
311 block->setLoc(startLine, endLine); in createBlockStatement()
318 result->setLoc(start, end); in createExprStatement()
325 result->setLoc(start, end); in createIfStatement()
332 result->setLoc(start, end); in createIfStatement()
339 result->setLoc(start, end); in createForLoop()
346 result->setLoc(startLine, endLine); in createForInLoop()
354 result->setLoc(start, end); in createForInLoop()
[all …]
DParser.h102 result->setLoc(m_source->firstLine(), m_lastLine); in parse()
DNodes.cpp55 void StatementNode::setLoc(int firstLine, int lastLine) in setLoc() function in JSC::StatementNode
DNodes.h179 void setLoc(int firstLine, int lastLine);
/external/skia/samplecode/
DOverView.cpp94 view->setLoc(locX, locY); in onSizeChange()
DTransitionView.cpp83 fNext->setLoc(0, 0); in onEvent()
DSampleUnitMapper.cpp26 view->setLoc(bounds.fLeft, bounds.fTop); in make_textview()
/external/skia/src/views/
DSkView.cpp79 void SkView::setLoc(SkScalar x, SkScalar y) in setLoc() function in SkView
92 this->setLoc(fLoc.fX + dx, fLoc.fY + dy); in offset()
649 this->setLoc(x, y); in onInflate()
DSkListWidget.cpp59 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in setHasScrollBar()
342 fScrollBar->setLoc(this->width()-SkIntToScalar(10), 0); in onSizeChange()
DSkStackViewLayout.cpp263 child->setLoc(fMargin.fLeft, fMargin.fTop); in onLayoutChildren()
DSkListView.cpp807 fScrollBar->setLoc(this->locX() + this->width() - fScrollBar->width(), 0);
/external/llvm/include/llvm/MC/
DMCInst.h160 void setLoc(SMLoc loc) { Loc = loc; }
/external/clang/include/clang/AST/
DDeclarationName.h453 void setLoc(SourceLocation L) { NameLoc = L; } in setLoc() function
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1559 Inst.setLoc(IDLoc); in MatchInstruction()
1592 Inst.setLoc(IDLoc); in MatchInstruction()
1654 Inst.setLoc(IDLoc); in MatchInstruction()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp288 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def304 ?setLoc@StatementNode@JSC@@QAEXHH@Z
/external/clang/lib/Sema/
DSemaDecl.cpp3240 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3247 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3253 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3263 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3274 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3286 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3308 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
3321 NameInfo.setLoc(Name.StartLocation); in GetNameFromUnqualifiedId()
/external/clang/lib/Serialization/
DASTReader.cpp5846 NameInfo.setLoc(ReadSourceLocation(F, Record, Idx)); in ReadDeclarationNameInfo()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-1412241 (StatementNode::setLoc): Set own m_lastLine and Node's m_line.
12243 (StatListNode::StatListNode): updated for setLoc changes
12252 (FunctionBodyNode::FunctionBodyNode): update for new setLoc
12254 (SourceElementsNode::SourceElementsNode): update for new setLoc
26143 Added setLoc calls to match KJS in the KDE tree; since we don't currently
26148 Added setLoc calls.
26153 Added setLoc calls.
DChangeLog-2008-08-1024000 program node. Call setLoc to set the first and last line number.
24018 than from the lexer. Removed unneeded call to setLoc, since the line numbers already
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7499 Inst.setLoc(IDLoc); in MatchAndEmitInstruction()
/external/webkit/Source/WebCore/
DChangeLog-2002-12-0315974 (StatementNode::~StatementNode), (StatementNode::setLoc),