Home | History | Annotate | Download | only in gdx2d

Lines Matching full:blend

169 static inline uint32_t blend(uint32_t src, uint32_t dst) {

277 void gdx2d_set_blend (uint32_t blend) {
278 gdx2d_blend = blend;
413 col = blend(col, dst);
441 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
457 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
474 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(addr))));
509 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(ptr))));
545 col_format = to_format(pixmap->format, blend(col, to_RGBA8888(pixmap->format, pget(ptr))));
798 src_col = to_format(dst_pixmap->format, blend(src_col, dst_col));
879 src_col = to_format(dst_pixmap->format, blend(src_col, dst_col));
928 src_col = to_format(dst_pixmap->format, blend(src_col, dst_col));