Searched refs:solidfill (Results 1 – 3 of 3) sorted by relevance
1024 sde_drm::DRMSolidfillStage solidfill; in AddSolidfillStage() local1030 solidfill.plane_alpha = plane_alpha; in AddSolidfillStage()1031 solidfill.z_order = sf.z_order; in AddSolidfillStage()1033 solidfill.color_bit_depth = 8; in AddSolidfillStage()1036 solidfill.green = (0xff00 & sf.color) >> 8; in AddSolidfillStage()1037 solidfill.blue = 0xff & sf.color; in AddSolidfillStage()1040 solidfill.alpha = sf.solid_fill_info.alpha; in AddSolidfillStage()1041 solidfill.red = sf.solid_fill_info.red; in AddSolidfillStage()1043 solidfill.blue = sf.solid_fill_info.blue; in AddSolidfillStage()1045 solid_fills_.push_back(solidfill); in AddSolidfillStage()[all …]
1250 sde_drm::DRMSolidfillStage solidfill; in AddSolidfillStage() local1256 solidfill.plane_alpha = plane_alpha; in AddSolidfillStage()1257 solidfill.z_order = sf.z_order; in AddSolidfillStage()1259 solidfill.color_bit_depth = 8; in AddSolidfillStage()1262 solidfill.green = (0xff00 & sf.color) >> 8; in AddSolidfillStage()1263 solidfill.blue = 0xff & sf.color; in AddSolidfillStage()1266 solidfill.alpha = sf.solid_fill_info.alpha; in AddSolidfillStage()1267 solidfill.red = sf.solid_fill_info.red; in AddSolidfillStage()1269 solidfill.blue = sf.solid_fill_info.blue; in AddSolidfillStage()1271 solid_fills_.push_back(solidfill); in AddSolidfillStage()[all …]
1424 sde_drm::DRMSolidfillStage solidfill; in AddSolidfillStage() local1430 solidfill.plane_alpha = plane_alpha; in AddSolidfillStage()1431 solidfill.z_order = sf.z_order; in AddSolidfillStage()1433 solidfill.color_bit_depth = 8; in AddSolidfillStage()1436 solidfill.green = (0xff00 & sf.color) >> 8; in AddSolidfillStage()1437 solidfill.blue = 0xff & sf.color; in AddSolidfillStage()1440 solidfill.alpha = sf.solid_fill_info.alpha; in AddSolidfillStage()1441 solidfill.red = sf.solid_fill_info.red; in AddSolidfillStage()1443 solidfill.blue = sf.solid_fill_info.blue; in AddSolidfillStage()1445 solid_fills_.push_back(solidfill); in AddSolidfillStage()[all …]