Home
last modified time | relevance | path

Searched refs:fAnchorPoint (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp33 SG_ATTRIBUTE(AnchorPoint , SkV2 , fAnchorPoint )
47 return SkMatrix::Translate(t * fPosition.x + fAnchorPoint.x, in instanceTransform()
48 t * fPosition.y + fAnchorPoint.y) in instanceTransform()
52 * SkMatrix::Translate(-fAnchorPoint.x, in instanceTransform()
53 -fAnchorPoint.y); in instanceTransform()
107 SkV2 fAnchorPoint = {0,0}, member in skottie::internal::__anonaed11e4b0111::RepeaterRenderNode
128 this->bind(abuilder, jtransform["a" ], fAnchorPoint); in RepeaterAdapter()
141 this->node()->setAnchorPoint(fAnchorPoint); in onSync()
154 Vec2Value fAnchorPoint = { 0, 0 }, member in skottie::internal::__anonaed11e4b0111::RepeaterAdapter
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/standard/
H A DCreationTool.java33 private Point fAnchorPoint; field in CreationTool
74 fAnchorPoint = new Point(x,y); in mouseDown()
76 fCreatedFigure.displayBox(fAnchorPoint, fAnchorPoint); in mouseDown()
93 fCreatedFigure.displayBox(fAnchorPoint, new Point(x,y)); in mouseDrag()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/src/
H A DTransform.cpp27 this->bind(abuilder, janchor_point, fAnchorPoint); in TransformAdapter2D()
48 * SkMatrix::Translate(-fAnchorPoint.x, -fAnchorPoint.y); in totalMatrix()
52 return { fAnchorPoint.x, fAnchorPoint.y }; in getAnchorPoint()
56 fAnchorPoint = { ap.x(), ap.y() }; in setAnchorPoint()
131 this->bind(abuilder, jtransform["a"], fAnchorPoint); in TransformAdapter3D()
150 return fAnchorPoint; in anchor_point()
H A DSkottieProperty.cpp41 return this->fAnchorPoint == other.fAnchorPoint in operator ==()
110 fNode->setAnchorPoint(t.fAnchorPoint); in set()
H A DTransform.h65 Vec2Value fAnchorPoint = { 0, 0 }, variable
91 VectorValue fAnchorPoint, variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DRepeater.cpp35 this->bind(abuilder, jtransform["a" ], fAnchorPoint); in RepeaterAdapter()
52 SkMatrix m = SkMatrix::MakeTrans(-fAnchorPoint.x, in onSync()
53 -fAnchorPoint.y); in onSync()
57 m.postTranslate(t * fPosition.x + fAnchorPoint.x, in onSync()
58 t * fPosition.y + fAnchorPoint.y); in onSync()
84 Vec2Value fAnchorPoint = { 0, 0 }, member in skottie::internal::__anon8edcd2460111::RepeaterAdapter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/src/
H A DTransform.cpp26 this->bind(abuilder, janchor_point, fAnchorPoint); in TransformAdapter2D()
41 SkMatrix t = SkMatrix::MakeTrans(-fAnchorPoint.x, -fAnchorPoint.y); in totalMatrix()
52 return { fAnchorPoint.x, fAnchorPoint.y }; in getAnchorPoint()
56 fAnchorPoint = { ap.x(), ap.y() }; in setAnchorPoint()
129 this->bind(abuilder, jtransform["a"], fAnchorPoint); in TransformAdapter3D()
148 return ValueTraits<VectorValue>::As<SkV3>(fAnchorPoint); in anchor_point()
H A DSkottieProperty.cpp38 return this->fAnchorPoint == other.fAnchorPoint in operator ==()
107 fNode->setAnchorPoint(t.fAnchorPoint); in set()
H A DTransform.h64 Vec2Value fAnchorPoint = { 0, 0 }, variable
89 VectorValue fAnchorPoint, variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h55 SkPoint fAnchorPoint, member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skottie/include/
H A DSkottieProperty.h63 SkPoint fAnchorPoint, member