Home
last modified time | relevance | path

Searched refs:processValue (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp387 auto processValue = [&](const skvx::Vec<4, uint32_t>& leadingEdge) { in blurSegment() local
413 (void)processValue(0); in blurSegment()
417 (void)processValue(loadEdge(src)); in blurSegment()
422 processValue(0u).store(dst); in blurSegment()
427 processValue(loadEdge(src)).store(dst); in blurSegment()
629 auto processValue = [&](const skvx::Vec<4, uint32_t>& leadingEdge) { in blurSegment() local
651 (void)processValue(0); in blurSegment()
655 (void)processValue(loadEdge(src)); in blurSegment()
660 processValue(0u).store(dst); in blurSegment()
665 processValue(loadEdge(src)).store(dst); in blurSegment()
/third_party/flutter/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp319 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local
359 (void) processValue(leadingEdge); in blur_one_direction()
369 SkNx_cast<uint8_t>(processValue(leadingEdge)).store(dstCursor); in blur_one_direction()
380 SkNx_cast<uint8_t>(processValue(0u)).store(dstCursor); in blur_one_direction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfo.h74 void processValue(const Module &M, const DbgValueInst *DVI);
/third_party/node/deps/npm/node_modules/yargs-parser/
Dindex.js398 argsToSet.push(processValue(key, next))
414 var value = processValue(key, val)
466 function processValue (key, val) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp111 processValue(M, DVI); in processInstruction()
213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
/third_party/typescript/doc/
Dspec-ARCHIVED.md3454 function processValue(value: number | (() => number)) {