Searched refs:SKEW (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 25 private static final int SKEW = 38; field in Punycode 56 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 23 private static final int SKEW = 38; field in Punycode 54 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/icu/icu4c/source/common/ |
D | punycode.cpp | 65 #define SKEW 38 macro 176 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 57 SKEW, enumerator
|
D | SkPicturePlayback.cpp | 516 case SKEW: { in handleOp()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_getimage.c | 1095 #define SKEW(r,g,b,skew) { r += skew; g += skew; b += skew; } macro 1511 SKEW(r, g, b, fromskew); in DECLARESepPutFunc() 1585 SKEW(wr, wg, wb, fromskew); in DECLARESepPutFunc() 2136 SKEW(r, g, b, fromskew); in DECLARESepPutFunc()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1154 #define SKEW(r,g,b,skew) { r += skew; g += skew; b += skew; } macro 1570 SKEW(r, g, b, fromskew); in DECLARESepPutFunc() 1644 SKEW(wr, wg, wb, fromskew); in DECLARESepPutFunc() 2197 SKEW(r, g, b, fromskew); in DECLARESepPutFunc()
|