Home
last modified time | relevance | path

Searched refs:anchor_point (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/skottie/src/
DTransform.cpp164 SkV3 TransformAdapter3D::anchor_point() const { in anchor_point() function in skottie::internal::TransformAdapter3D
178 const auto anchor_point = this->anchor_point(), in totalMatrix() local
188 * SkM44::Translate(-anchor_point.x, -anchor_point.y, -anchor_point.z); in totalMatrix()
DTransform.h84 SkV3 anchor_point() const;
DCamera.cpp99 const auto ap = this->anchor_point(); in poi()
/third_party/skia/modules/skottie/tests/
DExpression.cpp259 SkPoint anchor_point = observer->transform_handle_->get().fAnchorPoint; in DEF_TEST() local
260 REPORTER_ASSERT(r, SkScalarNearlyEqual(anchor_point.fX, 0.1f)); in DEF_TEST()
261 REPORTER_ASSERT(r, SkScalarNearlyEqual(anchor_point.fY, 0.2f)); in DEF_TEST()
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp676 const FragmentRec& rec, const SkV2& anchor_point) const { in fragmentMatrix()
678 props.position.x + rec.fOrigin.fX + anchor_point.x, in fragmentMatrix()
679 props.position.y + rec.fOrigin.fY + anchor_point.y, in fragmentMatrix()
711 const auto anchor_point = this->fragmentAnchorPoint(rec, grouping_alignment, grouping_span); in pushPropsToFragment() local
714 this->fragmentMatrix(props, rec, anchor_point) in pushPropsToFragment()
719 * SkM44::Translate(-anchor_point.x, -anchor_point.y, 0)); in pushPropsToFragment()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcea708decoder.c778 guint8 anchor_point = 0; in gst_cea708dec_define_window() local
832 anchor_point = (dtvcc_buffer[index + 3] & 0xF0) >> 4; in gst_cea708dec_define_window()
865 window->anchor_point = anchor_point; in gst_cea708dec_define_window()
900 window->anchor_point, in gst_cea708dec_define_window()
1334 window->anchor_point = 0; in gst_cea708dec_init_window()
Dgstcea708decoder.h386 guint8 anchor_point; member
Dgstceaccoverlay.c1321 switch (window->anchor_point) { in gst_cea_cc_overlay_create_and_push_buffer()
1345 switch (window->anchor_point) { in gst_cea_cc_overlay_create_and_push_buffer()
1376 window->anchor_point, v_anchor, h_anchor, window->image_height, in gst_cea_cc_overlay_create_and_push_buffer()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch21038 + const gfx::PointF anchor_point =
21040 + rwhv_->host()->ShowContextMenuAtPoint(gfx::ToRoundedPoint(anchor_point),
21052 + const gfx::PointF anchor_point =
21054 + rwhv_->host()->ShowContextMenuAtPoint(gfx::ToRoundedPoint(anchor_point),