Searched refs:PIX_STEP (Results 1 – 2 of 2) sorted by relevance
30 const uint8_t PIX_STEP = 4; variable170 return reinterpret_cast<PixelColorType*>((colors + PIX_STEP)); in Next()181 return reinterpret_cast<const PixelColorType*>(colors + PIX_STEP); in Next()192 return reinterpret_cast<PixelColorType*>(colors + pixelIndex * PIX_STEP); in Advance()203 return reinterpret_cast<const PixelColorType*>(colors + pixelIndex * PIX_STEP); in Advance()209 const uint8_t PIX_WIDTH = sizeof(uint8_t) * PIX_STEP;288 return rBuf_->GetRowPtr(y) + sizeof(uint8_t) * (x * PIX_STEP); in PixPtr()293 return rBuf_->GetRowPtr(y) + sizeof(uint8_t) * (x * PIX_STEP); in PixPtr()304 … return reinterpret_cast<PixelColorType*>(rBuf_->GetRowPtr(y) + sizeof(uint8_t) * (x * PIX_STEP)); in PixValuePtr()316 …ixelPtr ? reinterpret_cast<PixelColorType*>(pixelPtr + sizeof(uint8_t) * (x * PIX_STEP)) : nullptr; in PixValuePtr()
39 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyHLine()62 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendHLine()101 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendSolidHSpan()146 int16_t step = NEON_STEP_8 * PIX_STEP; in CopyColorHSpan()185 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendColorHSpan()208 int16_t step = NEON_STEP_8 * PIX_STEP; in BlendColorHSpan()