| /third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
| H A D | package.cpp | 1284 void Package::setItemCapacity(int32_t max) in setItemCapacity() argument
|
| /third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
| H A D | connection.c | 1708 size_t max; local
|
| /third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
| H A D | proxy.c | 730 size_t max = size * nmemb; in curl_read_cb() local 441 response_callback(void *cls, void *buffer, size_t max, bool *more) response_callback() argument [all...] |
| /third_party/skia/tests/ |
| H A D | PathOpsAngleIdeas.cpp | 255 static bool equalPoints(const SkDPoint& pt1, const SkDPoint& pt2, double max) { in equalPoints() argument 269 double max = 0; in maxDist() local 277 double max = 0; maxQuad() local [all...] |
| H A D | BlurTest.cpp | 211 static int step(int x, SkScalar min, SkScalar max) { in step() argument
|
| H A D | MatrixTest.cpp | 286 SkScalar max = 0, min = SK_ScalarMax; in test_matrix_min_max_scale() local
|
| /third_party/skia/src/sksl/dsl/ |
| H A D | DSLCore.cpp | 522 DSLExpression Clamp(DSLExpression x, DSLExpression min, DSLExpression max, PositionInfo pos) { in Clamp() argument
|
| /third_party/skia/src/utils/ |
| H A D | SkShadowUtils.cpp | 536 int max = std::max(std::max(spotR, spotG), spotB); in ComputeTonalColors() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afcjk.c | 876 FT_Pos max = seg1->max_coord; in af_cjk_hints_link_segments() local
|
| H A D | afhints.c | 1470 FT_PtrDist min, max, mid; in af_glyph_hints_align_strong_points() local
|
| /third_party/skia/third_party/externals/freetype/src/gxvalid/ |
| H A D | gxvcommn.c | 180 gxv_array_getlimits_byte( FT_Bytes table, FT_Bytes limit, FT_Byte* min, FT_Byte* max, GXV_Validator gxvalid ) gxv_array_getlimits_byte() argument 209 gxv_array_getlimits_ushort( FT_Bytes table, FT_Bytes limit, FT_UShort* min, FT_UShort* max, GXV_Validator gxvalid ) gxv_array_getlimits_ushort() argument [all...] |
| H A D | gxvkern.c | 508 FT_Byte min, max; in gxv_kern_subtable_fmt3_validate() local 523 FT_Byte min, max; in gxv_kern_subtable_fmt3_validate() local
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshalgo.h | 72 FT_Pos max; member
|
| /third_party/skia/third_party/externals/freetype/src/sfnt/ |
| H A D | ttcmap.c | 1240 FT_UInt max, min, mid, num_segs; in tt_cmap4_char_map_binary() local 2405 FT_UInt32 max, min, mid; tt_cmap12_char_map_binary() local 2736 FT_UInt32 max, min, mid; tt_cmap13_char_map_binary() local 3187 FT_UInt32 max, min; tt_cmap14_char_map_def_binary() local 3221 FT_UInt32 max, min; tt_cmap14_char_map_nondef_binary() local 3254 FT_UInt32 max, min; tt_cmap14_find_variant() local [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-algs.hh | 865 int min = 0, max = (int) nmemb - 1; in hb_bsearch_impl() local
|
| H A D | hb-ot-shape-complex-indic.cc | 785 unsigned int max = i; in initial_reordering_consonant_syllable() local 795 buffer->merge_clusters (hb_max (base, min), max + 1); in initial_reordering_consonant_syllable() local
|
| /third_party/skia/third_party/externals/freetype/builds/mac/ |
| H A D | ftmac.c | 660 int max = 5, count = 0; in create_lwfn_name() local
|
| /third_party/python/Python/ |
| H A D | getargs.c | 264 int max = 0; in vgetargs1_impl() local 1626 int max = INT_MAX; vgetargskeywords() local 1910 int i, len, min, max, nkw; parser_init() local 2760 _PyArg_CheckPositional(const char *name, Py_ssize_t nargs, Py_ssize_t min, Py_ssize_t max) _PyArg_CheckPositional() argument 2804 unpack_stack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, va_list vargs) unpack_stack() argument 2822 PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, ...) PyArg_UnpackTuple() argument 2848 _PyArg_UnpackStack(PyObject *const *args, Py_ssize_t nargs, const char *name, Py_ssize_t min, Py_ssize_t max, ...) _PyArg_UnpackStack() argument [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-combine-sink.c | 613 pa_usec_t min, max, fix; in sink_input_update_sink_latency_range_cb() local 642 pa_usec_t fix, min, max; in sink_input_attach_cb() local [all...] |
| /third_party/python/Modules/ |
| H A D | audioop.c | 471 unsigned int absval, max = 0; in audioop_max_impl() local 503 int min = 0x7fffffff, max = -0x7FFFFFFF-1; in audioop_minmax_impl() local 862 unsigned int max in audioop_maxpp_impl() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/numeric/ |
| H A D | int128.h | 291 static constexpr absl::uint128 (max)() { return absl::Uint128Max(); } in max() function in std::numeric_limits::absl 526 static constexpr absl::int128 (max)() { return absl::Int128Max(); } in max() function in std::numeric_limits::absl [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | convert_test.cc | 502 absl::int128 max = absl::Int128Max(), min = absl::Int128Min(); in TEST_F() local 536 absl::uint128 max = absl::Uint128Max(); in TEST_F() local 1060 constexpr int max = std::numeric_limits<int>::max(); TEST_F() local [all...] |
| /third_party/skia/include/private/ |
| H A D | SkVx.h | 531 SIT T max(const Vec<1,T>& x) { return x.val; } in max() function 533 SINT T max(const Vec<N,T>& x) { return std::max(max(x.lo), max(x.hi)); } in max() function 536 SINT Vec<N,T> max(cons in min() function 539 SINTU Vec<N,T> max(const Vec<N,T>& x, U y) { return max(x, Vec<N,T>(y)); } max() function 541 SINTU Vec<N,T> max(U x, const Vec<N,T>& y) { return max(Vec<N,T>(x), y); } max() function [all...] |
| /third_party/selinux/libselinux/src/ |
| H A D | label_file.c | 417 static char *rolling_append(char *current, const char *suffix, size_t max) in rolling_append() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | amd_ext_to_khr.cpp | 118 Instruction* max = ir_builder.AddNaryExtendedInstruction( in ReplaceTrinaryMid() local
|