Home
last modified time | relevance | path

Searched defs:walker (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/platform/graphics/chromium/
DFontLinux.cpp506 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/
Dlist.c676 xmlListWalk(xmlListPtr l, xmlListWalker walker, const void *user) { in xmlListWalk()
697 xmlListReverseWalk(xmlListPtr l, xmlListWalker walker, const void *user) { in xmlListReverseWalk()
Dxmllint.c191 static int walker = 0; variable
/external/webkit/WebCore/rendering/
DSVGInlineTextBox.cpp226 …SVGTextChunkWalker<SVGInlineTextBoxClosestCharacterToPositionWalker> walker(&walkerCallback, &SVGI… in closestCharacterToPosition() local
319 …SVGTextChunkWalker<SVGInlineTextBoxSelectionRectWalker> walker(&walkerCallback, &SVGInlineTextBoxS… in selectionRect() local
DSVGRootInlineBox.cpp679 SVGTextChunkWalker<SVGRootInlineBoxPaintWalker> walker(&walkerCallback, in paint() local
1727 void SVGRootInlineBox::walkTextChunks(SVGTextChunkWalkerBase* walker, const SVGInlineTextBox* textB… in walkTextChunks()
/external/webkit/WebCore/svg/
DSVGTextContentElement.cpp357 …SVGTextChunkWalker<SVGInlineTextBoxQueryWalker> walker(&walkerCallback, &SVGInlineTextBoxQueryWalk… in executeTextQuery() local