Home
last modified time | relevance | path

Searched defs:k4 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DspliceTuples.js17 let k4: [number, string, ...boolean[]]; variable
39 var k4; variable
DcheckJsxChildrenProperty10.js23 let k4 = <Button> <h2> Hello </h2> </Button>; variable
DcheckJsxChildrenProperty11.js23 let k4 = <Button> <h2> Hello </h2> </Button>; variable
DcheckJsxChildrenProperty15.js12 const k4 = <Tag key="1"><div></div></Tag>; constant
DcheckJsxChildrenProperty2.js43 let k4 = variable
DcheckJsxChildrenProperty8.js30 let k4 = <Comp a={10} b="hi"><Button /> </Comp>; variable
DcheckJsxChildrenProperty6.js44 let k4 = <Comp a={10} b="hi"><Button /></Comp>; variable
DcheckJsxChildrenProperty14.js40 let k4 = <SingleChildComp a={10} b="hi"><><Button /><AnotherButton /></></SingleChildComp>; variable
DtemplateStringBinaryOperationsES6.js51 var k4 = 1 + `${ 3 & 4 }5` + 6; variable
DtemplateStringBinaryOperations.js51 var k4 = 1 + `${ 3 & 4 }5` + 6; variable
DkeyofAndIndexedAccessErrors.js177 function f20(x, y, k1, k2, k3, k4) { argument
DkeyofAndIndexedAccess2.js212 function f10(obj, k1, k2, k3, k4) { argument
/third_party/skia/src/effects/
DSkBlenders.cpp12 sk_sp<SkBlender> SkBlenders::Arithmetic(float k1, float k2, float k3, float k4, in Arithmetic()
24 float k1, k2, k3, k4; in Arithmetic() member
/third_party/flutter/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp53 ArithmeticImageFilterImpl(float k1, float k2, float k3, float k4, bool enforcePMColor, in ArithmeticImageFilterImpl()
90 sk_sp<SkImageFilter> SkArithmeticImageFilter::Make(float k1, float k2, float k3, float k4, in Make()
159 k4 = k[3] * 255.0f + 0.5f; in arith_span() local
176 k4 = k[3] * 255.0f + 0.5f; in arith_transparent() local
/third_party/skia/src/effects/imagefilters/
DSkArithmeticImageFilter.cpp34 SkArithmeticImageFilter(float k1, float k2, float k3, float k4, bool enforcePMColor, in SkArithmeticImageFilter()
74 SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor, in Arithmetic()
142 k4 = k[3] * 255.0f + 0.5f; in arith_span() local
159 k4 = k[3] * 255.0f + 0.5f; in arith_transparent() local
/third_party/typescript/tests/cases/compiler/
DspliceTuples.ts16 let k4: [number, string, ...boolean[]]; variable
/third_party/iowow/src/utils/
Dmurmur3.c116 uint32_t k1, k2, k3, k4; in murmur3_x86_128() local
158 uint32_t k4 = 0; in murmur3_x86_128() local
/third_party/skia/tools/skui/
DKey.h21 k4, enumerator
/third_party/typescript/tests/cases/conformance/es6/templates/
DtemplateStringBinaryOperations.ts50 var k4 = 1 + `${ 3 & 4 }5` + 6; variable
DtemplateStringBinaryOperationsES6.ts51 var k4 = 1 + `${ 3 & 4 }5` + 6; variable
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c325 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
371 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dsfdriver.c324 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
370 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
/third_party/freetype/src/sfnt/
Dsfdriver.c328 FT_UInt32 k4 = blocks[i * 4 + 3]; in murmur_hash_3_128() local
374 FT_UInt32 k4 = 0; in murmur_hash_3_128() local
/third_party/flutter/skia/tools/sk_app/
DWindow.h87 k4, enumerator
/third_party/flutter/skia/tests/
DResourceAllocatorTest.cpp181 int k4 = ctxInfo.grContext()->priv().caps()->getRenderTargetSampleCount(4, beFormat); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local

12