Lines Matching refs:DrawUtils
74 DrawUtils* DrawUtils::GetInstance()
76 static DrawUtils instance;
80 void DrawUtils::DrawColorAreaBySides(BufferInfo& gfxDstBuffer,
87 DrawUtils::GetInstance()->DrawColorArea(gfxDstBuffer, area, mask, color, opa);
90 void DrawUtils::DrawColorArea(BufferInfo& gfxDstBuffer,
108 uint8_t DrawUtils::GetPxSizeByColorMode(uint8_t colorMode)
139 uint8_t DrawUtils::GetByteSizeByColorMode(uint8_t colorMode)
156 void DrawUtils::DrawPixel(BufferInfo& gfxDstBuffer,
176 void DrawUtils::DrawColorLetter(BufferInfo& gfxDstBuffer,
218 uint8_t pxSize = DrawUtils::GetPxSizeByColorMode(gfxDstBuffer.mode);
222 void DrawUtils::DrawNormalLetter(BufferInfo& gfxDstBuffer,
293 void DrawUtils::DrawLetter(BufferInfo& gfxDstBuffer,
378 void DrawUtils::DrawImage(BufferInfo& gfxDstBuffer,
417 void DrawUtils::FillAreaWithSoftWare(BufferInfo& gfxDstBuffer,
463 GRAPHIC_LOGE("DrawUtils::FillAreaWithSoftWare memcpy failed!\n");
509 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
516 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
522 void DrawUtils::BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t srcCover)
528 void DrawUtils::BlendLerpPix(uint8_t* dstColors, uint8_t* srcColors, uint8_t* srcCovers)
534 void DrawUtils::BlendLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
541 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue,
548 void DrawUtils::BlendPreLerpPix(uint8_t* color, uint8_t red, uint8_t green, uint8_t blue, uint8_t alpha)
553 void DrawUtils::BlendPreLerpPix(uint8_t *dstColors, uint8_t *srcColors, uint8_t srcCover)
559 void DrawUtils::BlendPreLerpPix(uint8_t *dstColors, uint8_t *srcColors, uint8_t *srcCovers)
565 void DrawUtils::BlendPreLerpPix(uint8_t *color, uint8_t red, uint8_t green, uint8_t blue,
573 void DrawUtils::BlendWithSoftWare(const uint8_t* src1,
621 void DrawUtils::SetDestAndSrc(ColorMode& srcMode, ColorMode& destMode, uint32_t height, uint8_t* src,
651 void DrawUtils::GetXAxisErrForJunctionLine(bool ignoreJunctionPoint,
667 void DrawUtils::GetTransformInitState(const TransformMap& transMap,
695 inline void DrawUtils::StepToNextLine(TriangleEdge& edge1, TriangleEdge& edge2)
710 void DrawUtils::DrawTriangleAlphaBilinear(const TriangleScanInfo& in, const ColorMode bufferMode)
810 void DrawUtils::DrawTriangleTrueColorBilinear565(const TriangleScanInfo& in, const ColorMode bufferMode)
930 void DrawUtils::DrawTriangleTrueColorBilinear888(const TriangleScanInfo& in, const ColorMode bufferMode)
1321 void DrawUtils::Draw3DTriangleTrueColorBilinear8888(const TriangleScanInfo& in, const ColorMode bufferMode)
1459 void DrawUtils::DrawTriangleTrueColorBilinear8888(const TriangleScanInfo& in, const ColorMode bufferMode)
1522 void DrawUtils::DrawTriangleTrueColorNearest(const TriangleScanInfo& in, const ColorMode bufferMode)
1631 void DrawUtils::DrawTriangleTransformPart(BufferInfo& gfxDstBuffer, const TrianglePartInfo& part)
1667 void DrawUtils::SetFucInfo(BufferInfo& gfxDstBuffer, const TrianglePartInfo& part,
1717 void DrawUtils::DrawTriangleTransform(BufferInfo& gfxDstBuffer,
1767 void DrawUtils::SetPartEdge(BufferInfo& gfxDstBuffer, const TriangleTransformDataInfo& triangleInfo,
1798 void DrawUtils::AddBorderToImageData(TransformDataInfo& newDataInfo, ImageInfo& imageinfo)
1849 void DrawUtils::UpdateTransMap(int16_t width, int16_t height, TransformMap& transMap)
1886 void DrawUtils::DrawTransform(BufferInfo& gfxDstBuffer,
1969 OpacityType DrawUtils::GetPxAlphaForAlphaImg(const TransformDataInfo& dataInfo, const Point& point)
2008 void DrawUtils::DrawTranspantArea(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& mask)
2013 void DrawUtils::DrawWithBuffer(BufferInfo& gfxDstBuffer, const Rect& rect, const Rect& mask, const ColorType* colorBuf)
2018 void DrawUtils::FillArea(BufferInfo& gfxDstBuffer,
2066 void DrawUtils::DrawAdjPixelInLine(BufferInfo& gfxDstBuffer,
2092 void DrawUtils::DrawPixelInLine(BufferInfo& gfxDstBuffer,
2110 void DrawUtils::DrawVerPixelInLine(BufferInfo& gfxDstBuffer,
2149 void DrawUtils::DrawHorPixelInLine(BufferInfo& gfxDstBuffer,