Searched defs:tspan (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPathMeasure.cpp57 static inline int tspan_big_enough(int tspan) { argument
58 SkASSERT((unsigned)tspan <= kMaxTValue);
59 return tspan >> 10;

Completed in 141 milliseconds