/third_party/flutter/skia/third_party/externals/freetype/src/autofit/ |
D | aflatin.c | 1599 FT_Pos min_pos = 32000; in af_latin_hints_compute_segments() local 1612 FT_Pos prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1653 if ( u < min_pos ) in af_latin_hints_compute_segments() 1654 min_pos = u; in af_latin_hints_compute_segments() 1693 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments() 1694 segment->delta = (FT_Short)( ( max_pos - min_pos ) >> 1 ); in af_latin_hints_compute_segments() 1708 prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1732 if ( prev_min_pos < min_pos ) in af_latin_hints_compute_segments() 1733 min_pos = prev_min_pos; in af_latin_hints_compute_segments() 1754 prev_segment->pos = (FT_Short)( ( min_pos + in af_latin_hints_compute_segments() [all …]
|
/third_party/skia/third_party/externals/freetype/src/autofit/ |
D | aflatin.c | 1593 FT_Pos min_pos = 32000; in af_latin_hints_compute_segments() local 1606 FT_Pos prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1647 if ( u < min_pos ) in af_latin_hints_compute_segments() 1648 min_pos = u; in af_latin_hints_compute_segments() 1687 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments() 1688 segment->delta = (FT_Short)( ( max_pos - min_pos ) >> 1 ); in af_latin_hints_compute_segments() 1702 prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1726 if ( prev_min_pos < min_pos ) in af_latin_hints_compute_segments() 1727 min_pos = prev_min_pos; in af_latin_hints_compute_segments() 1748 prev_segment->pos = (FT_Short)( ( min_pos + in af_latin_hints_compute_segments() [all …]
|
/third_party/freetype/src/autofit/ |
D | aflatin.c | 1598 FT_Pos min_pos = 32000; in af_latin_hints_compute_segments() local 1611 FT_Pos prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1652 if ( u < min_pos ) in af_latin_hints_compute_segments() 1653 min_pos = u; in af_latin_hints_compute_segments() 1692 segment->pos = (FT_Short)( ( min_pos + max_pos ) >> 1 ); in af_latin_hints_compute_segments() 1693 segment->delta = (FT_Short)( ( max_pos - min_pos ) >> 1 ); in af_latin_hints_compute_segments() 1707 prev_min_pos = min_pos; in af_latin_hints_compute_segments() 1731 if ( prev_min_pos < min_pos ) in af_latin_hints_compute_segments() 1732 min_pos = prev_min_pos; in af_latin_hints_compute_segments() 1753 prev_segment->pos = (FT_Short)( ( min_pos + in af_latin_hints_compute_segments() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gsttemplatematch.cpp | 293 cv::Point min_pos, max_pos; in gst_template_match_match() local 295 minMaxLoc (dist_image, &dist_min, &dist_max, &min_pos, &max_pos); in gst_template_match_match() 298 *best_pos = min_pos; in gst_template_match_match()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | stridedslice_cpu_kernel.cc | 39 int min_pos = pos_type == kBegin ? 0 : -1; in NormalizePos() local 40 return std::max(pos + dim_len, min_pos); in NormalizePos()
|
/third_party/gettext/gettext-tools/src/ |
D | msgl-check.c | 295 const message_ty *min_pos; in check_plural() local 305 min_pos = NULL; in check_plural() 336 min_pos = mp; in check_plural() 484 min_pos, NULL, 0, 0, false, msg2); in check_plural()
|
D | ChangeLog.1 | 5309 (check_plural): Change type of local variables has_plural, min_pos,
|
/third_party/ffmpeg/libavformat/ |
D | avidec.c | 1673 int64_t min_pos, pos; in check_stream_max_drift() local 1678 for (min_pos = pos = 0; min_pos != INT64_MAX; pos = min_pos + 1LU) { in check_stream_max_drift() 1683 min_pos = INT64_MAX; in check_stream_max_drift() 1697 min_pos = FFMIN(min_pos, st->index_entries[idx[i]].pos); in check_stream_max_drift()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.c | 314 const int min_pos = in VP8LHashChainFill() local 341 if (best_length == MAX_LENGTH) pos = min_pos - 1; in VP8LHashChainFill() 345 for (; pos >= min_pos && --iter; pos = chain[pos]) { in VP8LHashChainFill()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | backward_references_enc.c | 345 const int min_pos = in VP8LHashChainFill() local 372 if (best_length == MAX_LENGTH) pos = min_pos - 1; in VP8LHashChainFill() 376 for (; pos >= min_pos && --iter; pos = chain[pos]) { in VP8LHashChainFill()
|
/third_party/python/Tools/clinic/ |
D | clinic.py | 647 pos_only = min_pos = max_pos = min_kw_only = 0 658 min_pos = i 859 """ % (nargs, min_pos, max_pos), indent=4)] 898 has_optional_kw = (max(pos_only, min_pos) + min_kw_only < len(converters)) 909 …ize_t noptargs = nargs + (kwnames ? PyTuple_GET_SIZE(kwnames) : 0) - %d;" % (min_pos + min_kw_only) 915 """ % (min_pos, max_pos, min_kw_only), indent=4)] 929 …_ssize_t noptargs = nargs + (kwargs ? PyDict_GET_SIZE(kwargs) : 0) - %d;" % (min_pos + min_kw_only) 935 """ % (min_pos, max_pos, min_kw_only), indent=4)] 968 first_opt = max(min_pos, pos_only)
|
/third_party/python/Lib/test/ |
D | test_io.py | 3036 def test_seek_and_tell_with_data(data, min_pos=0): argument 3047 for i in range(min_pos, len(decoded) + 1): # seek positions 3071 min_pos = offset*2 3072 test_seek_and_tell_with_data(prefix + input, min_pos)
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.27 | 2028 `max_pos' is always larger than `min_pos' so `FT_ABS' is not needed.
|
/third_party/freetype/ |
D | ChangeLog.27 | 2028 `max_pos' is always larger than `min_pos' so `FT_ABS' is not needed.
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.27 | 2028 `max_pos' is always larger than `min_pos' so `FT_ABS' is not needed.
|