Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
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()
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);
/external/skqp/src/gpu/effects/
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()
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);