Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkContourMeasure.cpp122 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() argument
123 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
124 return tspan >> 10; in tspan_big_enough()
/external/skqp/src/core/
DSkPathMeasure.cpp132 static inline int tspan_big_enough(int tspan) { in tspan_big_enough() argument
133 SkASSERT((unsigned)tspan <= kMaxTValue); in tspan_big_enough()
134 return tspan >> 10; in tspan_big_enough()
/external/ImageMagick/
DChangeLog189 * Improve SVG support for tspan element.