Searched defs:fontProperties (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp71 SCRIPT_FONTPROPERTIES* fontProperties)
73 scriptCache, fontProperties, 0)
90 SCRIPT_FONTPROPERTIES** fontProperties,
130 *fontProperties = m_fontProperties[m_fontIndex - 1];
65 UniscribeHelperTextRun( const wchar_t* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties) argument
87 nextWinFontData( HFONT* hfont, SCRIPT_CACHE** scriptCache, SCRIPT_FONTPROPERTIES** fontProperties, int* ascent) argument
H A DUniscribeHelper.cpp76 SCRIPT_FONTPROPERTIES* fontProperties,
83 , m_fontProperties(fontProperties)
520 SCRIPT_FONTPROPERTIES* fontProperties = m_fontProperties; local
578 } else if (SUCCEEDED(hr) && (lastFallbackTried || !containsMissingGlyphs(shaping, run, fontProperties)))
590 nextWinFontData(&hfont, &scriptCache, &fontProperties, &ascent)) {
71 UniscribeHelper(const UChar* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties, WORD spaceGlyph) argument

Completed in 49 milliseconds