/third_party/flutter/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 255 …SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f… 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() 385 float t_r = fOrigPos[i + 1]; in onAppendStages() local 387 SkASSERT(t_l <= t_r); in onAppendStages() 388 if (t_l < t_r) { in onAppendStages() 389 init_stop_pos(ctx, stopCount, t_l, t_r, c_l, c_r); in onAppendStages() 392 t_l = t_r; in onAppendStages()
|
/third_party/skia/src/shaders/gradients/ |
D | SkGradientShader.cpp | 260 …SkRasterPipeline_GradientCtx* ctx, size_t stop, float t_l, float t_r, SkPMColor4f c_l, SkPMColor4f… 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() 391 float t_r = fOrigPos[i + 1]; in onAppendStages() local 393 SkASSERT(t_l <= t_r); in onAppendStages() 394 if (t_l < t_r) { in onAppendStages() 395 init_stop_pos(ctx, stopCount, t_l, t_r, c_l, c_r); in onAppendStages() 398 t_l = t_r; in onAppendStages()
|
/third_party/boost/boost/dll/detail/demangling/ |
D | msvc.hpp | 146 …{using t_l = is_lvalue_reference<T>; using t_r = is_rvalue_reference<T>; return reference_rule_imp… in reference_rule() typedef
|
D | itanium.hpp | 203 …{using t_l = is_lvalue_reference<T>; using t_r = is_rvalue_reference<T>; return reference_rule_imp… in reference_rule() typedef
|
/third_party/uboot/u-boot-2020.01/drivers/mtd/nand/raw/ |
D | nand_timings.c | 315 timings->tR_max = 1000000ULL * le16_to_cpu(params->t_r); in onfi_init_data_interface()
|
/third_party/uboot/u-boot-2020.01/include/linux/mtd/ |
D | rawnand.h | 335 __le16 t_r; member 462 __le16 t_r; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/in-house/tests/ |
D | macos.tests | 9 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 28 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 47 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56…
|
/third_party/harfbuzz/test/shaping/data/in-house/tests/ |
D | macos.tests | 12 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 45 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 77 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 109 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56…
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/in-house/tests/ |
D | macos.tests | 15 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 48 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 80 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56… 112 …69|l_l=6+1108|space=8+569|t_e=9+1408|space=11+569|t_o=12+1531|space=14+569|t_r=15+1385|space=17+56…
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 327 gint64 *t_r; member 1131 data->t_r = g_new (gint64, 256); in videoconvert_convert_init_tables() 1143 data->t_r[i] = r; in videoconvert_convert_init_tables() 1214 x = data->t_r[r] + data->t_g[g] + data->t_b[b] + c; in video_converter_matrix8_table() 2488 g_free (data->t_r); in clear_matrix_data()
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 368 msgstr "Kèm theo chữ ký khi t_rả lời" 3468 msgstr "Đã t_rả lời" 3797 msgstr "Phần t_rước" 4380 msgstr "Thư t_rước" 39135 msgstr "Thư chưa đọc t_rước" 39143 msgstr "Gởi t_rả lời" 39155 msgstr "Thư quan trọng t_rước" 39864 msgstr "Theo t_rạng thái" 40442 msgstr "Yêu cầu t_rả lời" 40486 msgstr "Gởi t_rễ thư"
|