Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp22 #define kMaxTValue 32767 macro
25 SkASSERT((unsigned)t <= kMaxTValue); in tValue2Scalar()
50 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
178 seg->fTValue = kMaxTValue; in buildSegments()
187 kMaxTValue, ptIndex); in buildSegments()
197 kMaxTValue, ptIndex); in buildSegments()
/external/chromium_org/third_party/skia/src/core/
DSkPathMeasure.cpp22 #define kMaxTValue 32767 macro
25 SkASSERT((unsigned)t <= kMaxTValue); in tValue2Scalar()
50 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
178 seg->fTValue = kMaxTValue; in buildSegments()
187 kMaxTValue, ptIndex); in buildSegments()
197 kMaxTValue, ptIndex); in buildSegments()