Home
last modified time | relevance | path

Searched refs:pixfmtType_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_base.h33 RenderBase() : pixfmtType_(nullptr), clipBox_(1, 1, 0, 0) {} in RenderBase()
36 : pixfmtType_(&ren), clipBox_(0, 0, ren.GetWidth() - 1, ren.GetHeight() - 1) {} in RenderBase()
48 return pixfmtType_->GetWidth(); in GetWidth()
56 return pixfmtType_->GetHeight(); in GetHeight()
198 RenderPixfmtRgbaBlend* pixfmtType_; member in OHOS::RenderBase
H A Drender_base.cpp27 pixfmtType_ = &ren; in Attach()
61 pixfmtType_->CopyHLine(0, y, GetWidth(), color); in Clear()
83 pixfmtType_->BlendHLine(x1, y, x2 - x1 + 1, color, cover); in BlendHLine()
105 pixfmtType_->BlendSolidHSpan(x, y, len, color, covers); in BlendSolidHSpan()
114 pixfmtType_->CopyColorHSpan(x, y, len, colors); in CopyColorHSpan()
123 pixfmtType_->BlendColorHSpan(x, y, len, colors, covers, cover); in BlendColorHSpan()

Completed in 2 milliseconds