Home
last modified time | relevance | path

Searched refs:kLeft (Results 1 – 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_stream_test.cc92 constexpr std::ios::fmtflags kLeft = std::ios::left; variable
253 {0, kLeft, /*width = */ 0, "0"}, in GetInt128FormatCases()
254 {0, kLeft, /*width = */ 6, "0_____"}, in GetInt128FormatCases()
255 {0, kLeft | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
256 {0, kLeft | kPos, /*width = */ 6, "+0____"}, in GetInt128FormatCases()
257 {0, kLeft | kBase, /*width = */ 0, "0"}, in GetInt128FormatCases()
258 {0, kLeft | kBase, /*width = */ 6, "0_____"}, in GetInt128FormatCases()
259 {0, kLeft | kBase | kPos, /*width = */ 0, "+0"}, in GetInt128FormatCases()
260 {0, kLeft | kBase | kPos, /*width = */ 6, "+0____"}, in GetInt128FormatCases()
261 {0, kLeft | kUpper, /*width = */ 0, "0"}, in GetInt128FormatCases()
[all …]
/third_party/node/deps/v8/src/builtins/
Dbuiltins-number-gen.cc19 auto lhs = Parameter<Object>(Descriptor::kLeft); \
51 auto lhs = Parameter<Object>(Descriptor::kLeft); \ in DEF_BINOP()
79 auto lhs = Parameter<Object>(Descriptor::kLeft); \
149 auto lhs = Parameter<Object>(Descriptor::kLeft); \
171 auto lhs = Parameter<Object>(Descriptor::kLeft); \
191 auto lhs = Parameter<Object>(Descriptor::kLeft);
206 auto lhs = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN()
219 auto lhs = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN()
234 auto lhs = Parameter<Object>(Descriptor::kLeft); in TF_BUILTIN()
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-printer.cc51 kLeft = 1 << 1, enumerator
60 Connect(kLeft); in AddHorizontal()
75 case kLeft: in ToString()
81 case kTop | kLeft: in ToString()
85 case kBottom | kLeft: in ToString()
91 case kLeft | kRight: in ToString()
93 case kTop | kBottom | kLeft: in ToString()
97 case kLeft | kRight | kTop: in ToString()
99 case kLeft | kRight | kBottom: in ToString()
101 case kTop | kLeft | kRight | kBottom: in ToString()
/third_party/skia/modules/skparagraph/src/
DParagraphStyle.cpp41 return (fTextDirection == TextDirection::kLtr) ? TextAlign::kLeft : TextAlign::kRight; in effective_align()
43 return (fTextDirection == TextDirection::kLtr) ? TextAlign::kRight : TextAlign::kLeft; in effective_align()
/third_party/skia/modules/skplaintexteditor/app/
Deditor_application.cpp63 case skui::Key::kLeft: return Editor::Movement::kLeft; in convert()
321 case skui::Key::kLeft: in onKey()
341 auto pos = fEditor.move(Editor::Movement::kLeft, fTextPos); in onKey()
354 case skui::Key::kLeft: in onKey()
/third_party/skia/gm/
Dlazytiling.cpp114 const int kLeft = contentRect.fLeft; in create_bitmap() local
129 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, fullSize.height() - kTop - 1)); in create_bitmap()
136 char* dst = static_cast<char*>(bigBM.getAddr(kLeft, kTop)); in create_bitmap()
/third_party/lzma/CPP/7zip/UI/Console/
DList.cpp168 kLeft, enumerator
197 { kpidMTime, " Date Time", kLeft, kLeft, 0, 19 },
201 { kpidPath, "Name", kLeft, kLeft, 2, 24 }
245 case kLeft: numLeftSpaces = 0; break; in PrintUString()
268 case kLeft: numLeftSpaces = 0; break; in PrintString()
291 case kLeft: numLeftSpaces = 0; break; in PrintStringToString()
/third_party/skia/tools/skui/
DInputState.h11 kLeft, // only valid for fling enumerator
DKey.h32 kLeft, enumerator
/third_party/skia/experimental/sktext/samples/
DText.cpp99 drawLine(canvas, width, height, line, TextAlign::kLeft, TextDirection::kLtr); in onDrawContent()
108 drawLine(canvas, width, height, line, TextAlign::kLeft, TextDirection::kRtl); in onDrawContent()
/third_party/node/deps/v8/src/compiler/
Dpersistent-map.h43 enum Bit : int { kLeft = 0, kRight = 1 }; enumerator
209 : kLeft;
493 if (const FocusedTree* left_child = GetChild(current, *level, kLeft)) {
499 (*path)[*level] = GetChild(current, *level, kLeft);
/third_party/skia/experimental/sktext/editor/
DDefaults.h14 const TextAlign DEFAULT_TEXT_ALIGN = TextAlign::kLeft;
DEditor.cpp75 if (key == skui::Key::kLeft) { in moveCursor()
216 case skui::Key::kLeft: in onKey()
/third_party/skia/experimental/sktext/src/
DPaint.cpp10 …return drawText(std::move(text), canvas, TextDirection::kLtr, TextAlign::kLeft, foregroundPaint, b… in drawText()
17 …TextDirection::kLtr, TextAlign::kLeft, foregroundPaint, backgroundPaint, SkString("Roboto"), 14, S… in drawText()
/third_party/skia/modules/androidkit/src/
DText.cpp35 skia::text::TextDirection::kLtr, skia::text::TextAlign::kLeft, in Text_RenderText()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dparser.cc41 constexpr auto f_left = Flags::kLeft;
89 FlagsContains(conv.flags, Flags::kLeft) ? 1 : 0, in CheckFastPathSetting()
Dextension.cc28 s.append(FlagsContains(v, Flags::kLeft) ? "-" : ""); in FlagsToString()
Dextension.h133 kLeft = 1 << 0, enumerator
275 bool has_left_flag() const { return FlagsContains(flags_, Flags::kLeft); } in has_left_flag()
/third_party/skia/modules/canvaskit/
Dviewer_bindings.cpp64 .value("Left", skui::InputState::kLeft); in EMSCRIPTEN_BINDINGS()
Dparagraph_bindings_gen.cpp81 .value("Left", para::TextAlign::kLeft) in EMSCRIPTEN_BINDINGS()
/third_party/node/deps/v8/src/codegen/
Dinterface-descriptors.h1516 DEFINE_PARAMETERS(kLeft, kRight)
1525 DEFINE_PARAMETERS(kLeft, kRight)
1534 DEFINE_PARAMETERS_NO_CONTEXT(kLeft, kRight, kSlot)
1546 DEFINE_PARAMETERS_NO_CONTEXT(kLeft, kRight, kSlot)
1965 DEFINE_PARAMETERS(kLeft, kRight, kSlot, kFeedbackVector)
2022 DEFINE_PARAMETERS(kLeft, kRight, kSlot, kFeedbackVector)
2033 DEFINE_PARAMETERS_NO_CONTEXT(kLeft, kRight, kSlot)
/third_party/skia/tests/
DGrQuadCropTest.cpp70 ASSERTF(quad.fEdgeFlags & GrQuadAAFlags::kLeft, "Expected left edge AA set"); in run_crop_axis_aligned_test()
72 ASSERTF(!(quad.fEdgeFlags & GrQuadAAFlags::kLeft), "Expected left edge AA unset"); in run_crop_axis_aligned_test()
/third_party/skia/modules/skparagraph/include/
DDartTypes.h53 kLeft, enumerator
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h64 kLeft, enumerator
/third_party/skia/src/pathops/
DSkPathOpsWinding.cpp32 kLeft, enumerator
95 return fabs(fSlope.fX) < fabs(fSlope.fY) ? SkOpRayDir::kLeft : SkOpRayDir::kTop; in makeTestBase()

123