/third_party/skia/src/gpu/vk/ |
D | GrVkMSAALoadManager.cpp | 174 float dx0 = 2.f * rect.fLeft / dw - 1.f; in loadMSAAFromResolve() local 179 float uniData[] = {dx1 - dx0, dy1 - dy0, dx0, dy0}; // posXform in loadMSAAFromResolve()
|
/third_party/skia/samplecode/ |
D | SampleFitCubicToCircle.cpp | 213 double dx0 = x - fCubicX[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 | 37 struct brw_reg dx0; member 289 c->dx0 = brw_vec1_grf(1, 3); in alloc_regs() 499 brw_MUL(p, brw_null_reg(), c->a2_sub_a0, c->dx0); in brw_emit_tri_setup() 571 brw_MUL(p, c->tmp, c->a1_sub_a0, c->dx0); in brw_emit_line_setup() 641 c->dx0, in brw_emit_point_sprite_setup()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Renderer.cpp | 955 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local 961 P[0].x += -dx0; in setupLine() 967 P[2].x += +dx0; in setupLine() 1064 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local 1070 P[0].x += -dx0; in setupLine() 1072 P[2].x += +dx0; in setupLine()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Renderer.cpp | 1868 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local 1874 P[0].x += -dx0; in setupLine() 1880 P[2].x += +dx0; in setupLine() 1977 float dx0 = lineWidth * 0.5f * P0.w / W; in setupLine() local 1983 P[0].x += -dx0; in setupLine() 1985 P[2].x += +dx0; in setupLine()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 1679 float dx0 = 2.f * srcRect.fLeft / dw - 1.f; 1688 } uniData = {{dx1 - dx0, dy1 - dy0, dx0, dy0}, {dw, dh}, {0, 0}};
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3365 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw() local 3382 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fPosXformUniform, dx1 - dx0, dy1 - dy0, dx0, dy0)); in copySurfaceAsDraw()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 3516 GrGLfloat dx0 = 2.f * dstPoint.fX / dw - 1.f; in copySurfaceAsDraw() local 3533 GL_CALL(Uniform4f(fCopyPrograms[progIdx].fPosXformUniform, dx1 - dx0, dy1 - dy0, dx0, dy0)); in copySurfaceAsDraw()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 3418 float dx0 = x1-x0; 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/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 3392 float dx0 = x1-x0; in stbtt__tesselate_cubic() local 3400 …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 | 3418 float dx0 = x1-x0; 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()
|