Home
last modified time | relevance | path

Searched refs:num_chars (Results 1 – 25 of 48) sorted by relevance

12

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
Dpfrcmap.c37 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()
Dpfrobjs.c142 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()
336 if ( !face || gindex >= face->phy_font.num_chars ) in pfr_slot_load()
494 if ( glyph1 > phy_font->num_chars || in pfr_face_get_kerning()
495 glyph2 > phy_font->num_chars ) in pfr_face_get_kerning()
Dpfrcmap.h32 FT_UInt num_chars; member
Dpfrdrivr.c86 if ( gindex < phys->num_chars ) in pfr_get_advance()
Dpfrtypes.h254 FT_UInt num_chars; member
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc259 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/
Dhb-graphite2.cc215 unsigned int num_chars; member
328 clusters[ci-1].num_chars += clusters[ci].num_chars; in _hb_graphite2_shape()
334 …t_can_insert_before (is) && clusters[ci].num_chars && before >= clusters[ci].base_char + clusters[… in _hb_graphite2_shape()
337 c->base_char = clusters[ci].base_char + clusters[ci].num_chars; in _hb_graphite2_shape()
339 c->num_chars = before - c->base_char; in _hb_graphite2_shape()
354 if (clusters[ci].base_char + clusters[ci].num_chars < after + 1) in _hb_graphite2_shape()
355 clusters[ci].num_chars = after + 1 - clusters[ci].base_char; in _hb_graphite2_shape()
/external/valgrind/none/tests/s390x/
Dtest.h21 int say(const char *text, unsigned long num_chars) in say() argument
23 return svc3(4, 1, (unsigned long) text, num_chars); in say()
/external/valgrind/coregrind/
Dm_libcprint.c308 UInt num_chars; // number of characters in buf member
317 fp->buf[fp->num_chars++] = c; in add_to__vgfile()
319 if (fp->num_chars == VGFILE_BUFSIZE) { in add_to__vgfile()
320 VG_(write)(fp->fd, fp->buf, fp->num_chars); in add_to__vgfile()
321 fp->num_chars = 0; in add_to__vgfile()
335 fp->num_chars = 0; in VG_()
359 if (fp->num_chars) in VG_()
360 VG_(write)(fp->fd, fp->buf, fp->num_chars); in VG_()
/external/webrtc/webrtc/system_wrappers/source/
Dfile_impl.cc216 int num_chars = vfprintf(id_, format, args); in WriteText() local
219 if (num_chars >= 0) { in WriteText()
220 return num_chars; in WriteText()
/external/ppp/pppd/plugins/
Dwinbind.c171 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/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/
Dcidload.h34 FT_Int num_chars; /* number of characters in encoding */ member
/external/pdfium/third_party/freetype/src/cid/
Dcidload.h34 FT_Int num_chars; /* number of characters in encoding */ member
/external/pdfium/fpdfsdk/src/
Dfpdftext_embeddertest.cpp45 int num_chars = FPDFText_GetText(textpage, 0, 128, fixed_buffer); in TEST_F() local
46 ASSERT_GE(num_chars, 0); in TEST_F()
47 EXPECT_EQ(sizeof(expected), static_cast<size_t>(num_chars)); in TEST_F()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
Dt42parse.h46 FT_Int num_chars; /* number of characters in encoding */ member
Dt42objs.c151 type1->encoding.num_chars = loader.num_chars; in T42_Open_Face()
Dt42parse.c357 loader->num_chars = encode->num_chars = count; in t42_parse_encoding()
1262 loader->num_chars = 0; in t42_loader_init()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/
Dt1load.h38 FT_Int num_chars; /* number of characters in encoding */ member
Dt1load.c1236 loader->num_chars = encode->num_chars = count; in parse_encoding()
2109 loader->num_chars = 0; in t1_init_loader()
2329 type1->encoding.num_chars = loader.num_chars; in T1_Open_Face()
/external/pdfium/third_party/freetype/src/type1/
Dt1load.h38 FT_Int num_chars; /* number of characters in encoding */ member
/external/v8/src/regexp/
Dregexp-parser.cc1144 int num_chars = char_vector.length(); in AddQuantifierToAtom() local
1145 if (num_chars > 1) { in AddQuantifierToAtom()
1146 Vector<const uc16> prefix = char_vector.SubVector(0, num_chars - 1); in AddQuantifierToAtom()
1148 char_vector = char_vector.SubVector(num_chars - 1, num_chars); in AddQuantifierToAtom()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/
Dt1types.h71 FT_Int num_chars; member
/external/pdfium/third_party/freetype/include/freetype/internal/
Dt1types.h71 FT_Int num_chars; member
/external/freetype/include/internal/
Dt1types.h71 FT_Int num_chars; member
/external/libchrome/base/strings/
Dstring_util_unittest.cc1107 static void WritesCorrectly(size_t num_chars) { in WritesCorrectly() argument
1110 strncpy(WriteInto(&buffer, num_chars + 1), kOriginal, num_chars); in WritesCorrectly()
1114 std::min(num_chars, arraysize(kOriginal) - 1)), in WritesCorrectly()
1116 EXPECT_EQ(num_chars, buffer.size()); in WritesCorrectly()

12