Lines Matching refs:GET_PIXEL
220 #define GET_PIXEL(frame, x, y) \
639 uint8_t *p = GET_PIXEL(img->frame, x, y);
710 uint8_t *p_ref = GET_PIXEL(img->frame, ref_x, ref_y);
711 uint8_t *p = GET_PIXEL(img->frame, x, y);
731 uint8_t *p = GET_PIXEL(img->frame, x, y);
906 dec = GET_PIXEL(frame, x, y);
907 p_l = GET_PIXEL(frame, x - 1, y);
908 p_tl = GET_PIXEL(frame, x - 1, y - 1);
909 p_t = GET_PIXEL(frame, x, y - 1);
911 p_tr = GET_PIXEL(frame, 0, y);
913 p_tr = GET_PIXEL(frame, x + 1, y - 1);
973 cp = GET_PIXEL(cimg->frame, cx, cy);
974 p = GET_PIXEL(img->frame, x, y);
991 uint8_t *p = GET_PIXEL(img->frame, x, y);
1019 p = GET_PIXEL(img->frame, 0, y);
1025 p = GET_PIXEL(img->frame, x, y);
1043 memcpy(palette, GET_PIXEL(pal->frame, 0, 0), size); // copy palette
1048 p = GET_PIXEL(img->frame, x, y);
1056 p = GET_PIXEL(img->frame, x, y);
1061 const uint8_t *pi = GET_PIXEL(pal->frame, i, 0);
1277 ap = GET_PIXEL(s->alpha_frame, 0, y) + 2;