Searched refs:dy0 (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 176 float dy0 = 2.f * rect.fTop / dh - 1.f; in loadMSAAFromResolve() local 179 float uniData[] = {dx1 - dx0, dy1 - dy0, dx0, dy0}; // posXform in loadMSAAFromResolve()
|
/third_party/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 214 double dy0 = y - fCubicY[0]; in onFindClickHandler() local 217 if (dx0*dx0 + dy0*dy0 < dx3*dx3 + dy3*dy3) { in onFindClickHandler()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compile_sf.c | 39 struct brw_reg dy0; member 291 c->dy0 = brw_vec1_grf(1, 5); in alloc_regs() 494 brw_MAC(p, c->tmp, c->a2_sub_a0, negate(c->dy0)); in brw_emit_tri_setup() 574 brw_MUL(p, c->tmp, c->a1_sub_a0, c->dy0); in brw_emit_line_setup()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.cpp | 956 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 964 P[1].y += +dy0; in setupLine() 970 P[3].y += -dy0; in setupLine() 1065 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 1071 P[1].y += +dy0; in setupLine() 1073 P[3].y += -dy0; in setupLine()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.cpp | 1869 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 1877 P[1].y += +dy0; in setupLine() 1883 P[3].y += -dy0; in setupLine() 1978 float dy0 = lineWidth * 0.5f * P0.w / H; in setupLine() local 1984 P[1].y += +dy0; in setupLine() 1986 P[3].y += -dy0; in setupLine()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 1681 float dy0 = 2.f * srcRect.fTop / dh - 1.f; 1688 } uniData = {{dx1 - dx0, dy1 - dy0, dx0, dy0}, {dw, dh}, {0, 0}};
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3367 GrGLfloat dy0 = 2.f * dstPoint.fY / dh - 1.f; in copySurfaceAsDraw() local 3382 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fPosXformUniform, dx1 - dx0, dy1 - dy0, dx0, dy0)); in copySurfaceAsDraw()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3419 float dy0 = y1-y0; in stbtt__tesselate_cubic() local 3426 …float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx… in stbtt__tesselate_cubic()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3419 float dy0 = y1-y0; in stbtt__tesselate_cubic() local 3426 …float longlen = (float) (STBTT_sqrt(dx0*dx0+dy0*dy0)+STBTT_sqrt(dx1*dx1+dy1*dy1)+STBTT_sqrt(dx2*dx… in stbtt__tesselate_cubic()
|