Searched defs:walker (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebCore/platform/graphics/chromium/ |
D | FontLinux.cpp | 506 TextRunWalker walker(run, point.x(), this); in drawComplexText() local 526 TextRunWalker walker(run, 0, this); in floatWidthForComplexText() local 530 static int glyphIndexForXPositionInScriptRun(const TextRunWalker& walker, int x) in glyphIndexForXPositionInScriptRun() 557 TextRunWalker walker(run, 0, this); in offsetForPositionForComplexText() local 633 TextRunWalker walker(run, 0, this); in selectionRectForComplexText() local
|
/external/libxml2/ |
D | list.c | 676 xmlListWalk(xmlListPtr l, xmlListWalker walker, const void *user) { in xmlListWalk() 697 xmlListReverseWalk(xmlListPtr l, xmlListWalker walker, const void *user) { in xmlListReverseWalk()
|
D | xmllint.c | 191 static int walker = 0; variable
|
/external/webkit/WebCore/rendering/ |
D | SVGInlineTextBox.cpp | 226 …SVGTextChunkWalker<SVGInlineTextBoxClosestCharacterToPositionWalker> walker(&walkerCallback, &SVGI… in closestCharacterToPosition() local 319 …SVGTextChunkWalker<SVGInlineTextBoxSelectionRectWalker> walker(&walkerCallback, &SVGInlineTextBoxS… in selectionRect() local
|
D | SVGRootInlineBox.cpp | 679 SVGTextChunkWalker<SVGRootInlineBoxPaintWalker> walker(&walkerCallback, in paint() local 1727 void SVGRootInlineBox::walkTextChunks(SVGTextChunkWalkerBase* walker, const SVGInlineTextBox* textB… in walkTextChunks()
|
/external/webkit/WebCore/svg/ |
D | SVGTextContentElement.cpp | 357 …SVGTextChunkWalker<SVGInlineTextBoxQueryWalker> walker(&walkerCallback, &SVGInlineTextBoxQueryWalk… in executeTextQuery() local
|