Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/renderfright/gl/
DGLSkiaShadowPort.cpp101 static const int kVertsPerFillCircle = 9; variable
104 return stroked ? kVertsPerStrokeCircle : kVertsPerFillCircle; in circle_type_to_vert_count()