Home
last modified time | relevance | path

Searched refs:NeedsComponent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
194 component_alpha = NeedsComponent(pPictFormat->format); in exaRealizeGlyphCaches()
723 component_alpha = NeedsComponent(maskFormat->format); in exaGlyphs()
/OK3568_Linux_fs/external/xserver/render/
H A Dglyph.c544 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
609 component_alpha = NeedsComponent(maskFormat->format); in miGlyphs()
H A Drender.c991 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
1026 component_alpha = NeedsComponent(glyphSet->format->format); in ProcRenderAddGlyphs()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog160724 Also move definition of NeedsComponent() closer to where it's used.