/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-name.cc | 75 unsigned int *text_size /* IN/OUT */, in hb_ot_name_convert_utf() argument 87 if (text_size && *text_size) in hb_ot_name_convert_utf() 89 (*text_size)--; /* Same room for NUL-termination. */ in hb_ot_name_convert_utf() 90 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() 103 *text_size = dst - text; in hb_ot_name_convert_utf() 122 unsigned int *text_size /* IN/OUT */, in hb_ot_name_get_utf() argument 137 return hb_ot_name_convert_utf<hb_utf16_be_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 140 return hb_ot_name_convert_utf<hb_ascii_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 143 if (text_size) in hb_ot_name_get_utf() 145 if (*text_size) in hb_ot_name_get_utf() [all …]
|
D | hb-ot-name.h | 109 unsigned int *text_size /* IN/OUT */, 116 unsigned int *text_size /* IN/OUT */, 123 unsigned int *text_size /* IN/OUT */,
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-name.cc | 71 unsigned int *text_size /* IN/OUT */, in hb_ot_name_convert_utf() argument 83 if (text_size && *text_size) in hb_ot_name_convert_utf() 85 (*text_size)--; /* Same room for NUL-termination. */ in hb_ot_name_convert_utf() 86 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() 99 *text_size = dst - text; in hb_ot_name_convert_utf() 118 unsigned int *text_size /* IN/OUT */, in hb_ot_name_get_utf() argument 133 return hb_ot_name_convert_utf<hb_utf16_be_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 136 return hb_ot_name_convert_utf<hb_ascii_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 139 if (text_size) in hb_ot_name_get_utf() 141 if (*text_size) in hb_ot_name_get_utf() [all …]
|
D | hb-ot-name.h | 138 unsigned int *text_size /* IN/OUT */, 145 unsigned int *text_size /* IN/OUT */, 152 unsigned int *text_size /* IN/OUT */,
|
/third_party/harfbuzz/src/ |
D | hb-ot-name.cc | 71 unsigned int *text_size /* IN/OUT */, in hb_ot_name_convert_utf() argument 83 if (text_size && *text_size) in hb_ot_name_convert_utf() 85 (*text_size)--; /* Same room for NUL-termination. */ in hb_ot_name_convert_utf() 86 const typename out_utf_t::codepoint_t *dst_end = text + *text_size; in hb_ot_name_convert_utf() 99 *text_size = dst - text; in hb_ot_name_convert_utf() 118 unsigned int *text_size /* IN/OUT */, in hb_ot_name_get_utf() argument 133 return hb_ot_name_convert_utf<hb_utf16_be_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 136 return hb_ot_name_convert_utf<hb_ascii_t, utf_t> (bytes, text_size, text); in hb_ot_name_get_utf() 139 if (text_size) in hb_ot_name_get_utf() 141 if (*text_size) in hb_ot_name_get_utf() [all …]
|
D | hb-ot-name.h | 108 unsigned int *text_size /* IN/OUT */, 115 unsigned int *text_size /* IN/OUT */, 122 unsigned int *text_size /* IN/OUT */,
|
/third_party/python/Programs/ |
D | _freeze_importlib.c | 40 size_t text_size, data_size, i, n; in main() local 63 text_size = (size_t)stat.st_size; in main() 64 text = (char *) malloc(text_size + 1); in main() 66 fprintf(stderr, "could not allocate %ld bytes\n", (long) text_size); in main() 69 n = fread(text, 1, text_size, infile); in main() 72 if (n < text_size) { in main() 74 (long) n, (long) text_size); in main() 77 text[text_size] = '\0'; in main()
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | zconf.l | 27 static int text_size, text_asize; variable 45 text_size = 0; in new_string() 51 int new_size = text_size + size + 1; in append_string() 58 memcpy(text + text_size, str, size); in append_string() 59 text_size += size; in append_string() 60 text[text_size] = 0; in append_string()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 81 unsigned int text_size = 10; in test_ot_name() local 88 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name() 89 g_assert_cmpuint (9, ==, text_size); in test_ot_name()
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-ot-name.c | 90 unsigned int text_size = 10; in test_ot_name() local 97 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name() 98 g_assert_cmpuint (9, ==, text_size); in test_ot_name()
|
/third_party/harfbuzz/test/api/ |
D | test-ot-name.c | 90 unsigned int text_size = 10; in test_ot_name() local 97 g_assert_cmpuint (27, ==, hb_ot_name_get_utf8 (face, name_id, lang, &text_size, text)); in test_ot_name() 98 g_assert_cmpuint (9, ==, text_size); in test_ot_name()
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 399 SkScalar text_size, in DEF_TEST() member 427 tsize.text_size, in DEF_TEST() 428 tsize.text_size, in DEF_TEST() 447 tsize.text_size, talign.align); in DEF_TEST() 453 tsize.text_size, talign.align); in DEF_TEST() 464 SkScalar text_size, in DEF_TEST() member 492 tsize.text_size, in DEF_TEST() 493 tsize.text_size, in DEF_TEST() 514 tsize.text_size, SkToU32(talign.align)); in DEF_TEST() 520 tsize.text_size, SkToU32(talign.align)); in DEF_TEST()
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 27 const skjson::NumberValue* text_size = (*jtxt)["s"]; in FromJSON() local 29 if (!font_name || !text || !text_size || !line_height) { in FromJSON() 40 v->fTextSize = **text_size; in FromJSON()
|
/third_party/skia/modules/skottie/src/ |
D | SkottieTest.cpp | 444 SkScalar text_size, in DEF_TEST() member 472 tsize.text_size, in DEF_TEST() 473 0, tsize.text_size, in DEF_TEST() 474 tsize.text_size, in DEF_TEST() 498 tsize.text_size, talign.align); in DEF_TEST() 504 tsize.text_size, talign.align); in DEF_TEST() 515 SkScalar text_size, in DEF_TEST() member 543 tsize.text_size, in DEF_TEST() 544 0, tsize.text_size, in DEF_TEST() 545 tsize.text_size, in DEF_TEST() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-subset-fuzzer.cc | 77 unsigned int text_size = sizeof (text_from_data) / sizeof (hb_codepoint_t); in LLVMFuzzerTestOneInput() local 79 trySubset (face, text_from_data, text_size, flags); in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/ |
D | hb-subset-fuzzer.cc | 82 unsigned int text_size = sizeof (text_from_data) / sizeof (hb_codepoint_t); in LLVMFuzzerTestOneInput() local 84 trySubset (face, text_from_data, text_size, flags); in LLVMFuzzerTestOneInput()
|
/third_party/skia/modules/skottie/src/text/ |
D | TextValue.cpp | 24 const skjson::NumberValue* text_size = (*jtxt)["s"]; in Parse() local 26 if (!font_name || !text || !text_size || !line_height) { in Parse() 37 v->fTextSize = **text_size; in Parse()
|
/third_party/harfbuzz/test/fuzzing/ |
D | hb-subset-fuzzer.cc | 97 unsigned int text_size = sizeof (text_from_data) / sizeof (hb_codepoint_t); in LLVMFuzzerTestOneInput() local 99 trySubset (face, text_from_data, text_size, flags); in LLVMFuzzerTestOneInput()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | libspirv.cpp | 47 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() argument 52 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble()
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | parser.h | 201 size_t text_size = items_.empty() ? 0 : items_.back().text_end; variable 202 data_.reset(new char[text_size]); 203 memcpy(data_.get(), other.data_.get(), text_size);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | parser.h | 223 size_t text_size = items_.empty() ? 0 : items_.back().text_end; variable 224 data_.reset(new char[text_size]); 225 memcpy(data_.get(), other.data_.get(), text_size);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() argument 84 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | libspirv.cpp | 79 bool SpirvTools::Assemble(const char* text, const size_t text_size, in Assemble() argument 84 impl_->context, text, text_size, options, &spvbinary, nullptr); in Assemble()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/include/spirv-tools/ |
D | libspirv.hpp | 96 bool Assemble(const char* text, size_t text_size,
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstsubparse.h | 76 guint8 text_size; /* percent value */ member
|