Home
last modified time | relevance | path

Searched refs:DrawHorLine (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.cpp114 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo); in PerformScan()
126 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo); in PerformScan()
141 DrawHorLine(index, y, x - index - 1, OPA_TRANSPARENT, imageInfo); in PerformScan()
151 DrawHorLine(index, y, imageInfo->header.width - index, OPA_TRANSPARENT, imageInfo); in PerformScan()
155 DrawHorLine(0, i, imageInfo->header.width, OPA_TRANSPARENT, imageInfo); in PerformScan()
179 void ClipUtils::DrawHorLine(int16_t x, int16_t y, int16_t width, uint8_t opa, const ImageInfo* imag… in DrawHorLine() function in OHOS::ClipUtils
H A Ddraw_arc.cpp68 void DrawArc::DrawHorLine(BufferInfo& gfxDstBuffer, in DrawHorLine() function in OHOS::DrawArc
214DrawHorLine(gfxDstBuffer, arcInfo.center, arcInfo.imgPos, mask, 0, style, opa, arcInfo.imgSrc); in DrawAxisLine()
219DrawHorLine(gfxDstBuffer, Point { static_cast<int16_t>(arcInfo.center.x - outRadius), arcInfo.cent… in DrawAxisLine()
224DrawHorLine(gfxDstBuffer, Point { static_cast<int16_t>(arcInfo.center.x + inRadius), arcInfo.cente… in DrawAxisLine()
250 DrawHorLine(gfxDstBuffer, in DrawLineWithDegree()
269 DrawHorLine(gfxDstBuffer, in DrawLineWithDegree()
315 DrawHorLine(gfxDstBuffer, in DrawLineWithDegreeInner()
377DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti()
382DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti()
387DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti()
[all …]
H A Dclip_utils.h70 void DrawHorLine(int16_t x, int16_t y, int16_t width, uint8_t opa, const ImageInfo* imageInfo);
H A Ddraw_arc.h93 void DrawHorLine(BufferInfo& gfxDstBuffer,