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 417 bool isRTL = forceRTL;
443 isRTL = (paraDir == 1);
449 isRTL = (paraDir == 1);
465 isRTL = (paraDir == 1);
485 isRTL = (runDir == UBIDI_RTL);
488 ALOGD("Processing Bidi Run = %d -- run-start = %d, run-len = %d, isRTL = %d",
489 i, startRun, lengthRun, isRTL);
491 computeRunValues(paint, chars + startRun, lengthRun, isRTL,
500 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL);
506 isRTL = (bidiReq = 1) || (bidiReq = UBIDI_DEFAULT_RTL)
    [all...]
TextLayoutCache.h 229 size_t shapeFontRun(const SkPaint* paint, bool isRTL);
237 size_t count, bool isRTL,
HarfbuzzSkia.cpp 51 HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_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 583 bool TextRunWalker::isWordBreak(unsigned index, bool isRTL)
585 if (!isRTL)
604 bool isRTL = m_iterateBackwards;
607 if (isWordBreak(i, isRTL))
865 void TextRunWalker::setGlyphPositions(bool isRTL)
872 unsigned logClustersIndex = isRTL && m_item.num_glyphs ? m_item.num_glyphs - 1 : 0;
877 int i = isRTL ? m_item.num_glyphs - iter - 1 : iter;
    [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/src/ports/
SkHarfBuzzFont.cpp 27 hb_uint32* glyphsSize, HB_Bool isRTL) {
  /external/chromium-trace/src/shared/js/
util.js 128 function 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 
  /external/chromium-trace/
script.js 15 function disableTextSelectAndDrag(){document.onselectstart=function(g){g.preventDefault()};document.ondragstart=function(g){g.preventDefault()}}function isRTL(){return"rtl"==document.documentElement.dir}function assert(g,e){if(!g){var c="Assertion failed";e&&(c=c+": "+e);throw Error(c);}}function getRequiredElement(g){var e=$(g);assert(e,"Missing required element: "+g);return e}
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]

Completed in 3741 milliseconds