HomeSort by relevance Sort by last modified time
    Searched full:isrtl (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelperTextRun.cpp 66 bool isRtl,
70 : UniscribeHelper(input, inputLength, isRtl, hfont,
UniscribeHelperTextRun.h 54 bool isRtl,
UniscribeHelper.cpp 102 bool isRtl,
108 , m_isRtl(isRtl)
    [all...]
HarfbuzzSkia.cpp 57 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL)
FontLinux.cpp 439 void setGlyphXPositions(bool isRTL)
444 int i = isRTL ? m_item.num_glyphs - iter - 1 : iter;
UniscribeHelper.h 76 bool isRtl,

Completed in 1811 milliseconds