Lines Matching full:pixel_bytes
127 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
140 if (icon->pixel_bytes != 1) {
151 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
186 px += gr_draw->row_bytes - (gr_draw->width * gr_draw->pixel_bytes);
201 unsigned char* p = gr_draw->data + y1 * gr_draw->row_bytes + x1 * gr_draw->pixel_bytes;
235 if (gr_draw->pixel_bytes != source->pixel_bytes) {
245 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes;
246 unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->pixel_bytes;
250 memcpy(dst_p, src_p, w * source->pixel_bytes);
289 gr_font->texture->pixel_bytes = 1;