Home
last modified time | relevance | path

Searched refs:TransAffine (Results 1 - 11 of 11) sorted by relevance

/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
H A Dtrans_affine.h30 class TransAffine : public Matrix3<float> { class
37 TransAffine() : Matrix3<float>() {} in TransAffine() function in OHOS::TransAffine
43 TransAffine(float v0, float v1, float v2, float v3, float v4, float v5) in TransAffine() function in OHOS::TransAffine
50 TransAffine(float x1, float y1, float x2, float y2, const float* parl) in TransAffine() function in OHOS::TransAffine
68 const TransAffine& RectToParl(float x1, float y1,
73 * @brief reset TransAffine
77 const TransAffine& Reset();
86 const TransAffine& Translate(float x, float y);
93 const TransAffine& Rotate(float angle);
100 const TransAffine
[all...]
/foundation/graphic/graphic_utils_lite/frameworks/
H A Dtrans_affine.cpp18 const TransAffine& TransAffine::RectToParl(float x1, float y1, in RectToParl()
29 Multiply(TransAffine(parl[2] - parl[0], parl[3] - parl[1], in RectToParl()
35 const TransAffine& TransAffine::Multiply(const TransAffine& metrix) in Multiply()
49 const TransAffine& TransAffine::Invert() in Invert()
66 const TransAffine& TransAffine
[all...]
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_canvas.h71 TransAffine& transform,
78 TransAffine& transform,
87 TransAffine& transform,
96 TransAffine& gradientMatrix, in BuildLineGradientMatrix()
97 TransAffine& transform, in BuildLineGradientMatrix()
103 gradientMatrix *= TransAffine::TransAffineRotation(angle); in BuildLineGradientMatrix()
104 gradientMatrix *= TransAffine::TransAffineTranslation(linearPoint.x0, linearPoint.y0); in BuildLineGradientMatrix()
112 TransAffine& gradientMatrix,
113 TransAffine& transform,
H A Ddraw_canvas.cpp52 TransAffine transform; in DoRender()
101 TransAffine transform; in DoDrawShadow()
149 TransAffine& transform, in InitRenderAndTransform()
165 TransAffine& transform, in SetRasterizer()
202 TransAffine& transform, in RenderGradient()
216 TransAffine gradientMatrix; in RenderGradient()
256 TransAffine& gradientMatrix, in BuildRadialGradientMatrix()
257 TransAffine& transform, in BuildRadialGradientMatrix()
263 gradientMatrix *= TransAffine::TransAffineTranslation(radialPoint.x1, radialPoint.y1); in BuildRadialGradientMatrix()
H A Dclip_utils.cpp106 TransAffine transform; in PerformScan()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/spancolorfill/
H A Dfill_interpolator.h78 FillInterpolator(TransAffine& trans) : transType_(&trans) {} in FillInterpolator()
79 FillInterpolator(TransAffine& trans, in FillInterpolator()
85 const TransAffine& GetTransformer() const in GetTransformer()
89 void SetTransformer(TransAffine& trans) in SetTransformer()
135 TransAffine* transType_;
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/depiction/
H A Ddepict_transform.h32 * @template<VertexSource,TransAffine> class DepictTransform
43 * The construction parameters are VertexSource and TransAffine attributes,
48 DepictTransform(VertexSource& source, TransAffine& tr) in DepictTransform()
70 void GetTransformer(TransAffine& tr) in GetTransformer()
78 TransAffine* trans_;
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_bezier_arc.cpp207 TransAffine mtx = TransAffine::TransAffineRotation(angle); in Init()
208 mtx *= TransAffine::TransAffineTranslation(cx, cy); in Init()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/common/
H A Dpaint.h704 TransAffine GetTransAffine() const in GetTransAffine()
781 TransAffine transfrom_; // matrix.
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_canvas.cpp907 TransAffine& transform, in OnBlendDrawPattern()
934 TransAffine& transform, in OnBlendDrawGradient()
939 TransAffine gradientMatrix; in OnBlendDrawGradient()
970 TransAffine transform; in OnBlendDraw()
1602 TransAffine& transform, in BlendRaster()
1607 TransAffine gradientMatrixBlend; in BlendRaster()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_canvas.h447 TransAffine& transform,

Completed in 9 milliseconds