OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:src_p
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/minui/
graphics.c
75
static void text_blend(unsigned char*
src_p
, int src_row_bytes,
81
unsigned char* sx =
src_p
;
103
src_p
+= src_row_bytes;
127
unsigned char*
src_p
= font->texture->data + (off * font->cwidth) +
local
131
text_blend(
src_p
, font->texture->row_bytes,
153
unsigned char*
src_p
= icon->data;
local
156
text_blend(
src_p
, icon->row_bytes,
243
unsigned char*
src_p
= source->data + sy*source->row_bytes + sx*source->pixel_bytes;
local
248
memcpy(dst_p,
src_p
, w * source->pixel_bytes);
249
src_p
+= source->row_bytes
[
all
...]
/build/tools/releasetools/
build_image.py
302
def copy_prop(
src_p
, dest_p):
303
if
src_p
in glob_dict:
304
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 372 milliseconds