Searched refs:GetRowPtr (Results 1 – 2 of 2) sorted by relevance
106 uint8_t* GetRowPtr(int32_t y) in GetRowPtr() function114 const uint8_t* GetRowPtr(int32_t y) const in GetRowPtr() function124 return RowData(0, width_ - 1, GetRowPtr(y)); in GetRow()
259 virtual inline uint8_t* GetRowPtr(int32_t y) in GetRowPtr() function261 return rBuf_->GetRowPtr(y); in GetRowPtr()270 virtual inline const uint8_t* GetRowPtr(int32_t y) const in GetRowPtr() function272 return rBuf_->GetRowPtr(y); in GetRowPtr()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()315 uint8_t* pixelPtr = rBuf_->GetRowPtr(y); in PixValuePtr()