Searched refs:referencePointX (Results 1 – 2 of 2) sorted by relevance
196 const int keyId, const int referencePointX, const bool isGeometric) const { in getKeyCenterXOfKeyIdG() argument203 if (referencePointX != NOT_A_COORDINATE in getKeyCenterXOfKeyIdG()208 if (referencePointX < centerX - keyWidthHalfDiff) { in getKeyCenterXOfKeyIdG()210 } else if (referencePointX > centerX + keyWidthHalfDiff) { in getKeyCenterXOfKeyIdG()213 centerX = referencePointX; in getKeyCenterXOfKeyIdG()
68 const int keyId, const int referencePointX, const bool isGeometric) const;