Home
last modified time | relevance | path

Searched refs:ABS (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/cmds/uinput/
H A DREADME.md44 | abs_info | array | ABS axes information |
68 | info | object | ABS information object |
70 ABS information object is defined as below:
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.cpp240 #ifdef ABS
241 #undef ABS
245 #define ABS(a) ((a) < 0 ? -(a) : (a)) macro
282 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
283 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
284 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()
/aosp14/frameworks/base/tools/aapt/
H A DImages.cpp873 #define ABS(a) ((a)<0?-(a):(a)) macro
940 maxGrayDeviation = MAX(ABS(rr - gg), maxGrayDeviation); in analyze_image()
941 maxGrayDeviation = MAX(ABS(gg - bb), maxGrayDeviation); in analyze_image()
942 maxGrayDeviation = MAX(ABS(bb - rr), maxGrayDeviation); in analyze_image()