Home
last modified time | relevance | path

Searched refs:PICT_FORMAT_R (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c316 pFormats[f].direct.alpha = (PICT_FORMAT_R(format) + in PictureCreateDefaultFormats()
320 pFormats[f].direct.redMask = Mask (PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
342 PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
347 PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
351 pFormats[f].direct.green = PICT_FORMAT_R(format); in PictureCreateDefaultFormats()
353 pFormats[f].direct.redMask = Mask (PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
372 pFormats[f].direct.redMask = Mask (PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
376 PICT_FORMAT_G(format) - PICT_FORMAT_R(format)); in PictureCreateDefaultFormats()
H A Dpicture.h53 #define PICT_FORMAT_R(f) PIXMAN_FORMAT_R(f) macro
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c157 rbits = PICT_FORMAT_R(pFormat->format); in exaGetPixelFromRGBA()
189 rbits = PICT_FORMAT_R(format); in exaGetRGBAFromPixel()
913 PICT_FORMAT_R(pSrc->format), in exaComposite()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_utils.h592 rbits = PICT_FORMAT_R(format); in glamor_get_rgba_from_pixel()
H A Dglamor_render.c1450 PICT_FORMAT_R(source->format), in glamor_composite_clipped_region()