Home
last modified time | relevance | path

Searched refs:alpha_type (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/codec/
DSkWebpCodec.cpp40 static SkAlphaType alpha_type(bool hasAlpha) { in alpha_type() function
308 frameInfo->fAlphaType = alpha_type(frame->hasAlpha()); in onGetFrameInfo()
405 auto alphaType = alpha_type(fFrameHolder.frame(index)->hasAlpha()); in onGetPixels()
582 const auto srcAlpha = 0 == index ? srcInfo.alphaType() : alpha_type(frame.has_alpha); in onGetPixels()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1598 struct lp_type alpha_type, in convert_alpha() argument
1609 row_type.length = alpha_type.length; in convert_alpha()
1612 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha); in convert_alpha()
1619 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha()
1622 alpha_type = row_type; in convert_alpha()
1628 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha()
1654 if (pixels > alpha_type.length) { in convert_alpha()
2161 struct lp_type alpha_type = fs_type; in generate_unswizzled_blend() local
2162 alpha_type.length = 4; in generate_unswizzled_blend()
2163 convert_alpha(gallivm, row_type, alpha_type, in generate_unswizzled_blend()
[all …]
/external/libpng/
DCMakeLists.txt558 foreach(alpha_type none alpha)
569 if (NOT "${alpha_type}" STREQUAL "alpha")
573 if ("${alpha_type}" STREQUAL "alpha")
602 png_add_test(NAME pngstest-${gamma_type}-${alpha_type}
604 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
/external/ImageMagick/MagickCore/
Dchannel.c929 const AlphaChannelOption alpha_type,ExceptionInfo *exception) in SetImageAlphaChannel() argument
945 switch (alpha_type) in SetImageAlphaChannel()
1071 if (alpha_type == ShapeAlphaChannel) in SetImageAlphaChannel()
Dquantum-private.h64 alpha_type; member
Dquantum.c629 quantum_info->alpha_type=type; in SetQuantumAlphaType()
Dquantum-import.c4263 if (quantum_info->alpha_type == DisassociatedQuantumAlpha) in ImportQuantumPixels()
Dquantum-export.c3904 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ExportQuantumPixels()
/external/ImageMagick/MagickWand/
Dmogrify.c821 alpha_type; in MogrifyImage() local
824 alpha_type=(AlphaChannelOption) ParseCommandOption( in MogrifyImage()
826 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage()
Dmagick-image.c9025 const AlphaChannelOption alpha_type) in MagickSetImageAlphaChannel() argument
9033 return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception)); in MagickSetImageAlphaChannel()