Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp15 #define kMaxTValue 0x3FFFFFFF macro
18 SkASSERT((unsigned)t <= kMaxTValue); in tValue2Scalar()
19 const SkScalar kMaxTReciprocal = 1.0f / kMaxTValue; in tValue2Scalar()
132 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
341 seg->fTValue = kMaxTValue; in buildSegments()
357 seg->fTValue = kMaxTValue; in buildSegments()
360 distance = this->compute_quad_segs(pts, distance, 0, kMaxTValue, ptIndex); in buildSegments()
372 kMaxTValue, conic.fPts[2], ptIndex); in buildSegments()
385 distance = this->compute_cubic_segs(pts, distance, 0, kMaxTValue, ptIndex); in buildSegments()