Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelperTextRun.cpp71 SCRIPT_FONTPROPERTIES* fontProperties) in UniscribeHelperTextRun() argument
73 scriptCache, fontProperties, 0) in UniscribeHelperTextRun()
90 SCRIPT_FONTPROPERTIES** fontProperties, in nextWinFontData() argument
130 *fontProperties = m_fontProperties[m_fontIndex - 1]; in nextWinFontData()
DUniscribeHelper.cpp76 SCRIPT_FONTPROPERTIES* fontProperties, in UniscribeHelper() argument
83 , m_fontProperties(fontProperties) in UniscribeHelper()
520 SCRIPT_FONTPROPERTIES* fontProperties = m_fontProperties; in shape() local
578 …e if (SUCCEEDED(hr) && (lastFallbackTried || !containsMissingGlyphs(shaping, run, fontProperties))) in shape()
590 nextWinFontData(&hfont, &scriptCache, &fontProperties, &ascent)) { in shape()