Home
last modified time | relevance | path

Searched refs:kLineWidth (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_generateap.cpp714 static constexpr float kLineWidth = 1.0f; in GenerateUnderlineAP() local
715 sAppStream << kLineWidth << " w "; in GenerateUnderlineAP()
720 sAppStream << rect.left << " " << rect.bottom + kLineWidth << " m " in GenerateUnderlineAP()
721 << rect.right << " " << rect.bottom + kLineWidth << " l S\n"; in GenerateUnderlineAP()
831 static constexpr float kLineWidth = 1.0f; in GenerateSquigglyAP() local
833 sAppStream << kLineWidth << " w "; in GenerateSquigglyAP()
881 static constexpr float kLineWidth = 1.0f; in GenerateStrikeOutAP() local
888 sAppStream << kLineWidth << " w " << rect.left << " " << fY << " m " in GenerateStrikeOutAP()
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_path_unittest.cpp377 static constexpr float kLineWidth = 1.0f; in TEST() local
387 path.GetBoundingBoxForStrokePath(kLineWidth, kMiterLimit)); in TEST()
399 path.GetBoundingBoxForStrokePath(kLineWidth, kMiterLimit)); in TEST()
405 path.GetBoundingBoxForStrokePath(kLineWidth, kMiterLimit)); in TEST()
H A Dcfx_renderdevice.cpp1301 constexpr float kLineWidth = 1.5f; in DrawShadow() local
1313 DrawStrokeLine(&mtUser2Device, start, end, color, kLineWidth); in DrawShadow()