Searched refs:anchor_point (Results 1 – 4 of 4) sorted by relevance
164 SkV3 TransformAdapter3D::anchor_point() const { in anchor_point() function in skottie::internal::TransformAdapter3D178 const auto anchor_point = this->anchor_point(), in totalMatrix() local188 * SkM44::Translate(-anchor_point.x, -anchor_point.y, -anchor_point.z); in totalMatrix()
84 SkV3 anchor_point() const;
99 const auto ap = this->anchor_point(); in poi()
472 const auto anchor_point = this->fragmentAnchorPoint(rec, grouping_alignment, grouping_span); in pushPropsToFragment() local475 SkM44::Translate(props.position.x + rec.fOrigin.x() + anchor_point.x, in pushPropsToFragment()476 props.position.y + rec.fOrigin.y() + anchor_point.y, in pushPropsToFragment()482 * SkM44::Translate(-anchor_point.x, -anchor_point.y, 0)); in pushPropsToFragment()