Lines Matching refs:blend
183 h += desc->blend * 7; in skin_image_desc_hash()
194 a->blend == b->blend && in skin_image_desc_equal()
476 desc->blend == SKIN_BLEND_FULL) in skin_image_create()
489 desc0.blend = SKIN_BLEND_FULL; in skin_image_create()
518 if (desc->blend != SKIN_BLEND_FULL) in skin_image_create()
519 blend_image( node->pixels, node->pixels, node->w, node->h, desc->blend ); in skin_image_create()
580 desc.blend = SKIN_BLEND_FULL; in skin_image_find_simple()
665 int blend ) in skin_image_clone_full() argument
674 blend == SKIN_BLEND_FULL) in skin_image_clone_full()
681 desc.blend = blend; in skin_image_clone_full()
692 skin_image_blend_clone( SkinImage* clone, SkinImage* source, int blend ) in skin_image_blend_clone() argument
695 blend_image( clone->pixels, source->pixels, source->w, source->h, blend ); in skin_image_blend_clone()