Home
last modified time | relevance | path

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

/external/skqp/src/effects/imagefilters/
DSkBlurImageFilter.cpp318 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local
358 (void) processValue(leadingEdge); in blur_one_direction()
368 SkNx_cast<uint8_t>(processValue(leadingEdge)).store(dstCursor); in blur_one_direction()
379 SkNx_cast<uint8_t>(processValue(0u)).store(dstCursor); in blur_one_direction()
/external/skia/src/effects/imagefilters/
DSkBlurImageFilter.cpp318 auto processValue = [&](const Sk4u& leadingEdge) -> Sk4u { in blur_one_direction() local
358 (void) processValue(leadingEdge); in blur_one_direction()
368 SkNx_cast<uint8_t>(processValue(leadingEdge)).store(dstCursor); in blur_one_direction()
379 SkNx_cast<uint8_t>(processValue(0u)).store(dstCursor); in blur_one_direction()
/external/llvm/include/llvm/IR/
DDebugInfo.h66 void processValue(const Module &M, const DbgValueInst *DVI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfo.h75 void processValue(const Module &M, const DbgValueInst *DVI);
/external/llvm/lib/IR/
DDebugInfo.cpp173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java149 String processedValue = processValue(valueArg, cldrValue, arguments); in processValues()
195 private String processValue(String value, String cldrValue, String[] arguments) { in processValue() method in RegexManager.PathValueInfo
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTAttributeDef.java1381 Object processValue( in processValue() method in XSLTAttributeDef
1601 Object value = processValue(handler, attrUri, attrLocalName, in setAttrValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp112 processValue(M, DVI); in processInstruction()
214 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder