Searched refs:alpha_type (Results 1 – 12 of 12) sorted by relevance
/external/skia/tools/gdb/ |
D | bitmap.py | 58 alpha_type = info['fAlphaType'] 66 if alpha_type == AlphaType.unpremul.value: 69 elif alpha_type == AlphaType.premul.value: 80 str(AlphaType(int(alpha_type)))
|
/external/skqp/tools/gdb/ |
D | bitmap.py | 58 alpha_type = info['fAlphaType'] 66 if alpha_type == AlphaType.unpremul.value: 69 elif alpha_type == AlphaType.premul.value: 80 str(AlphaType(int(alpha_type)))
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1598 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/ImageMagick/MagickCore/ |
D | channel.c | 929 const AlphaChannelOption alpha_type,ExceptionInfo *exception) in SetImageAlphaChannel() argument 945 switch (alpha_type) in SetImageAlphaChannel() 1071 if (alpha_type == ShapeAlphaChannel) in SetImageAlphaChannel()
|
D | quantum-private.h | 64 alpha_type; member
|
D | quantum.c | 629 quantum_info->alpha_type=type; in SetQuantumAlphaType()
|
D | quantum-import.c | 4263 if (quantum_info->alpha_type == DisassociatedQuantumAlpha) in ImportQuantumPixels()
|
D | quantum-export.c | 3904 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ExportQuantumPixels()
|
/external/libpng/ |
D | CMakeLists.txt | 679 foreach(alpha_type none alpha) 690 if (NOT "${alpha_type}" STREQUAL "alpha") 694 if ("${alpha_type}" STREQUAL "alpha") 723 png_add_test(NAME pngstest-${gamma_type}-${alpha_type} 725 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 502 glw::GLint alpha_type = 0; in checkSourceTextureSizeAndType() local 520 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_ALPHA_TYPE, &alpha_type); in checkSourceTextureSizeAndType() 538 is_ok = is_ok && ((glw::GLenum)alpha_type == descriptor.expected_alpha_type); in checkSourceTextureSizeAndType() 564 << ", queried alpha type = " << glu::getTypeStr(alpha_type) in checkSourceTextureSizeAndType()
|
/external/ImageMagick/MagickWand/ |
D | mogrify.c | 821 alpha_type; in MogrifyImage() local 824 alpha_type=(AlphaChannelOption) ParseCommandOption( in MogrifyImage() 826 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage()
|
D | magick-image.c | 9025 const AlphaChannelOption alpha_type) in MagickSetImageAlphaChannel() argument 9033 return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception)); in MagickSetImageAlphaChannel()
|