OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARGB_READ
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/skin/
argb.h
214
#define
ARGB_READ
(x,p) ARGB_UNPACK(x,*(uint32_t*)(p))
282
ARGB_READ
(spix,s);
376
ARGB_READ
(spix,src);
381
ARGB_READ
(spix,src + 4);
385
ARGB_READ
(spix,src + 8);
396
ARGB_READ
(spix,src + off);
401
ARGB_READ
(spix,src + off + 4);
404
ARGB_READ
(spix,src + off + 8);
417
ARGB_READ
(spix,src + off);
422
ARGB_READ
(spix,src + off + 4)
[
all
...]
surface.c
468
ARGB_READ
(dst_c,dst);
492
ARGB_READ
(dst_c,dst);
547
ARGB_READ
(s,src);
550
ARGB_READ
(d,dst);
571
ARGB_READ
(d,dst);
574
ARGB_READ
(s,src);
Completed in 28 milliseconds