Searched refs:NeedsComponent (Results 1 – 4 of 4) sorted by relevance
143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro194 component_alpha = NeedsComponent(pPictFormat->format); in exaRealizeGlyphCaches()723 component_alpha = NeedsComponent(maskFormat->format); in exaGlyphs()
544 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro609 component_alpha = NeedsComponent(maskFormat->format); in miGlyphs()
991 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro1026 component_alpha = NeedsComponent(glyphSet->format->format); in ProcRenderAddGlyphs()
160724 Also move definition of NeedsComponent() closer to where it's used.