/third_party/skia/gm/ |
D | inversepaths.cpp | 21 static SkPath generate_square(SkScalar cx, SkScalar cy, SkScalar w) { in generate_square() 25 static SkPath generate_rect_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_rect_line() 29 static SkPath generate_circle(SkScalar cx, SkScalar cy, SkScalar d) { in generate_circle() 33 static SkPath generate_line(SkScalar cx, SkScalar cy, SkScalar l) { in generate_line() 81 SkScalar cy = slideHeight / 2 + slideBoundary; variable
|
D | backdrop.cpp | 27 static sk_sp<SkShader> make_shader(SkScalar cx, SkScalar cy, SkScalar rad) { in make_shader() 44 const SkScalar cx = 128, cy = 128, rad = 100; in do_draw() local
|
D | crbug_996140.cpp | 34 SkScalar cy = 720-6.76f; variable
|
D | crbug_1174354.cpp | 23 float cy = (rect.top() + rect.bottom())/2.f; in draw_bg_blur() local
|
D | filterindiabox.cpp | 59 SkScalar cy = SkScalarHalf(fBM.height()); in onOnceBeforeDraw() local
|
D | tablecolorfilter.cpp | 54 SkScalar cy = SkIntToScalar(h)/2; in make_shader1() local 65 SkScalar cy = SkIntToScalar(H)/2; in make_bm1() local
|
/third_party/skia/include/effects/ |
D | SkGradientShader.h | 215 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 221 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 248 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep() 255 static sk_sp<SkShader> MakeSweep(SkScalar cx, SkScalar cy, in MakeSweep()
|
/third_party/skia/tests/ |
D | PathOpsSimplifyTrianglesThreadedTest.cpp | 20 int cy = state.fC >> 2; in testSimplifyTrianglesMain() local 82 int cy = c >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyDegenerateThreadedTest.cpp | 19 int cy = state.fC >> 2; in testSimplifyDegeneratesMain() local 76 int cy = c >> 2; in DEF_TEST() local
|
D | PathOpsSimplifyQuadThreadedTest.cpp | 23 int cy = state.fC >> 2; in testSimplifyQuadsMain() local
|
/third_party/skia/docs/examples/ |
D | sweep_gradient_talk_4.cpp | 7 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_1.cpp | 7 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_lots.cpp | 11 float cx = 128, cy = 128; in draw() local
|
D | sweep_gradient_talk_2.cpp | 10 float cx = 128, cy = 128; in draw() local
|
D | Bitmap_allocN32Pixels.cpp | 17 uint32_t cy = random.nextRangeU(0, 64 - h); in draw() local
|
/third_party/mesa3d/src/mesa/math/ |
D | m_debug_clip.c | 83 const GLfloat cy = from[1]; in ref_cliptest_points4() local 139 const GLfloat cx = from[0], cy = from[1], cz = from[2]; in ref_cliptest_points3() local 177 const GLfloat cx = from[0], cy = from[1]; in ref_cliptest_points2() local
|
/third_party/ffmpeg/libavcodec/mips/ |
D | iirfilter_mips.c | 64 float *cy; member 97 float *cy = c->cy; in iir_filter_flt_mips() local
|
/third_party/skia/modules/svg/src/ |
D | SkSVGEllipse.cpp | 25 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
|
D | SkSVGCircle.cpp | 24 const auto cy = lctx.resolve(fCy, SkSVGLengthContext::LengthType::kVertical); in resolve() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
D | fractal.cpp | 66 Color<float> julia(float x, float y, float cx, float cy) { in julia() 149 constexpr float cy = 0.156f; variable
|
/third_party/skia/src/core/ |
D | SkPathMakers.h | 57 const SkScalar cy = oval.centerY(); in SkPath_OvalPointIterator() local
|
D | SkBlitBWMaskTemplate.h | 30 int cy = clip.fTop; in SK_BLITBWMASK_NAME() local
|
/third_party/ffmpeg/libavcodec/ |
D | srtdec.c | 40 const int cy = y1 + (y2 - y1)/2; in srt_to_ass() local
|
/third_party/cups-filters/cupsfilters/ |
D | image-colorspace.c | 179 int cc, cm, cy; /* Calibrated CMY values */ in cupsImageCMYKToCMY() local 266 int cc, cm, cy; /* Calibrated CMY values */ in cupsImageCMYKToCMYK() local 622 int cc, cm, cy; /* Calibrated CMY values */ in cupsImageRGBToCMY() local 698 int cc, cm, cy; /* Calibrated CMY values */ in cupsImageRGBToCMYK() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_ciescope.c | 1125 double cx, cy, cz, jr, jg, jb, jmax; in fill_in_tongue() local 1243 static void filter_rgb48(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) in filter_rgb48() 1255 static void filter_rgba64(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) in filter_rgba64() 1267 static void filter_rgb24(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) in filter_rgb24() 1279 static void filter_rgba(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) in filter_rgba() 1291 static void filter_xyz(AVFilterContext *ctx, AVFrame *in, double *cx, double *cy, int x, int y) in filter_xyz() 1388 double cx, cy; in filter_frame() local
|