Home
last modified time | relevance | path

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

/third_party/flutter/skia/modules/canvaskit/tests/
Dfont.spec.js54 leftToRight: true, property
73 leftToRight: true, property
/third_party/skia/experimental/sktext/src/
DVisualRun.h16 bool leftToRight, in VisualRun()
55 bool leftToRight() const { return fDirTextRange.fLeftToRight; } in leftToRight() function
DLogicalRun.h36 bool leftToRight() const { return fBidiLevel % 2 == 0; } in leftToRight() function
/third_party/skia/src/sksl/
DSkSLOperators.cpp264 leftToRight = left.coercionCost(right); in determineBinaryType() local
/third_party/flutter/skia/modules/skshaper/src/
DSkShaper_primitive.cpp134 bool leftToRight, in shape()
DSkShaper_harfbuzz.cpp754 bool leftToRight, in shape()
/third_party/icu/icu4c/source/test/intltest/
Dnptrans.cpp205 UBool leftToRight=FALSE, rightToLeft=FALSE; in process() local
/third_party/skia/modules/skshaper/src/
DSkShaper_primitive.cpp166 bool leftToRight, in shape()
DSkShaper_harfbuzz.cpp791 bool leftToRight, in shape()
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java364 private transient boolean leftToRight; field in CalendarPanel
/third_party/flutter/skia/modules/skparagraph/src/
DTextLine.cpp399 …tLen, &whitespacePatch](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify()
423 …sOrder(false, true, [&](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in justify()
458 …th, ellipsis, maxWidth](const Cluster* cluster, ClusterIndex index, bool leftToRight, bool ghost) { in createEllipsis()
DRun.h99 bool leftToRight() const { return fBidiLevel % 2 == 0; } in leftToRight() function
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dusprep.cpp713 UBool leftToRight=FALSE, rightToLeft=FALSE; in usprep_prepare() local
/third_party/icu/icu4c/source/common/
Dusprep.cpp712 UBool leftToRight=FALSE, rightToLeft=FALSE; in usprep_prepare() local
/third_party/node/deps/icu-small/source/common/
Dusprep.cpp712 UBool leftToRight=FALSE, rightToLeft=FALSE; in usprep_prepare() local
/third_party/skia/third_party/externals/icu/source/common/
Dusprep.cpp712 UBool leftToRight=FALSE, rightToLeft=FALSE; in usprep_prepare() local
/third_party/skia/modules/skparagraph/src/
DRun.h96 bool leftToRight() const { return fBidiLevel % 2 == 0; } in leftToRight() function
/third_party/flutter/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp491 bool leftToRight; member