Home | History | Annotate | Download | only in minui

Lines Matching full:pixel_bytes

129             unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
143 if (icon->pixel_bytes != 1) {
154 unsigned char* dst_p = gr_draw->data + y*gr_draw->row_bytes + x*gr_draw->pixel_bytes;
184 px += gr_draw->row_bytes - (gr_draw->width * gr_draw->pixel_bytes);
199 unsigned char* p = gr_draw->data + y1 * gr_draw->row_bytes + x1 * gr_draw->pixel_bytes;
233 if (gr_draw->pixel_bytes != source->pixel_bytes) {
243 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes;
244 unsigned char* dst_p = gr_draw->data + dy*gr_draw->row_bytes + dx*gr_draw->pixel_bytes;
248 memcpy(dst_p, src_p, w * source->pixel_bytes);
287 gr_font->texture->pixel_bytes = 1;