Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStrokerPriv.cpp174 bool ccw; in MiterJoiner() local
184 ccw = !is_clockwise(before, after); in MiterJoiner()
185 if (ccw) in MiterJoiner()
224 if (ccw) in MiterJoiner()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.cpp1719 GLint ccw = (mState.frontFace == GL_CCW); in applyState() local
1720 programObject->setUniform1iv(frontCCW, 1, &ccw); in applyState()
/external/qemu/distrib/jpeg-6b/
Dusage.doc439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
/external/jpeg/
Dusage.doc439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
/external/skia/src/animator/
DSkAnimateSchema.xsd562 <!-- @pattern ccw The path is traveled counterclockwise. -->
563 <xs:pattern value="ccw"/>