Home | History | Annotate | Download | only in source

Lines Matching refs:SetPlane

922 void SetPlane(uint8* dst_y, int dst_stride_y,
969 SetPlane(start_y, dst_stride_y, width, height, value_y);
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);