OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_pixels
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/android/
java_bitmap.cc
59
void*
dst_pixels
= dst_lock.pixels();
local
60
memcpy(
dst_pixels
, src_pixels, skbitmap->getSize());
79
void*
dst_pixels
= skbitmap.getPixels();
local
81
memcpy(
dst_pixels
, src_pixels, skbitmap.getSize());
/external/libyuv/files/unit_test/
planar_test.cc
[
all
...]
/external/qemu/hw/
goldfish_fb.c
245
uint8_t*
dst_pixels
;
member in struct:__anon25432
281
uint8_t* dst_line = fbs->
dst_pixels
;
492
fbs.
dst_pixels
= dst_line;
/external/qemu/android/skin/
image.c
147
blend_image( unsigned*
dst_pixels
,
153
unsigned* dst =
dst_pixels
;
Completed in 53 milliseconds