Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DFont.cpp170 …intInfo& runInfo, const FloatPoint& point, CustomFontNotReadyAction customFontNotReadyAction) const in drawText()
175 if (loadingCustomFonts() && customFontNotReadyAction == DoNotPaintIfFontNotReady) in drawText()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1017 …intInfo& runInfo, const FloatPoint& point, Font::CustomFontNotReadyAction customFontNotReadyAction) in drawBidiText() argument
1046 font.drawText(this, subrunInfo, currPoint, customFontNotReadyAction); in drawBidiText()