/external/skqp/tests/ |
D | PathOpsAngleIdeas.cpp | 38 bool ccw; member 251 result->ccw = refCCW; in orderTRange() 314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT() 325 bestCCW = tRange.ccw; in bruteMinT() 352 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 355 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) { in bruteMinT() 356 bestCCW = tRange.ccw; in bruteMinT() 395 bool ccw) { in bruteForce() argument 403 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw); in bruteForce() [all …]
|
/external/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 38 bool ccw; member 251 result->ccw = refCCW; in orderTRange() 314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT() 325 bestCCW = tRange.ccw; in bruteMinT() 352 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 355 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) { in bruteMinT() 356 bestCCW = tRange.ccw; in bruteMinT() 395 bool ccw) { in bruteForce() argument 403 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw); in bruteForce() [all …]
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 154 int cw, ccw; in emit_rss_vgpu9() local 161 ccw = 0; in emit_rss_vgpu9() 165 ccw = 1; in emit_rss_vgpu9() 179 EMIT_RS( svga, curr->stencil[ccw].func, CCWSTENCILFUNC, fail ); in emit_rss_vgpu9() 180 EMIT_RS( svga, curr->stencil[ccw].fail, CCWSTENCILFAIL, fail ); in emit_rss_vgpu9() 181 EMIT_RS( svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL, fail ); in emit_rss_vgpu9() 182 EMIT_RS( svga, curr->stencil[ccw].pass, CCWSTENCILPASS, fail ); in emit_rss_vgpu9()
|
/external/skqp/src/pathops/ |
D | SkPathOpsWinding.cpp | 278 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 280 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 296 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 321 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() 322 int oppValue = ccw ? -span->oppValue() : span->oppValue(); in sortableTop() 353 hitSegment->contour()->setCcw(ccw); in sortableTop()
|
D | SkOpContour.h | 313 void setCcw(int ccw) { in setCcw() argument 314 fCcw = ccw; in setCcw()
|
/external/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 278 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 280 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 296 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 321 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() 322 int oppValue = ccw ? -span->oppValue() : span->oppValue(); in sortableTop() 353 hitSegment->contour()->setCcw(ccw); in sortableTop()
|
D | SkOpContour.h | 313 void setCcw(int ccw) { in setCcw() argument 314 fCcw = ccw; in setCcw()
|
/external/skqp/src/core/ |
D | SkStrokerPriv.cpp | 144 bool ccw; in MiterJoiner() local 154 ccw = !is_clockwise(before, after); in MiterJoiner() 155 if (ccw) { in MiterJoiner() 189 if (ccw) { in MiterJoiner()
|
/external/skia/src/core/ |
D | SkStrokerPriv.cpp | 144 bool ccw; in MiterJoiner() local 154 ccw = !is_clockwise(before, after); in MiterJoiner() 155 if (ccw) { in MiterJoiner() 189 if (ccw) { in MiterJoiner()
|
/external/pdfium/third_party/agg23/ |
D | 0000-bug-466.patch | 9 - if(!ccw) { 13 + if (!ccw) {
|
D | agg_math_stroke.h | 57 bool ccw = da > 0 && da < FX_PI; in stroke_calc_arc() local 64 if (!ccw) { in stroke_calc_arc()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_unfilled.c | 66 unsigned ccw = header->det < 0.0; in inject_front_face_info() local 68 (stage->draw->rasterizer->front_ccw && ccw) || in inject_front_face_info() 69 (!stage->draw->rasterizer->front_ccw && !ccw)); in inject_front_face_info()
|
D | draw_pipe_offset.c | 157 boolean ccw = header->det < 0.0f; in offset_first_tri() local 158 if (ccw != rast->front_ccw) in offset_first_tri()
|
D | draw_pipe_cull.c | 175 unsigned ccw = (header->det < 0); in cull_tri() local 176 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? in cull_tri()
|
/external/mesa3d/src/compiler/ |
D | shader_info.h | 153 bool ccw; member
|
/external/skia/gm/ |
D | addarc.cpp | 223 SkScalar end, bool ccw, bool callArcTo) { 225 SkScalar sweep = ccw ? end - start : start - end;
|
/external/skqp/gm/ |
D | addarc.cpp | 223 SkScalar end, bool ccw, bool callArcTo) { 225 SkScalar sweep = ccw ? end - start : start - end;
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 32 + Winding modes (cw, ccw) 87 ("cw" or "ccw") input layout qualifier in the TES. Back face culling is enabled.
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline.c | 539 tes_info->tess.ccw |= tcs_info->tess.ccw; in merge_tess_info()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_shader.cpp | 1377 nir->info->tess.ccw ? BRW_TESS_OUTPUT_TOPOLOGY_TRI_CW in brw_compile_tes()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2838 b->shader->info->tess.ccw = true; in vtn_handle_execution_mode() 2844 b->shader->info->tess.ccw = false; in vtn_handle_execution_mode()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_program.c | 1620 !sttep->Base.info.tess.ccw); in st_translate_tesseval_program()
|
/external/toolchain-utils/android_bench_suite/ |
D | panorama.diff | 419 #define valid(l) ccw(orig(basel), dest(l), dest(basel))
|
/external/mesa3d/src/mesa/main/ |
D | shaderapi.c | 2191 dst->info.tess.ccw = dst_sh->info.TessEval.VertexOrder == GL_CCW; in _mesa_copy_linked_program_data()
|
/external/libjpeg-turbo/ |
D | usage.txt | 485 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
|