Searched defs:white_img (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-glyph.c512 pixman_image_t *white_img = NULL; local
558 if (!white_img)
562 if (!(white_img = pixman_image_create_solid_fill (&white)))
565 _pixman_image_validate (white_img);
570 info.src_flags = white_img->common.flags;
572 info.src_image = white_img;
613 if (white_img)
614 pixman_image_unref (white_img);

Completed in 75 milliseconds