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

/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Duxa-glyphs.c105 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
180 component_alpha = NeedsComponent(pPictFormat->format);
486 component_alpha = NeedsComponent(maskFormat->format);
789 component_alpha = NeedsComponent(maskFormat->format);
992 if (NeedsComponent(list[0].format->format)) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Duxa-glyphs.c105 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
180 component_alpha = NeedsComponent(pPictFormat->format);
486 component_alpha = NeedsComponent(maskFormat->format);
789 component_alpha = NeedsComponent(maskFormat->format);
992 if (NeedsComponent(list[0].format->format)) {
/xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
H A Duxa-glyphs.c106 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
170 component_alpha = NeedsComponent(pPictFormat->format);
472 component_alpha = NeedsComponent(maskFormat->format);
940 component_alpha = NeedsComponent(maskFormat->format);
1072 if (NeedsComponent(list[0].format->format)) {
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c587 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
660 component_alpha = NeedsComponent(maskFormat->format);
H A Drender.c1030 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
1064 component_alpha = NeedsComponent (glyphSet->format->format);
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c543 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
608 component_alpha = NeedsComponent(maskFormat->format);
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);
/xsrc/external/mit/xf86-video-intel-old/dist/uxa/
H A Duxa-glyphs.c143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
196 component_alpha = NeedsComponent(pPictFormat->format);
793 component_alpha = NeedsComponent(maskFormat->format);
/xsrc/external/mit/xorg-server.old/dist/exa/
H A Dexa_glyphs.c139 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
192 component_alpha = NeedsComponent(pPictFormat->format);
742 component_alpha = NeedsComponent(maskFormat->format);
/xsrc/external/mit/xorg-server/dist/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);
723 component_alpha = NeedsComponent(maskFormat->format);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_glyphs.c135 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
254 component_alpha = NeedsComponent(pPictFormat->format);
1162 component_alpha = NeedsComponent(format->format);
1853 NeedsComponent(mask_format->format)));
1861 if (NeedsComponent(mask_format->format))
2283 component_alpha = NeedsComponent(format->format);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_glyphs.c135 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0) macro
254 component_alpha = NeedsComponent(pPictFormat->format);
1165 component_alpha = NeedsComponent(format->format);
1819 NeedsComponent(mask_format->format)));
1827 if (NeedsComponent(mask_format->format))
2255 component_alpha = NeedsComponent(format->format);

Completed in 28 milliseconds