Home
last modified time | relevance | path

Searched refs:kProfileTextureWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/effects/generated/
DGrCircleBlurFragmentProcessor.cpp209 static constexpr int kProfileTextureWidth = 512; in create_profile_texture() local
212 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { in create_profile_texture()
217 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); in create_profile_texture()
220 SkScalar scale = kProfileTextureWidth / *textureRadius; in create_profile_texture()
222 kProfileTextureWidth); in create_profile_texture()
/third_party/flutter/skia/src/gpu/effects/
DGrCircleBlurFragmentProcessor.fp232 static constexpr int kProfileTextureWidth = 512;
235 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) {
240 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth);
243 SkScalar scale = kProfileTextureWidth / *textureRadius;
245 kProfileTextureWidth);
/third_party/skia/src/core/
DSkBlurMF.cpp786 static constexpr int kProfileTextureWidth = 512; in create_profile_effect() local
790 SkMatrix texM = SkMatrix::Scale(kProfileTextureWidth, 1.f); in create_profile_effect()
806 if (!bm.tryAllocPixels(SkImageInfo::MakeA8(kProfileTextureWidth, 1))) { in create_profile_effect()
811 create_half_plane_profile(bm.getAddr8(0, 0), kProfileTextureWidth); in create_profile_effect()
814 SkScalar scale = kProfileTextureWidth / *textureRadius; in create_profile_effect()
816 bm.getAddr8(0, 0), sigma * scale, circleR * scale, kProfileTextureWidth); in create_profile_effect()