Lines Matching refs:PICT_FORMAT_B
355 PICT_FORMAT_B(format));
359 PICT_FORMAT_B(format));
362 pFormats[f].direct.green = PICT_FORMAT_B(format);
364 pFormats[f].direct.blueMask = Mask(PICT_FORMAT_B(format));
373 pFormats[f].direct.alpha = (PICT_FORMAT_B(format) +
377 pFormats[f].direct.blueMask = Mask(PICT_FORMAT_B(format));
391 pFormats[f].direct.blueMask = Mask(PICT_FORMAT_B(format));
392 pFormats[f].direct.blue = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format));
395 pFormats[f].direct.green = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -
399 pFormats[f].direct.red = (PICT_FORMAT_BPP(format) - PICT_FORMAT_B(format) -