Lines Matching defs:covers
86 void RenderBase::BlendSolidHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T& color, const uint8_t* covers)
96 covers += GetXMin() - x;
105 pixfmtType_->BlendSolidHSpan(x, y, len, color, covers);
110 const uint8_t* covers = nullptr;
111 if (!ColorHSpanHandler(x, y, len, colors, covers)) {
117 void RenderBase::BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uint8_t* covers,
120 if (!ColorHSpanHandler(x, y, len, colors, covers)) {
123 pixfmtType_->BlendColorHSpan(x, y, len, colors, covers, cover);
127 const uint8_t*& covers) const
138 if (covers) {
139 covers += d;