/external/skia/src/pathops/ |
SkOpContour.h | 356 void setCcw(int ccw) { 357 fCcw = ccw;
|
SkOpBuilder.cpp | 60 SkDebugf("%s id=%d nested=%d ccw=%d\n", __FUNCTION__,
|
/external/skia/gm/ |
strokes.cpp | 347 title->set("CW CCW"); 359 title->set("CW CCW"); 375 title->set("CW CCW");
|
/external/deqp/doc/testspecs/GLES31/ |
functional.tessellation.txt | 32 + Winding modes (cw, ccw) 87 ("cw" or "ccw") input layout qualifier in the TES. Back face culling is enabled.
|
/external/pdfium/third_party/agg23/ |
agg_math_stroke.h | 57 bool ccw = da > 0 && da < FX_PI; 63 if(!ccw) {
|
/packages/apps/Camera2/src/com/android/camera/util/ |
JpegUtilNative.java | 60 * space of the image, so a CCW rotation will appear CW when the image is 93 * @param rot90 the multiple of 90 to rotate the image CCW (after cropping)
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
ColorsGLRenderer.java | 334 private short drawOrder[] = { 0, 1, 2, 0, 2, 3 }; // order to draw vertices (CCW) 336 private final float HUES[] = { // reverse order due to CCW winding
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
PathClippingTests.java | 58 path.addCircle(30, 30, 30, Path.Direction.CCW);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_twoside.c | 133 * sign = -1 for CCW, +1 for CW
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_depthstencil.c | 78 /* Don't try to figure out CW/CCW correspondence with
|
/external/pdfium/third_party/libjpeg/ |
transupp.h | 48 JXFORM_ROT_270 /* 270-degree clockwise (or 90 ccw) */
|
/external/skia/tests/ |
PathOpsOpRectThreadedTest.cpp | 15 // cw or ccw (1 bit)
|
/frameworks/base/libs/hwui/ |
ShadowTessellator.cpp | 156 // Calculate the normal , which is CCW 90 rotate to the delta.
|
/hardware/bsp/intel/peripheral/libupm/src/rgbringcoder/ |
rgbringcoder.cxx | 126 // CCW turn (-1) or no movement (0).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 71 FRONT_FACE("Polygon frontface CW/CCW indicator"),
|
/external/freetype/src/cff/ |
cf2font.c | 422 font->reverseWinding = FALSE; /* initial expectation is CCW */ 488 if ( font->outline.root.windingMomentum >= 0 ) /* CFF is CCW */
|
/external/pdfium/third_party/freetype/src/cff/ |
cf2font.c | 422 font->reverseWinding = FALSE; /* initial expectation is CCW */ 488 if ( font->outline.root.windingMomentum >= 0 ) /* CFF is CCW */
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
PathAnimations.java | 82 sTraversalPath.addCircle(3.5f, 3.5f, 0.5f, Path.Direction.CCW);
|
/external/deqp/modules/gles31/functional/ |
es31fProgramStateQueryTests.cpp | 235 "layout(quads, fractional_even_spacing, ccw) in;\n" 242 "layout(isolines, fractional_odd_spacing, ccw, point_mode) in;\n" 276 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, quads, fractional_even_spacing, ccw"); 295 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Query State", "5 vertices, isolines, fractional_odd_spacing, ccw, point_mode"); [all...] |
/external/libjpeg-turbo/ |
transupp.h | 94 JXFORM_ROT_270 /* 270-degree clockwise (or 90 ccw) */
|
jpegtran.1 | 90 Rotate image 270 degrees clockwise (or 90 ccw).
|
/frameworks/base/docs/html/training/graphics/opengl/ |
shapes.jd | 105 <img src="{@docRoot}images/opengl/ccw-square.png">
|
/packages/apps/Camera2/jni/ |
jpegutilnative.cpp | 42 * space of the image, so a CCW rotation will appear CW when the image is
|
/device/htc/flounder/overlay/frameworks/base/core/res/res/values/ |
config.xml | 128 <!-- rotation: 90 (rotate CCW) --> <item>-25</item> <item>72</item>
|
/external/deqp/scripts/opengl/ |
gen_str_util.py | 335 ("Winding", ["CW", "CCW"]),
|