/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 162 debug_printf(" - ccw\n"); 904 * Draw triangle whether it's CW or CCW.
|
/frameworks/base/libs/hwui/ |
SpotShadow.cpp | 174 while (lUpperSize > 2 && !ccw( 195 while (lLowerSize > 2 && !ccw( 226 bool SpotShadow::ccw(float ax, float ay, float bx, float by, function in class:android::uirenderer::SpotShadow [all...] |
TessellationCache.cpp | 220 // Shadow requires CCW for now. TODO: remove potential double-reverse
|
/external/mesa3d/src/mesa/tnl_dd/ |
t_dd_tritmp.h | 55 * AREA_IS_CCW(a): Return true if triangle with signed area a is ccw.
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 350 SkDebugf("%s=\"%s\" ", info->fName, op.fS32 == 0 ? "cw" : "ccw");
|
SkAnimatorScript.cpp | 36 { SkType_PathDirection, "cw|ccw" },
|
SkAnimatorScript2.cpp | 36 { SkType_PathDirection, "cw|ccw" },
|
/external/skia/src/gpu/vk/ |
GrVkPipeline.cpp | 385 // Assumes that we've set the front face to be ccw
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
BatteryMeterDrawable.java | 477 mClipPath.addRect(mFrame, Path.Direction.CCW);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
CanvasTest.java | [all...] |
/external/opencv3/apps/createsamples/ |
utility.cpp | 288 otherwise they follow in a CCW direction */ 362 /* <next_left> follows <left> in a CCW direction */ [all...] |
/external/autotest/client/deps/webgl_mpd/src/debug/ |
webgl-debug.js | 395 ctx.frontFace(ctx.CCW);
|
/external/bison/tests/ |
existing.at | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineVertexUtil.cpp | 737 // Triangle 1, CCW
|
vktPipelineCacheTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsStateChangePerfTestCases.cpp | 136 // CCW
|
/external/skia/src/gpu/batches/ |
GrDefaultPathRenderer.cpp | 640 // which is cw and which is ccw is arbitrary.
|
/frameworks/base/core/java/com/android/internal/widget/ |
RotarySelector.java | 77 private Bitmap mArrowLongRight; // Long arrow starting on the right, pointing CCW
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 838 case CCW:
|
/external/deqp/framework/referencerenderer/ |
rrRasterizer.cpp | 63 bool inclusive = false; //!< Inclusive in CCW orientation. 500 // Reverse edges so that we can use CCW area tests & interpolation [all...] |
/external/skia/include/core/ |
SkRect.h | 503 bottom-left). TODO: Consider adding param to control whether quad is CW or CCW.
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 506 CCW (1); // must match enum in SkPath.h
|
/external/libjpeg-turbo/ |
usage.txt | 504 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw). [all...] |
/external/opencv3/modules/core/src/ |
gl_core_3_1.hpp | 270 CCW = 0x0901, [all...] |
/external/skia/src/pathops/ |
SkOpAngle.cpp | 174 // returns -1=not on one side 0=this CW of test 1=this CCW of test [all...] |