Searched refs:px (Results 1 – 1 of 1) sorted by relevance
82 unsigned char* px = dst_p; in text_blend() local87 *px++ = gr_current_r; in text_blend()88 *px++ = gr_current_g; in text_blend()89 *px++ = gr_current_b; in text_blend()90 px++; in text_blend()92 *px = (*px * (255-a) + gr_current_r * a) / 255; in text_blend()93 ++px; in text_blend()94 *px = (*px * (255-a) + gr_current_g * a) / 255; in text_blend()95 ++px; in text_blend()96 *px = (*px * (255-a) + gr_current_b * a) / 255; in text_blend()[all …]