Home | History | Annotate | Download | only in hwc

Lines Matching refs:solid_fill_params_

174   uint32_t solid_fill_color = Get8BitsARGBColorValue(solid_fill_params_);
275 INT(solid_fill_params_.rect.x),
276 INT(solid_fill_params_.rect.y),
277 solid_fill_params_.rect.x + INT(solid_fill_params_.rect.width),
278 solid_fill_params_.rect.y + INT(solid_fill_params_.rect.height),
283 layer.sourceCropf.left = solid_fill_params_.rect.x;
284 layer.sourceCropf.top = solid_fill_params_.rect.y;
285 layer.sourceCropf.right = UINT32(solid_fill_params_.rect.x) + solid_fill_params_.rect.width;
286 layer.sourceCropf.bottom = UINT32(solid_fill_params_.rect.y) + solid_fill_params_.rect.height;
322 solid_fill_params_ = *reinterpret_cast<const PPColorFillParams *>(params);
324 solid_fill_params_ = PPColorFillParams();