Searched defs:yValues (Results 1 – 2 of 2) sorted by relevance
40 Vector<float> yValues; member61 Vector<float>& yValues() { return m_positioningLists.yValues; } in yValues() function62 const Vector<float>& yValues() const { return m_positioningLists.yValues; } in yValues() function
484 Vector<float>& yValues = logicalAttributes.yValues(); in layoutTextOnLineOrPath() local