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

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DUniscribeHelperTextRun.cpp68 bool isRtl,
72 : UniscribeHelper(input, inputLength, isRtl, hfont,
65 UniscribeHelperTextRun( const wchar_t* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties) argument
H A DUniscribeHelper.cpp73 bool isRtl,
80 , m_isRtl(isRtl)
828 bool isRtl = m_runs[run].a.fRTL; local
834 if (isRtl)
849 if (isRtl) {
880 if (isRtl) {
71 UniscribeHelper(const UChar* input, int inputLength, bool isRtl, HFONT hfont, SCRIPT_CACHE* scriptCache, SCRIPT_FONTPROPERTIES* fontProperties, WORD spaceGlyph) argument

Completed in 47 milliseconds