/external/freetype/src/pfr/ |
D | pfrcmap.c | 37 cmap->num_chars = face->phy_font.num_chars; in pfr_cmap_init() 46 for ( n = 1; n < cmap->num_chars; n++ ) in pfr_cmap_init() 65 cmap->num_chars = 0; in pfr_cmap_done() 74 FT_UInt max = cmap->num_chars; in pfr_cmap_char_index() 109 FT_UInt max = cmap->num_chars; in pfr_cmap_char_next() 141 if ( min < cmap->num_chars ) in pfr_cmap_char_next()
|
D | pfrobjs.c | 142 pfrface->num_glyphs = (FT_Long)phy_font->num_chars + 1; in pfr_face_init() 152 for ( nn = 0; nn < phy_font->num_chars; nn++ ) in pfr_face_init() 156 if ( nn == phy_font->num_chars ) in pfr_face_init() 238 FT_UInt count = phy_font->num_chars; in pfr_face_init() 330 if ( !face || gindex >= face->phy_font.num_chars ) in pfr_slot_load() 492 if ( glyph1 > phy_font->num_chars || in pfr_face_get_kerning() 493 glyph2 > phy_font->num_chars ) in pfr_face_get_kerning()
|
D | pfrcmap.h | 32 FT_UInt num_chars; member
|
D | pfrdrivr.c | 86 if ( gindex < phys->num_chars ) in pfr_get_advance()
|
/external/google-breakpad/src/common/linux/tests/ |
D | crash_generator.cc | 259 int num_chars = snprintf(from_path, PATH_MAX, "/proc/%d/%s", in CopyProcFiles() local 261 if (num_chars < 0 || num_chars >= PATH_MAX) in CopyProcFiles() 264 num_chars = snprintf(to_path, PATH_MAX, "%s/%s", in CopyProcFiles() 266 if (num_chars < 0 || num_chars >= PATH_MAX) in CopyProcFiles()
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 224 unsigned int num_chars; member 343 clusters[ci-1].num_chars += clusters[ci].num_chars; in _hb_graphite2_shape() 349 …t_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[… in _hb_graphite2_shape() 352 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape() 354 c->num_chars = before - c->base_char; in _hb_graphite2_shape() 369 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape() 370 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
|
/external/pdfium/fpdfsdk/ |
D | fpdftext_embeddertest.cpp | 59 int num_chars = FPDFText_GetText(textpage, 0, 128, fixed_buffer); in TEST_F() local 60 ASSERT_GE(num_chars, 0); in TEST_F() 61 EXPECT_EQ(sizeof(expected), static_cast<size_t>(num_chars)); in TEST_F() 622 int num_chars = FPDFText_GetText(textpage, 0, 128, fixed_buffer); in TEST_F() local 624 ASSERT_GE(num_chars, 0); in TEST_F() 625 EXPECT_EQ(sizeof(expected), static_cast<size_t>(num_chars)); in TEST_F() 634 num_chars = FPDFText_GetText(textpage, offset, 128, fixed_buffer); in TEST_F() 636 ASSERT_GE(num_chars, 0); in TEST_F() 637 EXPECT_EQ(sizeof(expected_substring), static_cast<size_t>(num_chars)); in TEST_F()
|
D | fpdfformfill_embeddertest.cpp | 67 void TypeTextIntoTextField(int num_chars, const CFX_PointF& point) { in TypeTextIntoTextField() argument 72 for (int i = 0; i < num_chars; ++i) { in TypeTextIntoTextField() 79 void SelectTextWithKeyboard(int num_chars, in SelectTextWithKeyboard() argument 89 for (int i = 0; i < num_chars; ++i) { in SelectTextWithKeyboard() 111 int num_chars = expected_string.GetLength(); in CheckSelection() local 115 sizeof(unsigned short) * (num_chars + 1); in CheckSelection() 124 EXPECT_EQ(expected_string, WideString::FromUTF16LE(buf.data(), num_chars)); in CheckSelection()
|
/external/tensorflow/tensorflow/core/ops/ |
D | string_ops.cc | 315 DimensionHandle num_chars = c->UnknownDim(); in __anonb4ab91930902() local 316 c->set_output(1, c->Vector(num_chars)); in __anonb4ab91930902() 337 DimensionHandle num_chars = c->UnknownDim(); in __anonb4ab91930a02() local 338 c->set_output(1, c->Vector(num_chars)); in __anonb4ab91930a02() 339 c->set_output(2, c->Vector(num_chars)); in __anonb4ab91930a02()
|
/external/u-boot/drivers/demo/ |
D | demo-shape.c | 22 int num_chars; /* Number of non-space characters output so far */ member 64 data->num_chars++; in shape_hello() 90 *status = data->num_chars; in shape_status()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | file_impl.cc | 216 int num_chars = vfprintf(id_, format, args); in WriteText() local 219 if (num_chars >= 0) { in WriteText() 220 return num_chars; in WriteText()
|
/external/harfbuzz_ng/util/ |
D | options.hh | 322 unsigned int num_chars; in verify_buffer_safe_to_break() local 323 hb_glyph_info_t *text = hb_buffer_get_glyph_infos (text_buffer, &num_chars); in verify_buffer_safe_to_break() 328 unsigned int text_start = forward ? 0 : num_chars; in verify_buffer_safe_to_break() 341 text_end = num_chars; in verify_buffer_safe_to_break() 350 while (text_end < num_chars && text[text_end].cluster < cluster) in verify_buffer_safe_to_break() 372 if (text_end < num_chars) in verify_buffer_safe_to_break()
|
/external/ppp/pppd/plugins/ |
D | winbind.c | 171 size_t num_chars = 0; in strhex_to_str() local 194 p[num_chars] = (hinybble << 4) | lonybble; in strhex_to_str() 195 num_chars++; in strhex_to_str() 200 return num_chars; in strhex_to_str()
|
/external/freetype/src/cid/ |
D | cidload.h | 34 FT_Int num_chars; /* number of characters in encoding */ member
|
/external/freetype/src/type42/ |
D | t42parse.h | 46 FT_Int num_chars; /* number of characters in encoding */ member
|
/external/freetype/src/type1/ |
D | t1load.h | 38 FT_Int num_chars; /* number of characters in encoding */ member
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_combo_box_embeddertest.cpp | 71 void TypeTextIntoTextField(int num_chars) { in TypeTextIntoTextField() argument 73 for (int i = 0; i < num_chars; ++i) { in TypeTextIntoTextField()
|
D | cpwl_edit_embeddertest.cpp | 71 void TypeTextIntoTextField(int num_chars) { in TypeTextIntoTextField() argument 73 for (int i = 0; i < num_chars; ++i) { in TypeTextIntoTextField()
|
/external/freetype/include/freetype/internal/ |
D | t1types.h | 77 FT_Int num_chars; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 331 const auto num_chars = processed_string.size(); in MergeModules() local 333 const auto num_words = (num_chars + 1 + 3) / 4; in MergeModules() 335 std::memcpy(processed_words.data(), processed_string.data(), num_chars); in MergeModules()
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 331 const auto num_chars = processed_string.size(); in MergeModules() local 333 const auto num_words = (num_chars + 1 + 3) / 4; in MergeModules() 335 std::memcpy(processed_words.data(), processed_string.data(), num_chars); in MergeModules()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 338 const auto num_chars = ext_name.size(); in GetOutputBufferId() local 340 const auto num_words = (num_chars + 1 + 3) / 4; in GetOutputBufferId() 342 std::memcpy(ext_words.data(), ext_name.data(), num_chars); in GetOutputBufferId()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 336 const auto num_chars = ext_name.size(); in GetOutputBufferId() local 338 const auto num_words = (num_chars + 1 + 3) / 4; in GetOutputBufferId() 340 std::memcpy(ext_words.data(), ext_name.data(), num_chars); in GetOutputBufferId()
|
/external/v8/src/regexp/ |
D | regexp-parser.cc | 1963 int num_chars = char_vector.length(); in AddQuantifierToAtom() local 1964 if (num_chars > 1) { in AddQuantifierToAtom() 1965 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1); in AddQuantifierToAtom() 1967 char_vector = char_vector.SubVector(num_chars - 1, num_chars); in AddQuantifierToAtom()
|
/external/libchrome/base/strings/ |
D | string_util_unittest.cc | 1346 static void WritesCorrectly(size_t num_chars) { in WritesCorrectly() argument 1349 strncpy(WriteInto(&buffer, num_chars + 1), kOriginal, num_chars); in WritesCorrectly() 1353 std::min(num_chars, arraysize(kOriginal) - 1)), in WritesCorrectly() 1355 EXPECT_EQ(num_chars, buffer.size()); in WritesCorrectly()
|