Searched defs:anchorPointZ (Results 1 – 3 of 3) sorted by relevance
80 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; } in setAnchorPointZ()81 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
81 void setAnchorPointZ(float anchorPointZ) { m_anchorPointZ = anchorPointZ; setNeedsCommit(); } in setAnchorPointZ()82 float anchorPointZ() const { return m_anchorPointZ; } in anchorPointZ() function
172 float anchorPointZ() { return m_anchorPointZ; } in anchorPointZ() function