Searched refs:SKEW (Results 1 – 11 of 11) sorted by relevance
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 31 public static final String SKEW = "skew"; field in ShadowMatrix 162 setOps.put(SKEW, kx + " " + ky + " " + px + " " + py); in setSkew() 168 setOps.put(SKEW, kx + " " + ky); in setSkew() 210 preOps.addFirst(SKEW + " " + kx + " " + ky + " " + px + " " + py); in preSkew() 216 preOps.addFirst(SKEW + " " + kx + " " + ky); in preSkew() 258 postOps.addLast(SKEW + " " + kx + " " + ky + " " + px + " " + py); in postSkew() 264 postOps.addLast(SKEW + " " + kx + " " + ky); in postSkew()
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowLegacyMatrix.java | 162 setOps.put(SKEW, kx + " " + ky + " " + px + " " + py); in setSkew() 168 setOps.put(SKEW, kx + " " + ky); in setSkew() 210 preOps.addFirst(SKEW + " " + kx + " " + ky + " " + px + " " + py); in preSkew() 216 preOps.addFirst(SKEW + " " + kx + " " + ky); in preSkew() 258 postOps.addLast(SKEW + " " + kx + " " + ky + " " + px + " " + py); in postSkew() 264 postOps.addLast(SKEW + " " + kx + " " + ky); in postSkew()
|
D | ShadowMatrix.java | 17 public static final String SKEW = "skew"; field in ShadowMatrix
|
/external/rust/crates/idna/src/ |
D | punycode.rs | 23 static SKEW: u32 = 38; variable 38 k + (((BASE - T_MIN + 1) * delta) / (delta + SKEW)) in adapt()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | Punycode.java | 26 private static final int SKEW = 38; field in Punycode 57 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | Punycode.java | 28 private static final int SKEW = 38; field in Punycode 59 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/cronet/third_party/icu/source/common/ |
D | punycode.cpp | 67 #define SKEW 38 macro 168 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/icu/icu4c/source/common/ |
D | punycode.cpp | 67 #define SKEW 38 macro 168 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 61 SKEW, enumerator
|
D | SkPicturePlayback.cpp | 723 case SKEW: { in handleOp()
|
/external/pdfium/third_party/libtiff/ |
D | tif_getimage.c | 1442 #define SKEW(r, g, b, skew) \ macro 1889 SKEW(r, g, b, fromskew); in DECLARESepPutFunc() 1974 SKEW(wr, wg, wb, fromskew); in DECLARESepPutFunc() 2574 SKEW(r, g, b, fromskew); in DECLARESepPutFunc()
|