Home
last modified time | relevance | path

Searched refs:applyTo (Results 1 - 25 of 30) sorted by relevance

12

/third_party/skia/src/gpu/
H A DGrSwizzle.h44 constexpr std::array<float, 4> applyTo(std::array<float, 4> color) const;
48 constexpr SkRGBA4f<AlphaType> applyTo(SkRGBA4f<AlphaType> color) const { in applyTo() function in GrSwizzle
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 in GrSwizzle
H A DGrDirectContext.cpp814 SkColor4f swizzledColor = this->caps()->getWriteSwizzle(format, grColorType).applyTo(color); in createBackendTexture()
906 SkColor4f swizzledColor = swizzle.applyTo(color); in updateBackendTexture()
H A DGrFragmentProcessor.cpp319 return fSwizzle.applyTo(ConstantOutputForConstantInput(this->childProcessor(0), input));
/third_party/icu/icu4c/source/i18n/
H A Dnumber_multiplier.cpp131 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/
H A Dnumber_multiplier.cpp131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale
157 fMultiplier.applyTo(quantity); in processQuantity()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_multiplier.cpp131 void Scale::applyTo(impl::DecimalQuantity& quantity) const { in applyTo() function in Scale
157 fMultiplier.applyTo(quantity); in processQuantity()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DMultiplierFormatHandler.java22 multiplier.applyTo(quantity); in processQuantity()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DMultiplierFormatHandler.java24 multiplier.applyTo(quantity); in processQuantity()
/third_party/skia/src/gpu/v1/
H A DSurfaceFillContext_v1.cpp207 color = this->writeSurfaceView().swizzle().applyTo(color); in internalClear()
229 color = this->writeSurfaceView().swizzle().applyTo(color); in internalClear()
/third_party/skia/src/core/
H A DSkImageFilter.cpp84 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()
H A DSkImageFilter_Base.h158 void applyTo(const SkIRect& imageBounds, const SkMatrix& matrix, bool embiggen,
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java33 /*void applyTo(java.util.SimpleTimeZone stz) {
57 void applyTo(com.ibm.icu.util.SimpleTimeZone stz) { in applyTo() method in STZInfo
H A DSimpleTimeZone.java599 xinfo.applyTo(stz); in readObject()
608 xinfo.applyTo(this); in readObject()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DSTZInfo.java34 /*void applyTo(java.util.SimpleTimeZone stz) {
58 void applyTo(ohos.global.icu.util.SimpleTimeZone stz) { in applyTo() method in STZInfo
H A DSimpleTimeZone.java580 xinfo.applyTo(stz); in readObject()
589 xinfo.applyTo(this); in readObject()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DScale.java178 public void applyTo(DecimalQuantity quantity) { in applyTo() method in Scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DScale.java174 public void applyTo(DecimalQuantity quantity) { in applyTo() method in Scale
/third_party/skia/src/effects/imagefilters/
H A DSkMergeImageFilter.cpp92 this->getCropRect().applyTo(bounds, ctx.ctm(), embiggen, &bounds); in onFilterImage()
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp102 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant); in set_blend_factor()
/third_party/skia/tests/
H A DBackendAllocationTest.cpp876 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/skia/src/gpu/vk/
H A DGrVkPipeline.cpp662 SkPMColor4f blendConst = swizzle.applyTo(blendInfo.fBlendConstant);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dnumberformatter.h1186 void applyTo(impl::DecimalQuantity& quantity) const;
/third_party/icu/icu4c/source/i18n/unicode/
H A Dnumberformatter.h1182 void applyTo(impl::DecimalQuantity& quantity) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dnumberformatter.h1149 void applyTo(impl::DecimalQuantity& quantity) const;
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir.cpp92 m.applyTo(imm); in getImmediate()

Completed in 39 milliseconds

12