Home
last modified time | relevance | path

Searched defs:fHalfWidth (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp409 float fHalfWidth = fThickness / 2.0f; in StrokeLowered() local
425 float fHalfWidth = fThickness / 2.0f; in StrokeRaised() local
441 float fHalfWidth = fThickness / 2.0f; in StrokeEtched() local
453 float fHalfWidth = fThickness / 2.0f; in StrokeEmbossed() local
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp39 float fHalfWidth = fLineWidth / 2.0f; in GetRectFromHand() local
/external/pdfium/core/fxcrt/
Dfx_coordinates.cpp214 float fHalfWidth = (fWidth > fHeight) ? fHeight / 2 : fWidth / 2; in GetCenterSquare() local
304 float fHalfWidth = (right - left) / 2.0f; in ScaleFromCenterPoint() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp463 float fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
954 float fHalfWidth = fWidth / 2.0f; in GetBorderAppStreamInternal() local
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1396 const float fHalfWidth = fWidth / 2.0f; in DrawBorder() local