Searched refs:processValue (Results 1 – 6 of 6) sorted by relevance
387 auto processValue = [&](const skvx::Vec<4, uint32_t>& leadingEdge) { in blurSegment() local413 (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() local651 (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()
319 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local359 (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()
74 void processValue(const Module &M, const DbgValueInst *DVI);
398 argsToSet.push(processValue(key, next))414 var value = processValue(key, val)466 function processValue (key, val) { function
111 processValue(M, DVI); in processInstruction()213 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
3454 function processValue(value: number | (() => number)) {