/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | scroll_physics_test.dart | 13 TestScrollPhysics applyTo(ScrollPhysics ancestor) { 14 return TestScrollPhysics(name: name, parent: parent?.applyTo(ancestor) ?? ancestor); 30 test('ScrollPhysics applyTo()', () { 41 final TestScrollPhysics ab = a.applyTo(b); 44 final TestScrollPhysics abc = ab.applyTo(c); 47 final TestScrollPhysics de = d.applyTo(e); 50 final TestScrollPhysics abcde = abc.applyTo(de); 54 test('ScrollPhysics subclasses applyTo()', () { 63 expect(types(bounce.applyTo(clamp.applyTo(never.applyTo(always.applyTo(page))))), 66 expect(types(clamp.applyTo(never.applyTo(always.applyTo(page.applyTo(bounce))))), [all …]
|
D | slivers_evil_test.dart | 50 TestScrollPhysics applyTo(ScrollPhysics ancestor) { 51 return TestScrollPhysics(parent: parent?.applyTo(ancestor) ?? ancestor);
|
/third_party/skia/src/gpu/ |
D | GrSwizzle.h | 44 constexpr std::array<float, 4> applyTo(std::array<float, 4> color) const; 48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo() function 49 std::array<float, 4> result = this->applyTo(color.array()); in applyTo() 81 constexpr std::array<float, 4> GrSwizzle::applyTo(std::array<float, 4> color) const { in applyTo() function
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scroll_physics.dart | 63 /// This method is typically used to define [applyTo] methods like: 66 /// FooScrollPhysics applyTo(ScrollPhysics ancestor) { 71 ScrollPhysics buildParent(ScrollPhysics ancestor) => parent?.applyTo(ancestor) ?? ancestor; 85 /// In the following example, the [applyTo] method is used to combine the 90 /// final FooScrollPhysics x = FooScrollPhysics().applyTo(BarScrollPhysics()); 97 /// * [buildParent], a utility method that's often used to define [applyTo] 99 ScrollPhysics applyTo(ScrollPhysics ancestor) { 295 BouncingScrollPhysics applyTo(ScrollPhysics ancestor) { 417 ClampingScrollPhysics applyTo(ScrollPhysics ancestor) { 501 AlwaysScrollableScrollPhysics applyTo(ScrollPhysics ancestor) { [all …]
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_multiplier.cpp | 131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale 157 fMultiplier.applyTo(quantity); in processQuantity()
|
/third_party/icu/icu4c/source/i18n/ |
D | number_multiplier.cpp | 131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale 157 fMultiplier.applyTo(quantity); in processQuantity()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | number_multiplier.cpp | 131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale 157 fMultiplier.applyTo(quantity); in processQuantity()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_multiplier.cpp | 127 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale 153 fMultiplier.applyTo(quantity); in processQuantity()
|
/third_party/flutter/skia/src/gpu/ |
D | GrSwizzle.h | 46 constexpr SkRGBA4f<AlphaType> applyTo(const SkRGBA4f<AlphaType>& color) const; 86 constexpr SkRGBA4f<AlphaType> GrSwizzle::applyTo(const SkRGBA4f<AlphaType>& color) const { in applyTo() function
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | MultiplierFormatHandler.java | 22 multiplier.applyTo(quantity); in processQuantity()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
D | MultiplierFormatHandler.java | 24 multiplier.applyTo(quantity); in processQuantity()
|
/third_party/skia/src/gpu/v1/ |
D | SurfaceFillContext_v1.cpp | 207 color = this->writeSurfaceView().swizzle().applyTo(color); in internalClear() 229 color = this->writeSurfaceView().swizzle().applyTo(color); in internalClear()
|
/third_party/skia/src/core/ |
D | SkImageFilter.cpp | 84 as_IFB(this)->getCropRect().applyTo( in filterBounds() 309 as_IFB(this)->getCropRect().applyTo( in getOutputBounds() 342 void SkImageFilter_Base::CropRect::applyTo(const SkIRect& imageBounds, const SkMatrix& ctm, in applyTo() function in SkImageFilter_Base::CropRect 381 fCropRect.applyTo(tmpDst, ctx.ctm(), this->onAffectsTransparentBlack(), dstBounds); in applyCropRect()
|
D | SkImageFilter_Base.h | 158 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
/third_party/flutter/skia/src/core/ |
D | SkImageFilter.cpp | 71 as_IFB(this)->getCropRect().applyTo( in filterBounds() 254 void SkImageFilter::CropRect::applyTo(const SkIRect& imageBounds, const SkMatrix& ctm, in applyTo() function in SkImageFilter::CropRect 293 fCropRect.applyTo(tmpDst, ctx.ctm(), this->affectsTransparentBlack(), dstBounds); in applyCropRect()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | STZInfo.java | 57 void applyTo(com.ibm.icu.util.SimpleTimeZone stz) { in applyTo() method in STZInfo
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | STZInfo.java | 58 void applyTo(ohos.global.icu.util.SimpleTimeZone stz) { in applyTo() method in STZInfo
|
/third_party/flutter/skia/include/core/ |
D | SkImageFilter.h | 58 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
D | Scale.java | 174 public void applyTo(DecimalQuantity quantity) { in applyTo() method in Scale
|
/third_party/flutter/skia/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 94 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 178 public void applyTo(DecimalQuantity quantity) { in applyTo() method in Scale
|
/third_party/skia/src/effects/imagefilters/ |
D | SkMergeImageFilter.cpp | 92 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
|
/third_party/skia/tests/ |
D | MtlBackendAllocationTest.mm | 161 auto swizzledColor = swizzle.applyTo(color);
|
D | BackendAllocationTest.cpp | 876 auto swizzledColor = swizzle.applyTo(color); in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS() 1031 auto swizzledColor = swizzle.applyTo(color); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineState.mm | 183 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
|