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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffpath.cpp 21 FX_FLOAT fHalfWidth = fLineWidth / 2.0f;
25 rect.top -= fHalfWidth;
28 rect.top += fHalfWidth;
33 rect.left += fHalfWidth;
36 rect.left += fHalfWidth;
42 rect.Inflate(fHalfWidth, fHalfWidth);
45 rect.Deflate(fHalfWidth, fHalfWidth);
xfa_ffwidget.cpp     [all...]
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 302 FX_FLOAT fHalfWidth = fWidth / 2.0f;
307 pathLT.MoveTo(fLeft, fBottom - fHalfWidth);
309 pathLT.LineTo(fRight - fHalfWidth, fTop);
310 pathLT.LineTo(fRight - fHalfWidth, fTop + fHalfWidth);
311 pathLT.LineTo(fLeft + fHalfWidth, fTop + fHalfWidth);
312 pathLT.LineTo(fLeft + fHalfWidth, fBottom - fHalfWidth);
313 pathLT.LineTo(fLeft, fBottom - fHalfWidth);
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 811 FX_FLOAT fHalfWidth = fWidth / 2.0f;
850 sAppStream << fLeft + fHalfWidth << " " << fBottom + fHalfWidth
852 sAppStream << fLeft + fHalfWidth << " " << fTop - fHalfWidth
854 sAppStream << fRight - fHalfWidth << " " << fTop - fHalfWidth
856 sAppStream << fRight - fHalfWidth * 2 << " " << fTop - fHalfWidth * 2
858 sAppStream << fLeft + fHalfWidth * 2 << " " << fTop - fHalfWidth *
    [all...]

Completed in 223 milliseconds