Home
last modified time | relevance | path

Searched refs:fCenterY (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/
Dcba_annotiterator.cpp132 float fCenterY = (rcAnnot.top + rcAnnot.bottom) / 2.0f; in GenerateResults() local
133 if (fCenterY > rcLeftTop.bottom && fCenterY < rcLeftTop.top) in GenerateResults()
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp144 float fCenterY = (top + bottom) / 2.0f; in GetCenterSquare() local
145 return CFX_FloatRect(fCenterX - fHalfWidth, fCenterY - fHalfWidth, in GetCenterSquare()
146 fCenterX + fHalfWidth, fCenterY + fHalfWidth); in GetCenterSquare()