HomeSort by relevance Sort by last modified time
    Searched refs:isRTL (Results 1 - 19 of 19) sorted by null

  /external/webkit/Source/WebKit/chromium/public/
WebTextRun.h 43 WebTextRun(const WebString& t, bool isRTL, bool hasDirectionalOverride)
45 , rtl(isRTL)
  /frameworks/base/core/jni/android/graphics/
TextLayoutCache.cpp 383 bool isRTL = forceRTL;
409 isRTL = (paraDir == 1);
415 isRTL = (paraDir == 1);
432 isRTL = (paraDir == 1);
452 isRTL = (runDir == UBIDI_RTL);
454 ALOGD("Processing Bidi Run = %d -- run-start = %d, run-len = %d, isRTL = %d",
455 i, startRun, lengthRun, isRTL);
457 computeRunValues(paint, chars, startRun, lengthRun, contextCount, isRTL,
465 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL);
471 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL)
    [all...]
TextLayoutCache.h 215 size_t start, size_t count, size_t contextCount, bool isRTL,
  /external/webkit/Source/WebCore/platform/graphics/chromium/
ComplexTextControllerLinux.cpp 287 void ComplexTextController::setGlyphXPositions(bool isRTL)
289 const double rtlFlip = isRTL ? -1 : 1;
308 if (isRTL)
HarfbuzzSkia.cpp 58 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL)
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 580 bool TextRunWalker::isWordBreak(unsigned index, bool isRTL)
582 if (!isRTL)
601 bool isRTL = m_iterateBackwards;
604 if (isWordBreak(i, isRTL))
812 void TextRunWalker::setGlyphPositions(bool isRTL)
819 unsigned logClustersIndex = isRTL && m_item.num_glyphs ? m_item.num_glyphs - 1 : 0;
824 int i = isRTL ? m_item.num_glyphs - iter - 1 : iter;
836 && isWordBreak(m_item.item.pos + logClustersIndex, isRTL)) {
871 if (isRTL)
    [all...]
HarfbuzzSkia.cpp 54 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL)
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 27 hb_uint32* glyphsSize, HB_Bool isRTL) {
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 27 hb_uint32* glyphsSize, HB_Bool isRTL) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]

Completed in 366 milliseconds