Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp413 float fHalfWidth = fThickness / 2.0f; in StrokeLowered() local
429 float fHalfWidth = fThickness / 2.0f; in StrokeRaised() local
445 float fHalfWidth = fThickness / 2.0f; in StrokeEtched() local
457 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.cpp217 float fHalfWidth = (fWidth > fHeight) ? fHeight / 2 : fWidth / 2; in GetCenterSquare() local
307 float fHalfWidth = (right - left) / 2.0f; in ScaleFromCenterPoint() local
/external/pdfium/core/fpdfdoc/
Dcpdf_generateap.cpp219 float fHalfWidth = fWidth / 2.0f; in GenerateBorderAP() local
429 const float fHalfWidth = fBorderWidth / 2; in GenerateTextSymbolAP() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp462 float fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
956 float fHalfWidth = fWidth / 2.0f; in GetBorderAppStreamInternal() local
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1349 const float fHalfWidth = fWidth / 2.0f; in DrawBorder() local