Home
last modified time | relevance | path

Searched refs:kMaxPos (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/text/
DGrTextBlob.cpp520 constexpr SkScalar kMaxPos = in Make() local
529 if (-kMaxPos < x && x < kMaxPos && -kMaxPos < y && y < kMaxPos) { in Make()
1706 constexpr SkScalar kMaxPos = in Make() local
1715 if (-kMaxPos < x && x < kMaxPos && -kMaxPos < y && y < kMaxPos) { in Make()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp42 const float kMaxPos = 32000.0f; variable
45 return CFX_PointF(pdfium::clamp(pos.x, -kMaxPos, kMaxPos), in HardClip()
46 pdfium::clamp(pos.y, -kMaxPos, kMaxPos)); in HardClip()