Searched refs:kMaxTValue (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkContourMeasure.cpp | 15 #define kMaxTValue 0x3FFFFFFF macro 18 SkASSERT((unsigned)t <= kMaxTValue); in tValue2Scalar() 19 // 1/kMaxTValue can't be represented as a float, but it's close and the limits work fine. in tValue2Scalar() 20 const SkScalar kMaxTReciprocal = 1.0f / (SkScalar)kMaxTValue; in tValue2Scalar() 25 static_assert(1.0f == tValue2Scalar(kMaxTValue), "Upper limit should be exact."); 128 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough() 298 seg->fTValue = kMaxTValue; 374 distance = this->compute_quad_segs(pts, distance, 0, kMaxTValue, ptIndex); 386 kMaxTValue, conic.fPts[2], ptIndex); 400 distance = this->compute_cubic_segs(pts, distance, 0, kMaxTValue, ptInde [all...] |
Completed in 1 milliseconds