Home
last modified time | relevance | path

Searched defs:alphaType (Results 1 – 25 of 122) sorted by relevance

12345

/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcore_test.js164 alphaType: CanvasKit.AlphaType.Unpremul, property
256 'alphaType': CanvasKit.AlphaType.Unpremul, property
266 'alphaType': CanvasKit.AlphaType.Unpremul, property
1130 alphaType: CanvasKit.AlphaType.Unpremul, property
1157 alphaType: CanvasKit.AlphaType.Unpremul, property
1184 alphaType: CanvasKit.AlphaType.Unpremul, property
1207 alphaType: CanvasKit.AlphaType.Unpremul, property
1339 'alphaType': CanvasKit.AlphaType.Premul, property
1369 'alphaType': CanvasKit.AlphaType.Unpremul, property
1378 'alphaType': CanvasKit.AlphaType.Unpremul, property
[all …]
/aosp_15_r20/external/skia/src/gpu/ganesh/effects/
H A DGrBicubicEffect.cpp127 SkAlphaType alphaType, in Make()
138 SkAlphaType alphaType, in Make()
155 SkAlphaType alphaType, in MakeSubset()
174 SkAlphaType alphaType, in MakeSubset()
201 SkAlphaType alphaType, in Make()
H A DGrTextureEffect.cpp218 SkAlphaType alphaType, in Make()
230 SkAlphaType alphaType, in Make()
249 SkAlphaType alphaType, in MakeSubset()
270 SkAlphaType alphaType, in MakeSubset()
286 SkAlphaType alphaType, in MakeCustomLinearFilterInset()
822 SkAlphaType alphaType, in GrTextureEffect()
/aosp_15_r20/external/skia/tools/flags/
H A DCommonFlagsConfig.cpp383 SkAlphaType* alphaType) { in parse_option_gpu_color()
461 SkAlphaType* alphaType, in get_option_gpu_color()
574 SkAlphaType alphaType, in SkCommandLineConfigGpu()
619 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_gpu() local
693 SkAlphaType alphaType = kPremul_SkAlphaType; in parse_command_line_config_graphite() local
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshFactories.cpp136 SkAlphaType alphaType, in TextureFromCompressedTexture()
204 SkAlphaType alphaType, in BorrowTextureFrom()
248 SkAlphaType alphaType) { in AdoptTextureFrom()
256 SkAlphaType alphaType, in AdoptTextureFrom()
328 SkAlphaType alphaType, in PromiseTextureFrom()
/aosp_15_r20/external/skia/src/codec/
H A DSkImageGenerator_FromEncoded.cpp53 std::optional<SkAlphaType> alphaType) { in DeferredFromEncodedData()
64 sk_sp<SkImage> DeferredImage(std::unique_ptr<SkCodec> codec, std::optional<SkAlphaType> alphaType) { in DeferredImage()
/aosp_15_r20/external/skia/gm/
H A Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make()
135 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
H A Dencode_color_types.cpp27 static sk_sp<SkImage> make_image(SkColorType colorType, SkAlphaType alphaType) { in make_image()
135 for (SkAlphaType alphaType : alphaTypes) { in onDraw() local
H A Dall_bitmap_configs.cpp196 static uint32_t make_pixel(int x, int y, SkAlphaType alphaType) { in make_pixel()
224 SkAlphaType alphaType, in make_color_test_bitmap_variant()
/aosp_15_r20/external/skia/src/core/
H A DSkReadBuffer.cpp339 std::optional<SkAlphaType> alphaType) { in deserialize_image()
365 SkDeserialProcs dProcs, std::optional<SkAlphaType> alphaType) { in add_mipmaps()
414 std::optional<SkAlphaType> alphaType = std::nullopt; in readImage() local
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrAHardwareBufferImageGenerator.cpp36 AHardwareBuffer* graphicBuffer, SkAlphaType alphaType, sk_sp<SkColorSpace> colorSpace, in Make()
53 AHardwareBuffer* hardwareBuffer, SkAlphaType alphaType, bool isProtectedContent, in GrAHardwareBufferImageGenerator()
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DBitmap.cpp243 sk_sp<SkColorSpace> colorSpace, SkAlphaType alphaType, in createFrom()
296 SkAlphaType alphaType; in validateAlpha() local
426 void Bitmap::setAlphaType(SkAlphaType alphaType) { in setAlphaType()
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DLatticeOp.cpp193 SkAlphaType alphaType, in Make()
207 SkAlphaType alphaType, sk_sp<GrColorSpaceXform> colorSpaceXform, in NonAALatticeOp()
456 SkAlphaType alphaType, in MakeNonAA()
/aosp_15_r20/external/skia/dm/
H A DDM.cpp619 static void push_image_gen_src(Path path, ImageGenSrc::Mode mode, SkAlphaType alphaType, bool isGpu) in push_image_gen_src()
769 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
818 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
864 for (SkAlphaType alphaType : alphaModes) { in push_codec_srcs() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DMeshSpecification.java379 @AlphaType int alphaType) { in make()
405 int alphaType); in nativeMakeWithAlpha()
/aosp_15_r20/external/skia/tests/
H A DGrMipMappedTest.cpp431 SkAlphaType alphaType, in draw_mipmap_into_new_render_target()
495 SkAlphaType alphaType = kPremul_SkAlphaType; variable
H A DWebpTest.cpp51 auto alphaType = frameInfo.fAlphaType == kOpaque_SkAlphaType ? kOpaque_SkAlphaType in DEF_TEST() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dwebgl.js262 'alphaType': srcIsPremul ? CanvasKit.AlphaType.Premul: CanvasKit.AlphaType.Unpremul, property
339 'alphaType': srcIsPremul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/aosp_15_r20/external/skia/include/core/
H A DSkImageInfo.h147 SkAlphaType alphaType() const { return fAlphaType; } in alphaType() function
381 SkAlphaType alphaType() const { return fColorInfo.alphaType(); } in alphaType() function
/aosp_15_r20/external/skia/bench/
H A DCodecBenchPriv.h28 inline const char* alpha_type_to_str(SkAlphaType alphaType) { in alpha_type_to_str()
/aosp_15_r20/external/skia/docs/examples/
H A DBitmap_setAlphaType.cpp24 for (SkAlphaType alphaType : alphaTypes) { in draw() local
H A DColorTypeValidateAlphaType.cpp23 for (SkAlphaType alphaType : alphaTypes) { in draw() local
H A Dunexpected_setAlphaType.cpp64 for (SkAlphaType alphaType : kAlphaTypes) { in draw() local
/aosp_15_r20/external/skia/specs/web-img-decode/proposed/impl/
H A Dimpl.js22 alphaType: options.premul ? CanvasKit.AlphaType.Premul : CanvasKit.AlphaType.Unpremul, property
/aosp_15_r20/frameworks/native/libs/renderengine/skia/compat/
H A DSkiaBackendTexture.h69 SkColorType colorTypeForImage(SkAlphaType alphaType) const { in colorTypeForImage()

12345