/ohos5.0/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_scanline.h | 47 RenderBase& renBase, const Rgba8T& color); 64 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen); 68 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2); 88 GeometryScanline& scanline1, GeometryScanline& scanline2, RenderBase& renBase, 92 SpanBase& spanGen1, RenderBase& renBase, FillBase& alloc, int32_t& y1); 96 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1); 98 void BlendSourceOutWhile(int32_t y1, GeometryScanline& scanline1, RenderBase& renBase, 102 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1); 111 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2); 114 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1); [all …]
|
H A D | render_base.cpp | 25 void RenderBase::Attach(RenderPixfmtRgbaBlend& ren) in Attach() 31 bool RenderBase::ClipBox(int32_t x1, int32_t y1, int32_t x2, int32_t y2) in ClipBox() 43 void RenderBase::ResetClipping(bool visibility) in ResetClipping() 52 void RenderBase::ClipBoxNaked(int32_t x1, int32_t y1, int32_t x2, int32_t y2) in ClipBoxNaked() 57 void RenderBase::Clear(const Rgba8T& color) in Clear() 66 void RenderBase::BlendHLine(int32_t x1, int32_t y, int32_t x2, const Rgba8T& color, uint8_t cover) in BlendHLine() 86 void RenderBase::BlendSolidHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T& color, const uint… in BlendSolidHSpan() 108 void RenderBase::CopyColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors) in CopyColorHSpan() 117 void RenderBase::BlendColorHSpan(int32_t x, int32_t y, int32_t len, const Rgba8T* colors, const uin… in BlendColorHSpan() 126 bool RenderBase::ColorHSpanHandler(int32_t& x, const int32_t& y, int32_t& len, const Rgba8T*& color… in ColorHSpanHandler()
|
H A D | render_base.h | 31 class RenderBase { 33 RenderBase() : pixfmtType_(nullptr), clipBox_(1, 1, 0, 0) {} in RenderBase() function 35 explicit RenderBase(RenderPixfmtRgbaBlend& ren) in RenderBase() function
|
H A D | render_scanline.cpp | 26 RenderBase& renBase, const Rgba8T& color) in RenderScanlinesAntiAliasSolid() 54 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen) in RenderScanlinesAntiAlias() 89 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendScanLine() 224 GeometryScanline& scanline1, GeometryScanline& scanline2, RenderBase& renBase, in BlendSourceIn() 249 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOut() 333 void BlendSourceOutWhile(int32_t y1, GeometryScanline& scanline1, RenderBase& renBase, in BlendSourceOutWhile() 354 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendSourceOutDrawResetRaster() 380 RenderBase &renBase, in BlendSourceOver() 391 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1, SpanBase& spanGen2) in BlendXOR() 498 RenderBase& renBase, FillBase& alloc, SpanBase& spanGen1) in BlendXORDrawResetRaster() [all …]
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_canvas.cpp | 27 void RenderSolid(const Paint& paint, RasterizerScanlineAntialias& rasterizer, RenderBase& renBase, … in RenderSolid() 64 RenderBase renBase(pixFormat); in DoRender() 115 RenderBase renBase(pixFormat); in DoDrawShadow() 203 RenderBase& renBase, in RenderGradient() 211 RenderBase m_renBaseComp(pixFormatComp); in RenderGradient() 276 RenderBase& renBase, in RenderPattern()
|
H A D | draw_canvas.h | 46 class RenderBase; variable 88 RenderBase& renBase, 126 RenderBase& renBase,
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_canvas.h | 59 class RenderBase; variable 446 RenderBase& renBase,
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_canvas.cpp | 41 RenderBase& renBase, 906 RenderBase& renBase, in OnBlendDrawPattern() 933 RenderBase& renBase, in OnBlendDrawGradient() 991 RenderBase renBase(pixFormat); in OnBlendDraw() 1601 RenderBase& renBase, in BlendRaster()
|