Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.cpp386 float fHalfWidth = fThickness / 2.0f; in StrokeLowered() local
403 float fHalfWidth = fThickness / 2.0f; in StrokeRaised() local
420 float fHalfWidth = fThickness / 2.0f; in StrokeEtched() local
432 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.cpp160 float fHalfWidth = (fWidth > fHeight) ? fHeight / 2 : fWidth / 2; in GetCenterSquare() local
250 float fHalfWidth = (right - left) / 2.0f; in ScaleFromCenterPoint() local
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp219 float fHalfWidth = fWidth / 2.0f; in GenerateBorderAP() local
436 const float fHalfWidth = fBorderWidth / 2; in GenerateTextSymbolAP() local
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp429 float fHalfWidth = fWidth / 2.0f; in GetCircleBorderAppStream() local
942 float fHalfWidth = fWidth / 2.0f; in GetBorderAppStreamInternal() local
/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp1190 float fHalfWidth = fWidth / 2.0f; in DrawBorder() local