Searched refs:glyph_flags (Results 1 - 1 of 1) sorted by relevance

/external/pixman/pixman/
H A Dpixman-glyph.c408 uint32_t glyph_flags = 0; local
462 glyph_img->common.flags != glyph_flags)
465 glyph_flags = glyph_img->common.flags;
470 glyph_format, glyph_flags | extra,
484 info.mask_flags = glyph_flags;
505 uint32_t glyph_flags = 0; local
540 glyph_img->common.flags != glyph_flags)
545 glyph_flags = glyph_img->common.flags;
551 info.src_flags = glyph_flags | FAST_PATH_SAMPLES_COVER_CLIP_NEAREST;
571 info.mask_flags = glyph_flags | FAST_PATH_SAMPLES_COVER_CLIP_NEARES
[all...]

Completed in 158 milliseconds