HomeSort by relevance Sort by last modified time
    Searched refs:fHalfWidth (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 723 FX_FLOAT fHalfWidth = fWidth / 2.0f;
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Utils.cpp 408 FX_FLOAT fHalfWidth = (rcRect.right - rcRect.left) / 2.0f;
413 return CPDF_Rect(ptCenter.x - fHalfWidth * fScale,
415 ptCenter.x + fHalfWidth * fScale,
965 FX_FLOAT fHalfWidth = fWidth / 2.0f;
1002 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth << " m\n";
1003 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth << " l\n";
1004 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth << " l\n";
    [all...]

Completed in 72 milliseconds