Searched defs:anchorPoint (Results 1 – 11 of 11) sorted by relevance
38 le_uint16 anchorPoint; member
77 void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; } in setAnchorPoint()78 const FloatPoint& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
78 …void setAnchorPoint(const FloatPoint& anchorPoint) { m_anchorPoint = anchorPoint; setNeedsCommit()… in setAnchorPoint()79 FloatPoint anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
575 FloatPoint anchorPoint = drawLayer->anchorPoint(); in updatePropertiesAndRenderSurfaces() local
426 FloatPoint3D PlatformCALayer::anchorPoint() const function
205 FloatPoint3D anchorPoint; member
348 FloatPoint3D PlatformCALayer::anchorPoint() const in anchorPoint() function in PlatformCALayer
243 const FloatPoint3D& anchorPoint() const { return m_anchorPoint; } in anchorPoint() function
282 FloatPoint3D anchorPoint; member
1187 FloatPoint3D anchorPoint(0.5f, 0.5f, 0); in ensureStructuralLayer() local
1157 WebCore::IntPoint anchorPoint = WebCore::IntPoint(anchorX, anchorY); in setSizeScreenWidthAndScale() local