H A D | draw_arc.cpp | 29 const Point& imgPos, in DrawImg() 43 cordsTmp.SetPosition(imgPos.x, imgPos.y); in DrawImg() 53 const Point& imgPos, in DrawVerLine() 62 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawVerLine() 70 const Point& imgPos, in DrawHorLine() 79 DrawImg(gfxDstBuffer, imgPos, rect, mask, style, opaScale, image); in DrawHorLine() 214 DrawHorLine(gfxDstBuffer, arcInfo.center, arcInfo.imgPos, mask, 0, style, opa, arcInfo.imgSrc); in DrawAxisLine() 220 arcInfo.imgPos, mask, lineWidth, style, opa, arcInfo.imgSrc); in DrawAxisLine() 225 arcInfo.imgPos, mas in DrawAxisLine() 28 DrawImg(BufferInfo& gfxDstBuffer, const Point& imgPos, Rect& area, const Rect& invalidatedArea, const Style& style, uint8_t opaScale, const Image* image) DrawImg() argument 51 DrawVerLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawVerLine() argument 68 DrawHorLine(BufferInfo& gfxDstBuffer, const Point& begin, const Point& imgPos, const Rect& mask, int16_t len, const Style& style, uint8_t opaScale, const Image* image) DrawHorLine() argument [all...] |