OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_no_image
(Results
1 - 1
of
1
) sorted by null
/external/qemu/android/skin/
image.c
226
static const SkinImage
_no_image
[1] = {
variable
230
SkinImage* SKIN_IMAGE_NONE = (SkinImage*)&
_no_image
;
235
if (image && image !=
_no_image
)
589
if (image && image !=
_no_image
)
602
if (image !=
_no_image
&& --image->ref_count == 0) {
618
if (source ==
_no_image
|| source->desc.rotation == rotation)
634
if (source == NULL || source ==
_no_image
)
Completed in 485 milliseconds