Home
last modified time | relevance | path

Searched refs:SKEW (Results 1 – 11 of 11) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java31 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/
DShadowLegacyMatrix.java162 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()
DShadowMatrix.java17 public static final String SKEW = "skew"; field in ShadowMatrix
/external/rust/crates/idna/src/
Dpunycode.rs23 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/
DPunycode.java26 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/
DPunycode.java28 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/
Dpunycode.cpp67 #define SKEW 38 macro
168 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
/external/icu/icu4c/source/common/
Dpunycode.cpp67 #define SKEW 38 macro
168 return count+(((BASE-TMIN+1)*delta)/(delta+SKEW)); in adaptBias()
/external/skia/src/core/
DSkPictureFlat.h61 SKEW, enumerator
DSkPicturePlayback.cpp723 case SKEW: { in handleOp()
/external/pdfium/third_party/libtiff/
Dtif_getimage.c1442 #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()