Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1044 TextRunPaintInfo subrunInfo(subrun); in drawBidiText() local
1045 subrunInfo.bounds = runInfo.bounds; in drawBidiText()
1046 font.drawText(this, subrunInfo, currPoint, customFontNotReadyAction); in drawBidiText()