Searched refs:fCenterY (Results 1 – 2 of 2) sorted by relevance
136 float fCenterY = (rcAnnot.top + rcAnnot.bottom) / 2.0f; in GenerateResults() local137 if (fCenterY > rcLeftTop.bottom && fCenterY < rcLeftTop.top) in GenerateResults()
163 float fCenterY = (top + bottom) / 2.0f; in GetCenterSquare() local164 return CFX_FloatRect(fCenterX - fHalfWidth, fCenterY - fHalfWidth, in GetCenterSquare()165 fCenterX + fHalfWidth, fCenterY + fHalfWidth); in GetCenterSquare()