Home
last modified time | relevance | path

Searched refs:fY (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_path.cpp42 path_->MoveTo(p.fX, p.fY); in MoveTo()
49 RSPoint pointL(p1.fX, p1.fY); in QuadTo()
50 RSPoint pointR(p2.fX, p2.fY); in QuadTo()
60 path_->LineTo(p.fX, p.fY); in LineTo()
H A Dtexgine_path.h35 float fY; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dskia_decoration_painter.cpp282 firstPoint.fY = size.height() - secondPoint.y(); in CreateLinearGradient()
372 point.fY = 0.0f; in DirectionToPoint()
374 point.fY = size.height(); in DirectionToPoint()
487 center.fY = static_cast<float>( in GetCenter()
542 auto dy1 = static_cast<float>(std::fabs(center.fY)); in RadiusToSide()
544 auto dy2 = static_cast<float>(std::fabs(center.fY - size.height())); in RadiusToSide()
563 float a = sqrtf(p.fX * p.fX + p.fY * p.fY * ratio * ratio); in EllipseRadius()
623 matrix.preRotate(rotation_, center_.fX, center_.fY);
634 center_.fX, center_.fY,
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.cpp452 return Offset(position.fX, position.fY); in GetPathOffset()
662 SkRSXform rsxForm = SkRSXform::Make(tangent.fX, tangent.fY, position.fX, position.fY); in UpdateTextPath()
666 canvas->rotate(pathDrawInfo.rotate, position.fX, position.fY); in UpdateTextPath()
H A Drosen_decoration_painter.cpp319 firstPoint.fY = size.height() - secondPoint.y(); in CreateLinearGradient()
496 point.fY = 0.0f; in DirectionToPoint()
498 point.fY = size.height(); in DirectionToPoint()
696 center.fY = in GetCenter()
819 auto dy1 = static_cast<float>(std::fabs(center.fY)); in RadiusToSide()
821 auto dy2 = static_cast<float>(std::fabs(center.fY - size.height())); in RadiusToSide()
859 float a = sqrtf(p.fX * p.fX + p.fY * p.fY * ratio * ratio); in EllipseRadius()
977 matrix.preRotate(rotation_, center_.fX, center_.fY);
989 center_.fX, center_.fY,
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drosen_render_loading_progress.cpp189 dst.SetY(point.fY); in RotateCalculate()
/foundation/arkui/ace_engine/frameworks/core/components/track/
H A Drosen_render_linear_track.cpp45 const SkPoint gradientPoints[2] = { { pts.fX - scanLeftOffset, pts.fY }, { pts.fX + scanRightOffset, pts.fY } }; in BlendSkShader()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp497 skiaCubics[i].fY = cubics[i].GetY(); in DrawPatch()
516 skiaTexCoords[i].fY = texCoords[i].GetY(); in DrawPatch()
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.cpp538 txtShadow.offset.fY = static_cast<SkScalar>(spanShadow.GetOffset().GetY()); in ConvertTxtStyle()
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp842 Rect(rect.left(), rect.top(), rect.width(), rect.height()), radius.fX, radius.fY);
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp2275 txtShadow.offset.fY = shadow_.GetOffset().GetY(); in UpdateOffParagraph()
H A Drosen_render_custom_paint.cpp2061 txtShadow.offset.fY = shadow_.GetOffset().GetY(); in UpdateParagraph()

Completed in 24 milliseconds