Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathMeasure.cpp46 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() argument
47 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
48 return tspan >> 10; in tspan_big_enough()