/third_party/skia/gm/ |
H A D | polygonoffset.cpp | 193 const SkScalar kBottom = 25.f; member 195 { -50, kBottom - 50.f }, 196 { 50, kBottom - 50.f }, 197 { 50, kBottom }, 198 { 20, kBottom }, 199 { 19.6157f, kBottom - 3.9018f }, 200 { 18.4776f, kBottom - 7.6537f }, 201 { 16.6294f, kBottom - 11.1114f }, 202 { 14.1421f, kBottom - 14.1421f }, 203 { 11.1114f, kBottom [all...] |
H A D | bleed.cpp | 231 constexpr SkScalar kBottom = SkIntToScalar(kRow4Y + kBlockSize + kBlockSpacing); variable 232 m.setTranslate(0, kBottom); 233 m.preRotate(15.f, 0, kBottom + kBlockSpacing); 238 SkPoint corners[] = {{0, 0}, {0, kBottom}, {kWidth, kBottom}, {kWidth, 0}}; 284 SkPoint innerCorners[] = {{0, 0}, {0, kBottom}, {kWidth, kBottom}, {kWidth, 0}};
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-graph-printer.cc | 53 kBottom = 1 << 3 enumerator 66 Connect(kBottom); in AddVertical() 79 case kBottom: in ToString() 85 case kBottom | kLeft: in ToString() 87 case kBottom | kRight: in ToString() 89 case kTop | kBottom: in ToString() 93 case kTop | kBottom | kLeft: in ToString() 95 case kTop | kBottom | kRight: in ToString() 99 case kLeft | kRight | kBottom: in ToString() 101 case kTop | kLeft | kRight | kBottom in ToString() [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.h | 71 kBottom 90 return HeapType(kBottom); in from_code() 127 constexpr bool is_bottom() const { return representation_ == kBottom; } in is_bottom() 179 static_cast<Representation>(kBottom - 1); 266 DCHECK_NE(kBottom, kind); in machine_type() 286 DCHECK(kind != kBottom && kind != kVoid); in is_defaultable() 303 DCHECK(kind == kBottom || kind <= kI16); in Primitive() 356 constexpr bool is_bottom() const { return kind() == kBottom; } in is_bottom() 457 DCHECK_NE(kBottom, kind()); in value_type_code() 490 case kBottom in value_type_code() [all...] |
H A D | wasm-subtyping.cc | 139 case kBottom: in IsSubtypeOfImpl() 180 case HeapType::kBottom: in IsSubtypeOfImpl() 202 case HeapType::kBottom: in IsSubtypeOfImpl()
|
H A D | wasm-objects-inl.h | 375 case wasm::kBottom: in ReadValueAt() 410 case wasm::kBottom: in ToWasmValue() 487 case wasm::kBottom: in WriteValueAt()
|
H A D | wasm-value.h | 207 case kBottom: in to_string()
|
H A D | wasm-js.cc | 1526 case internal::wasm::HeapType::kBottom: in WebAssemblyGlobal() 1545 case i::wasm::kBottom: in WebAssemblyGlobal() 1724 case internal::wasm::HeapType::kBottom: in EncodeExceptionValues() 1735 case i::wasm::kBottom: in EncodeExceptionValues() 2287 case i::wasm::HeapType::kBottom: in WebAssemblyExceptionGetArg() 2298 case i::wasm::kBottom: in WebAssemblyExceptionGetArg() 2347 case i::wasm::HeapType::kBottom: in WebAssemblyExceptionGetArg() 2358 case i::wasm::kBottom: in WebAssemblyExceptionGetArg() 2433 case i::wasm::HeapType::kBottom: in WebAssemblyGlobalGetValueCommon() 2448 case i::wasm::kBottom in WebAssemblyGlobalGetValueCommon() [all...] |
H A D | init-expr-interface.cc | 155 case kBottom: in DefaultValueForType()
|
H A D | wasm-objects.cc | 395 case wasm::HeapType::kBottom: in Set() 437 case wasm::HeapType::kBottom: in Get() 1589 case wasm::kBottom: in GetFieldValue() 1618 case wasm::kBottom: in GetElement() 1870 case wasm::kBottom: in GetEncodedSize() 2399 case kBottom: in TypecheckJSObject()
|
/third_party/spirv-tools/source/ |
H A D | text_handler.cpp | 154 const IdType kUnknownType = {0, false, IdTypeClass::kBottom}; 262 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral() 263 // kBottom means the type is unknown and we need to infer the type before in binaryEncodeNumericLiteral() 352 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
|
H A D | text_handler.h | 37 kBottom = 0, // We have no information yet. member in spvtools::IdTypeClass 82 case IdTypeClass::kBottom: in assumedBitWidth() 196 // If the type is of class kBottom the value will be encoded as a
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | text_handler.h | 37 kBottom = 0, // We have no information yet. member in spvtools::IdTypeClass 82 case IdTypeClass::kBottom: in assumedBitWidth() 196 // If the type is of class kBottom the value will be encoded as a
|
H A D | text_handler.cpp | 152 const IdType kUnknownType = {0, false, IdTypeClass::kBottom}; 260 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral() 261 // kBottom means the type is unknown and we need to infer the type before in binaryEncodeNumericLiteral() 356 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | text_handler.h | 37 kBottom = 0, // We have no information yet. member in spvtools::IdTypeClass 82 case IdTypeClass::kBottom: in assumedBitWidth() 196 // If the type is of class kBottom the value will be encoded as a
|
H A D | text_handler.cpp | 152 const IdType kUnknownType = {0, false, IdTypeClass::kBottom}; 260 case IdTypeClass::kBottom: in binaryEncodeNumericLiteral() 261 // kBottom means the type is unknown and we need to infer the type before in binaryEncodeNumericLiteral() 356 return {0, false, IdTypeClass::kBottom}; in getTypeOfValueInstruction()
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings_gen.cpp | 65 .value("Bottom", para::PlaceholderAlignment::kBottom) in EMSCRIPTEN_BINDINGS()
|
/third_party/skia/tests/ |
H A D | GrQuadCropTest.cpp | 91 ASSERTF(quad.fEdgeFlags & GrQuadAAFlags::kBottom, "Expected bottom edge AA set"); in run_crop_axis_aligned_test() 93 ASSERTF(!(quad.fEdgeFlags & GrQuadAAFlags::kBottom), "Expected bottom edge AA unset"); in run_crop_axis_aligned_test()
|
/third_party/skia/src/gpu/ops/ |
H A D | FillRectOp.cpp | 49 (uint32_t) (aaFlags & GrQuadAAFlags::kBottom), in dump_quad_info() 580 aaFlags |= random->nextBool() ? GrQuadAAFlags::kBottom : GrQuadAAFlags::kNone; in GR_DRAW_OP_TEST_DEFINE()
|
H A D | QuadPerEdgeAA.cpp | 23 static_assert((int)GrQuadAAFlags::kBottom == SkCanvas::kBottom_QuadAAFlag); 421 (aaFlags & GrQuadAAFlags::kBottom) ? 0.5f : 0.f, in append()
|
/third_party/skia/src/gpu/geometry/ |
H A D | GrQuadUtils.cpp | 171 clipEdgeFlags |= GrQuadAAFlags::kBottom; in crop_rect() 220 clipEdgeFlags |= GrQuadAAFlags::kBottom; in crop_simple_rect() 504 (!validW[2] ? GrQuadAAFlags::kBottom : // top clipped -> bottom 525 (!validW[1] ? GrQuadAAFlags::kBottom :
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | wasm-module-debug.cc | 406 case wasm::kBottom: in GetWasmValue()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 35 kBottom, member in SkOpRayDir 43 "kBottom"
|
/third_party/skia/modules/skparagraph/include/ |
H A D | TextStyle.h | 114 kBottom, member in skia::textlayout::PlaceholderAlignment
|
/third_party/skia/samplecode/ |
H A D | SampleDegenerateQuads.cpp | 424 flags |= fEdgeAA[2] ? GrQuadAAFlags::kBottom : GrQuadAAFlags::kNone;
|