Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp30 #define kMaxTValue 32767 macro
33 SkASSERT((unsigned)t <= kMaxTValue); in tValue2Scalar()
58 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
184 seg->fTValue = kMaxTValue; in buildSegments()
191 kMaxTValue, ptIndex); in buildSegments()
197 kMaxTValue, ptIndex); in buildSegments()
304 if (stopT == kMaxTValue) { in seg_to()