Searched refs:newW (Results 1 – 8 of 8) sorted by relevance
164 ObjectWriter newW = w.withView(String.class); in testViewSettings() local165 assertNotSame(w, newW); in testViewSettings()166 assertSame(newW, newW.withView(String.class)); in testViewSettings()168 newW = w.with(Locale.CANADA); in testViewSettings()169 assertNotSame(w, newW); in testViewSettings()170 assertSame(newW, newW.with(Locale.CANADA)); in testViewSettings()183 ObjectWriter newW = w.with(Base64Variants.MODIFIED_FOR_URL); in testMiscSettings() local184 assertNotSame(w, newW); in testMiscSettings()185 assertSame(newW, newW.with(Base64Variants.MODIFIED_FOR_URL)); in testMiscSettings()195 newW = w.with(schema); in testMiscSettings()[all …]
66 int newW = (numRotation % 2 == 0) ? w : h; in apply() local68 matrix.postTranslate(newW * 0.5f, newH * 0.5f); in apply()
31 - (void) setW:(id)newW {32 _y = newW;
91 [self setW:@"newW"]; // This will release '_W', but retain the new value
1149 SkScalar newW = subdivide_w_value(fW); in chop() local1172 dst[0].fW = dst[1].fW = newW; in chop()
1352 SkScalar newW = subdivide_w_value(fW); in chop() local1375 dst[0].fW = dst[1].fW = newW; in chop()