HomeSort by relevance Sort by last modified time
    Searched refs:src_p (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minui/
graphics.cpp 74 static void text_blend(unsigned char* src_p, int src_row_bytes,
79 unsigned char* sx = src_p;
101 src_p += src_row_bytes;
125 unsigned char* src_p = font->texture->data + ((ch - ' ') * font->cwidth) + local
129 text_blend(src_p, font->texture->row_bytes,
150 unsigned char* src_p = icon->data; local
153 text_blend(src_p, icon->row_bytes,
245 unsigned char* src_p = source->data + sy*source->row_bytes + sx*source->pixel_bytes; local
250 memcpy(dst_p, src_p, w * source->pixel_bytes);
251 src_p += source->row_bytes
    [all...]
  /build/tools/releasetools/
build_image.py 523 def copy_prop(src_p, dest_p):
524 if src_p in glob_dict:
525 d[dest_p] = str(glob_dict[src_p])
  /external/svox/pico/lib/
picoos.c 1369 two_byte_t * src_p = (two_byte_t *) (src + (srcShortStartInd * 2)); local
1385 picoos_int16 * src_p = src + srcStartInd; local
    [all...]

Completed in 320 milliseconds