Searched refs:processValue (Results 1 – 8 of 8) sorted by relevance
/external/skqp/src/effects/imagefilters/ |
D | SkBlurImageFilter.cpp | 318 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/ |
D | SkBlurImageFilter.cpp | 318 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/ |
D | DebugInfo.h | 66 void processValue(const Module &M, const DbgValueInst *DVI);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 75 void processValue(const Module &M, const DbgValueInst *DVI);
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 173 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | RegexManager.java | 149 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/ |
D | XSLTAttributeDef.java | 1381 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/ |
D | DebugInfo.cpp | 112 processValue(M, DVI); in processInstruction() 214 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue() function in DebugInfoFinder
|