/third_party/flutter/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 235 …SkRasterPipeline_GradientCtx* ctx, float gapCount, size_t stop, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_evenly() argument 238 (c_r.fR - c_l.fR) * gapCount, in init_stop_evenly() 239 (c_r.fG - c_l.fG) * gapCount, in init_stop_evenly() 240 (c_r.fB - c_l.fB) * gapCount, in init_stop_evenly() 241 (c_r.fA - c_l.fA) * gapCount, in init_stop_evenly() 255 …erPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_pos() argument 258 (c_r.fR - c_l.fR) / (t_r - t_l), in init_stop_pos() 259 (c_r.fG - c_l.fG) / (t_r - t_l), in init_stop_pos() 260 (c_r.fB - c_l.fB) / (t_r - t_l), in init_stop_pos() 261 (c_r.fA - c_l.fA) / (t_r - t_l), in init_stop_pos() [all …]
|
/third_party/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 240 …SkRasterPipeline_GradientCtx* ctx, float gapCount, size_t stop, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_evenly() argument 243 (c_r.fR - c_l.fR) * gapCount, in init_stop_evenly() 244 (c_r.fG - c_l.fG) * gapCount, in init_stop_evenly() 245 (c_r.fB - c_l.fB) * gapCount, in init_stop_evenly() 246 (c_r.fA - c_l.fA) * gapCount, in init_stop_evenly() 260 …erPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f c_r) { in init_stop_pos() argument 263 (c_r.fR - c_l.fR) / (t_r - t_l), in init_stop_pos() 264 (c_r.fG - c_l.fG) / (t_r - t_l), in init_stop_pos() 265 (c_r.fB - c_l.fB) / (t_r - t_l), in init_stop_pos() 266 (c_r.fA - c_l.fA) / (t_r - t_l), in init_stop_pos() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | vf_scale_vulkan.c | 202 GLSLF(1, vec2 c_r = vec2(%i, %i) / in_d; ,crop_w, crop_h); 213 GLSLF(2, vec4 res = scale_bilinear(%i, pos, c_r, c_o); ,i); 220 GLSLC(1, vec4 res = scale_bilinear(0, pos, c_r, c_o); );
|
/third_party/openssl/test/ |
D | ssltest_old.c | 2582 int c_r, c_w, s_r, s_w; in doit() local 2643 c_r = 0; in doit() 2659 if ((i && c_r) || c_w) in doit() 2684 c_r = 0; in doit() 2688 c_r = 1; in doit() 2713 c_r = 0; in doit() 2717 c_r = 1; in doit() 2809 c_r = 1; in doit()
|
/third_party/gettext/gettext-tools/examples/hello-c++-qt/m4/ |
D | qt.m4 | 91 AC_CHECK_LIB(c_r, pthread_self, ac_thread_library=c_r)
|
/third_party/boost/libs/bimap/doc/reference/ |
D | bimap.qbk | 85 * `C(n) = c_l(n) + c_r(n) [ + c_a(n) ]`
|
/third_party/flutter/skia/third_party/externals/icu/source/ |
D | configure.ac | 553 AC_SEARCH_LIBS_FIRST(pthread_mutex_destroy, pthread pthreads c_r )
|
D | configure | 6183 for i in pthread pthreads c_r ; do
|
/third_party/icu/icu4c/source/ |
D | configure.ac | 559 AC_SEARCH_LIBS_FIRST(pthread_mutex_destroy, pthread pthreads c_r )
|
D | configure | 6237 for i in pthread pthreads c_r ; do
|
/third_party/skia/third_party/externals/icu/source/ |
D | configure.ac | 559 AC_SEARCH_LIBS_FIRST(pthread_mutex_destroy, pthread pthreads c_r )
|
D | configure | 6237 for i in pthread pthreads c_r ; do
|
/third_party/python/ |
D | configure.ac | 3297 AC_CHECK_LIB(c_r, pthread_create, [
|
/third_party/icu/tools/multi/c/patch/ |
D | 3_0 | 5471 for i in pthread pthreads c_r ; do
|