/external/skia/tools/gdb/ |
D | bitmap.py | 63 alpha_type = info['fAlphaType'] 71 if alpha_type == AlphaType.unpremul.value: 74 elif alpha_type == AlphaType.premul.value: 85 str(AlphaType(int(alpha_type)))
|
/external/skqp/tools/gdb/ |
D | bitmap.py | 63 alpha_type = info['fAlphaType'] 71 if alpha_type == AlphaType.unpremul.value: 74 elif alpha_type == AlphaType.premul.value: 85 str(AlphaType(int(alpha_type)))
|
/external/skia/modules/androidkit/src/ |
D | Surface.cpp | 92 color_type(bm_info.format), alpha_type(bm_info.flags)); in BitmapSurface() 141 static SkAlphaType alpha_type(int32_t flags) { in alpha_type() function in __anon8da6ea000111::BitmapSurface
|
/external/skia/src/gpu/effects/ |
D | GrYUVtoRGBEffect.cpp | 179 static SkAlphaType alpha_type(const SkYUVAInfo::YUVALocations locations) { in alpha_type() function 190 ModulateForClampedSamplerOptFlags(alpha_type(locations))) in GrYUVtoRGBEffect()
|
/external/libpng/ |
D | CMakeLists.txt | 681 foreach(alpha_type none alpha) 692 if(NOT "${alpha_type}" STREQUAL "alpha") 696 if("${alpha_type}" STREQUAL "alpha") 725 png_add_test(NAME pngstest-${gamma_type}-${alpha_type} 727 OPTIONS --tmpfile "${gamma_type}-${alpha_type}-" --log
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 2138 struct lp_type alpha_type, in convert_alpha() argument 2149 row_type.length = alpha_type.length; in convert_alpha() 2152 lp_bld_quad_twiddle(gallivm, alpha_type, src_alpha, block_height, src_alpha); in convert_alpha() 2159 lp_build_conv(gallivm, alpha_type, row_type, &src_alpha[i], 1, &src_alpha[i], 1); in convert_alpha() 2162 alpha_type = row_type; in convert_alpha() 2168 lp_build_concat_n(gallivm, alpha_type, src_alpha, block_height, src_alpha, src_count); in convert_alpha() 2194 if (pixels > alpha_type.length) { in convert_alpha() 2701 struct lp_type alpha_type = fs_type; in generate_unswizzled_blend() local 2702 alpha_type.length = 4; in generate_unswizzled_blend() 2703 convert_alpha(gallivm, row_type, alpha_type, in generate_unswizzled_blend() [all …]
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 532 glw::GLint alpha_type = 0; in checkSourceTextureSizeAndType() local 550 gl.getTexLevelParameteriv(target, 0, GL_TEXTURE_ALPHA_TYPE, &alpha_type); in checkSourceTextureSizeAndType() 568 is_ok = is_ok && ((glw::GLenum)alpha_type == descriptor.expected_alpha_type); in checkSourceTextureSizeAndType() 594 << ", queried alpha type = " << glu::getTypeStr(alpha_type) in checkSourceTextureSizeAndType()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.cc | 1205 auto alpha_type = op.alpha().getType().cast<ShapedType>(); in Verify() local 1208 if (input_type.hasStaticShape() && alpha_type.hasStaticShape()) { in Verify() 1209 if (input_type.getRank() != alpha_type.getRank() + 1) { in Verify() 1214 for (int i = 0; i < alpha_type.getRank(); i++) { in Verify() 1215 if (alpha_type.getDimSize(i) != input_type.getDimSize(i + 1) && in Verify() 1216 alpha_type.getDimSize(i) != 1) { in Verify()
|
/external/ImageMagick/MagickCore/ |
D | quantum-private.h | 67 alpha_type; member
|
D | channel.c | 975 const AlphaChannelOption alpha_type,ExceptionInfo *exception) in SetImageAlphaChannel() argument 991 switch (alpha_type) in SetImageAlphaChannel()
|
D | quantum.c | 632 quantum_info->alpha_type=type; in SetQuantumAlphaType()
|
D | quantum-export.c | 3906 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ExportQuantumPixels()
|
D | quantum-import.c | 4808 if (quantum_info->alpha_type == AssociatedQuantumAlpha) in ImportQuantumPixels()
|
/external/ImageMagick/MagickWand/ |
D | mogrify.c | 849 alpha_type; in MogrifyImage() local 852 alpha_type=(AlphaChannelOption) ParseCommandOption( in MogrifyImage() 854 (void) SetImageAlphaChannel(*image,alpha_type,exception); in MogrifyImage()
|
D | magick-image.c | 9787 const AlphaChannelOption alpha_type) in MagickSetImageAlphaChannel() argument 9795 return(SetImageAlphaChannel(wand->images,alpha_type,wand->exception)); in MagickSetImageAlphaChannel()
|