Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSamplePathOverstroke.cpp17 #define LIN_SEGMENTS 10 macro
112 for (int i = 0; i < LIN_SEGMENTS; i++) { in linSemicirclePath()
113 float theta = i * PI / (LIN_SEGMENTS); in linSemicirclePath()