Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGTextMetricsBuilder.cpp84 m_run.setCharacterScanForCodePath(!m_isComplexText); in SVGTextMetricsCalculator()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextRun.h209 void setCharacterScanForCodePath(bool scan) { m_characterScanForCodePath = scan; } in setCharacterScanForCodePath() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp758 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath()); in widthFromCache()
1522 run.setCharacterScanForCodePath(!canUseSimpleFontCodePath()); in width()
DInlineTextBox.cpp1283 run.setCharacterScanForCodePath(!renderer().canUseSimpleFontCodePath()); in constructTextRun()
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DBreakingContextInlineHeaders.h523 run.setCharacterScanForCodePath(!text->canUseSimpleFontCodePath());