Home
last modified time | relevance | path

Searched defs:kLeft (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/tools/skui/
DInputState.h11 kLeft, // only valid for fling enumerator
DKey.h32 kLeft, enumerator
/third_party/node/deps/v8/src/compiler/
Dpersistent-map.h43 enum Bit : int { kLeft = 0, kRight = 1 }; enumerator
Djs-call-reducer.cc681 enum class ArrayReduceDirection { kLeft, kRight }; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_stream_test.cc92 constexpr std::ios::fmtflags kLeft = std::ios::left; variable
/third_party/skia/gm/
Dlazytiling.cpp114 const int kLeft = contentRect.fLeft; in create_bitmap() local
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h64 kLeft, enumerator
/third_party/skia/modules/skparagraph/include/
DDartTypes.h53 kLeft, enumerator
/third_party/skia/experimental/sktext/include/
DTypes.h16 kLeft, enumerator
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp32 kLeft, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dextension.h133 kLeft = 1 << 0, enumerator
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc51 kLeft = 1 << 1, enumerator
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp168 kLeft, enumerator
/third_party/skia/include/private/
DGrTypesPriv.h276 kLeft = 0b0001, enumerator
/third_party/node/deps/v8/src/wasm/baseline/arm64/
Dliftoff-assembler-arm64.h164 enum class ShiftDirection : bool { kLeft, kRight }; enumerator
/third_party/node/deps/v8/src/wasm/baseline/arm/
Dliftoff-assembler-arm.h391 enum ShiftDirection { kLeft, kRight }; enumerator