Home | History | Annotate | Download | only in jumper

Lines Matching defs:load_8888

530 SI void load_8888(const uint32_t* ptr, size_t tail, U16* r, U16* g, U16* b, U16* a) {
575 STAGE_PP(load_8888, const SkJumper_MemoryCtx* ctx) {
576 load_8888(ptr_at_xy<const uint32_t>(ctx, dx,dy), tail, &r,&g,&b,&a);
579 load_8888(ptr_at_xy<const uint32_t>(ctx, dx,dy), tail, &dr,&dg,&db,&da);
586 load_8888(ptr_at_xy<const uint32_t>(ctx, dx,dy), tail, &b,&g,&r,&a);
589 load_8888(ptr_at_xy<const uint32_t>(ctx, dx,dy), tail, &db,&dg,&dr,&da);
943 load_8888(ptr, tail, &dr,&dg,&db,&da);
953 load_8888(ptr, tail, &db,&dg,&dr,&da);