Home
last modified time | relevance | path

Searched defs:leftToRight (Results 1 – 11 of 11) sorted by relevance

/external/skia/modules/canvaskit/tests/
Dfont.spec.js61 leftToRight: true, property
80 leftToRight: true, property
/external/skqp/modules/skshaper/src/
DSkShaper_primitive.cpp38 bool leftToRight, in shape()
DSkShaper_harfbuzz.cpp543 bool leftToRight, in shape()
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp205 UBool leftToRight=FALSE, rightToLeft=FALSE; in process() local
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp166 bool leftToRight, in shape()
DSkShaper_harfbuzz.cpp784 bool leftToRight, in shape()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java364 private transient boolean leftToRight; field in CalendarPanel
/external/skia/modules/skparagraph/src/
DTextLine.cpp534 …tLen, &whitespacePatch](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify()
558 …sOrder(false, true, [&](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify()
614 true, false, [&](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in createEllipsis()
DRun.h104 bool leftToRight() const { return fBidiLevel % 2 == 0; } in leftToRight() function
/external/icu/icu4c/source/common/
Dusprep.cpp712 UBool leftToRight=FALSE, rightToLeft=FALSE; in usprep_prepare() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp557 bool leftToRight; member