Home
last modified time | relevance | path

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

/external/skia/experimental/SkV8Example/
DPath2DBuilder.cpp155 bool antiClockwise = false; in Arc() local
157 antiClockwise = args[5]->BooleanValue(); in Arc()
160 if (!antiClockwise) { in Arc()