Home
last modified time | relevance | path

Searched refs:c20 (Results 1 – 25 of 41) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter/test/painting/
Dcircle_border_test.dart15 const CircleBorder c20 = CircleBorder(side: BorderSide(width: 20.0));
17 expect(c10.scale(2.0), c20);
18 expect(c20.scale(0.5), c10);
19 expect(ShapeBorder.lerp(c10, c20, 0.0), c10);
20 expect(ShapeBorder.lerp(c10, c20, 0.5), c15);
21 expect(ShapeBorder.lerp(c10, c20, 1.0), c20);
Dbeveled_rectangle_border_test.dart14 …final BeveledRectangleBorder c20 = BeveledRectangleBorder(side: const BorderSide(width: 20.0), bor…
16 expect(c10.scale(2.0), c20);
17 expect(c20.scale(0.5), c10);
18 expect(ShapeBorder.lerp(c10, c20, 0.0), c10);
19 expect(ShapeBorder.lerp(c10, c20, 0.5), c15);
20 expect(ShapeBorder.lerp(c10, c20, 1.0), c20);
Dcontinous_rectangle_border_test.dart15 …final ContinuousRectangleBorder c20 = ContinuousRectangleBorder(side: const BorderSide(width: 20.0…
17 expect(c10.scale(2.0), c20);
18 expect(c20.scale(0.5), c10);
19 expect(ShapeBorder.lerp(c10, c20, 0.0), c10);
20 expect(ShapeBorder.lerp(c10, c20, 0.5), c15);
21 expect(ShapeBorder.lerp(c10, c20, 1.0), c20);
Drounded_rectangle_border_test.dart15 …final RoundedRectangleBorder c20 = RoundedRectangleBorder(side: const BorderSide(width: 20.0), bor…
17 expect(c10.scale(2.0), c20);
18 expect(c20.scale(0.5), c10);
19 expect(ShapeBorder.lerp(c10, c20, 0.0), c10);
20 expect(ShapeBorder.lerp(c10, c20, 0.5), c15);
21 expect(ShapeBorder.lerp(c10, c20, 1.0), c20);
Dstadium_border_test.dart15 const StadiumBorder c20 = StadiumBorder(side: BorderSide(width: 20.0));
17 expect(c10.scale(2.0), c20);
18 expect(c20.scale(0.5), c10);
19 expect(ShapeBorder.lerp(c10, c20, 0.0), c10);
20 expect(ShapeBorder.lerp(c10, c20, 0.5), c15);
21 expect(ShapeBorder.lerp(c10, c20, 1.0), c20);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/frag/
Dcbuffer-packing-straddle.frag28 float _18_z : packoffset(c20);
29 float _18_aa : packoffset(c20.y);
30 float _18_ab : packoffset(c20.z);
31 float _18_ac : packoffset(c20.w);
Dspec-constant.frag109 bool c20 = _66;
/third_party/typescript/tests/baselines/reference/
DconstDeclarations-validContexts.types158 >() => { const c20 = 0;} : () => void
160 const c20 = 0;
161 >c20 : 0
DconstDeclarations-validContexts.js78 const c20 = 0; constant
188 const c20 = 0; constant
DconstDeclarations-validContexts.symbols116 const c20 = 0;
117 >c20 : Symbol(c20, Decl(constDeclarations-validContexts.ts, 76, 9))
DconstDeclarations-validContexts.errors.txt83 const c20 = 0;
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/
Dunord-relational-op.asm.frag42 OpName %c20 "c20"
108 %c20 = OpVariable %_ptr_Function_v4bool Function
182 OpStore %c20 %99
/third_party/typescript/tests/cases/compiler/
DconstDeclarations-validContexts.ts81 const c20 = 0;
/third_party/flutter/skia/src/core/
DSkMipMap.cpp141 auto c20 = F::Expand(p2[0]); in downsample_1_3() local
143 auto c = add_121(c00, c10, c20); in downsample_1_3()
197 auto c20 = F::Expand(p2[0]); in downsample_2_3() local
200 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/third_party/skia/src/core/
DSkMipmap.cpp225 auto c20 = F::Expand(p2[0]); in downsample_1_3() local
227 auto c = add_121(c00, c10, c20); in downsample_1_3()
281 auto c20 = F::Expand(p2[0]); in downsample_2_3() local
284 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag43 bool c20 = g != h; // OpLogicalNotEqual
Dspec-constant.vk.frag43 bool c20 = g != h; // OpLogicalNotEqual
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl-no-opt/frag/
Dspec-constant.frag48 bool c20 = g != h; // OpLogicalNotEqual
/third_party/skia/third_party/externals/spirv-cross/shaders-reflection/frag/
Dspec-constant.vk.frag49 bool c20 = g != h; // OpLogicalNotEqual
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/frag/
Dunord-relational-op.asm.frag50 bool4 c20 = (isunordered(in.g, in.h) || in.g != in.h);
/third_party/skia/third_party/externals/spirv-cross/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag48 bool c20 = g != h; // OpLogicalNotEqual
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/vulkan/frag/
Dspec-constant.msl11.vk.frag105 bool c20 = _66;
Dspec-constant.vk.frag89 bool c20 = _66;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/vulkan/frag/
Dspec-constant.vk.frag.vk84 bool c20 = _66;
Dspec-constant.vk.frag108 bool c20 = _66;

12