Home
last modified time | relevance | path

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

/foundation/arkui/ui_lite/frameworks/render/
H A Drender_pixfmt_rgba_blend.cpp19 bool RenderPixfmtRgbaBlend::Attach(RenderPixfmtRgbaBlend& pixf, int32_t x1, int32_t y1, int32_t x2, int32_t y2) in Attach() argument
22 if (r.Intersect(r, Rect32(0, 0, pixf.GetWidth() - 1, pixf.GetHeight() - 1))) { in Attach()
23 int32_t stride = pixf.GetStride(); in Attach()
24 rBuf_->Attach(pixf.PixPtr(r.GetLeft(), stride < 0 ? r.GetBottom() : r.GetTop()), in Attach()
H A Drender_pixfmt_rgba_blend.h224 bool Attach(RenderPixfmtRgbaBlend& pixf, int32_t x1, int32_t y1, int32_t x2, int32_t y2);

Completed in 2 milliseconds