Home
last modified time | relevance | path

Searched refs:kRound (Results 1 – 22 of 22) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/text/
DRangeSelector.h52 kRound, enumerator
DRangeSelector.cpp222 Shape::kRound, // 'sh': 5 in Make()
/third_party/skia/modules/skottie/src/text/
DRangeSelector.h53 kRound, enumerator
DRangeSelector.cpp277 Shape::kRound, // 'sh': 5 in Make()
/third_party/skia/third_party/externals/tint/src/sem/
Dintrinsic_type.h94 kRound, enumerator
Dintrinsic_type.cc205 return IntrinsicType::kRound; in ParseIntrinsicType()
457 case IntrinsicType::kRound: in str()
Dintrinsic_test.cc94 IntrinsicData{"round", IntrinsicType::kRound},
/third_party/flutter/skia/experimental/svg/model/
DSkSVGTypes.h155 kRound, enumerator
179 kRound, enumerator
DSkSVGAttributeParser.cpp472 { SkSVGLineCap::Type::kRound , "round" }, in parseLineCap()
496 { SkSVGLineJoin::Type::kRound , "round" }, in parseLineJoin()
DSkSVGRenderContext.cpp82 case SkSVGLineCap::Type::kRound: in toSkCap()
96 case SkSVGLineJoin::Type::kRound: in toSkJoin()
/third_party/skia/src/gpu/tessellate/
DStrokeHardwareTessellator.cpp53 kRound = SkPaint::kRound_Join, enumerator
309 ? JoinType::kRound : JoinType::kBowtie; in writeCaps()
538 (joinType == JoinType::kRound || joinType == JoinType::kBowtie)) { in internalJoinTo()
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp90 case SkSVGLineCap::kRound: in toSkCap()
102 case SkSVGLineJoin::Type::kRound: in toSkJoin()
DSkSVGAttributeParser.cpp587 { SkSVGLineCap::kRound , "round" }, in parse()
611 { SkSVGLineJoin::Type::kRound , "round" }, in parse()
/third_party/skia/third_party/externals/tint/src/writer/msl/
Dgenerator_impl_intrinsic_test.cc91 case IntrinsicType::kRound: in GenerateCall()
264 IntrinsicData{IntrinsicType::kRound, ParamType::kU32, "rint"},
Dgenerator_impl.cc1371 case sem::IntrinsicType::kRound: in generate_builtin_name()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl_intrinsic_test.cc95 case IntrinsicType::kRound: in GenerateCall()
244 IntrinsicData{IntrinsicType::kRound, ParamType::kU32, "round"},
Dgenerator_impl.cc2359 case sem::IntrinsicType::kRound: in generate_builtin_name()
/third_party/skia/modules/svg/include/
DSkSVGTypes.h250 kRound, enumerator
258 kRound, enumerator
/third_party/skia/third_party/externals/tint/src/writer/glsl/
Dgenerator_impl_intrinsic_test.cc95 case IntrinsicType::kRound: in GenerateCall()
244 IntrinsicData{IntrinsicType::kRound, ParamType::kU32, "round"},
Dgenerator_impl.cc1314 case sem::IntrinsicType::kRound: in generate_builtin_name()
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_test.cc694 IntrinsicData{"round", IntrinsicType::kRound},
/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder.cc218 case IntrinsicType::kRound: in intrinsic_to_glsl_method()