Home
last modified time | relevance | path

Searched defs:src_p (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dbuild_image.py574 def copy_prop(src_p, dest_p): argument
861 def copy_prop(src_p, dest_p): argument
/aosp12/bootable/recovery/minui/
H A Dgraphics.cpp141 static void TextBlend(const uint8_t* src_p, int src_row_bytes, uint32_t* dst_p, int dst_row_pixels, in TextBlend()
179 const uint8_t* src_p = font->texture->data() + ((ch - ' ') * font->char_width) + in gr_text() local
204 const uint8_t* src_p = icon->data(); in gr_texticon() local
291 const uint8_t* src_p = source->data() + sy * source->row_bytes + sx * source->pixel_bytes; in gr_blit() local