Searched refs:DrawHorLine (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.cpp | 114 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 D | draw_arc.cpp | 68 void DrawArc::DrawHorLine(BufferInfo& gfxDstBuffer, in DrawHorLine() function in OHOS::DrawArc 214 … DrawHorLine(gfxDstBuffer, arcInfo.center, arcInfo.imgPos, mask, 0, style, opa, arcInfo.imgSrc); in DrawAxisLine() 219 …DrawHorLine(gfxDstBuffer, Point { static_cast<int16_t>(arcInfo.center.x - outRadius), arcInfo.cent… in DrawAxisLine() 224 …DrawHorLine(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() 377 …DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti() 382 …DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti() 387 …DrawHorLine(gfxDstBuffer, Point { startX, starty }, arcInfo.imgPos, mask, 0, style, antiOpa, arcIn… in DrawPointAnti() [all …]
|
H A D | clip_utils.h | 70 void DrawHorLine(int16_t x, int16_t y, int16_t width, uint8_t opa, const ImageInfo* imageInfo);
|
H A D | draw_arc.h | 93 void DrawHorLine(BufferInfo& gfxDstBuffer,
|