Searched refs:glyph_count (Results 1 - 25 of 51) sorted by last modified time

123

/external/skia/tools/lua/
H A Dglyph-usage.lua141 io.write("glyph_count,", k, ",frequency,", v, "\n")
/external/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
H A Dfont_subsetter.h41 // |glyph_count| Number of glyph IDs in |glyph_ids|
47 size_t glyph_count,
H A Dsubsetter_impl.cc163 size_t glyph_count,
166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) {
173 for (size_t i = 0; i < glyph_count; ++i) {
639 size_t glyph_count,
656 glyph_ids, glyph_count, &glyph_id_processed) ||
160 ResolveCompositeGlyphs(GlyphTable* glyph_table, LocaTable* loca_table, const unsigned int* glyph_ids, size_t glyph_count, IntegerSet* glyph_id_processed) argument
638 SubsetFont(const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
H A Dsubsetter_impl.h61 size_t glyph_count,
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshalgo.c1757 FT_UInt glyph_count = glyph->num_points; local
1762 for ( ; glyph_count > 0; glyph_count--, point++ )
/external/pdfium/core/src/fxge/win32/
H A Ddwrite_int.h47 int glyph_count, unsigned short* glyph_indices,
H A Dfx_win32_dwrite.cpp228 int glyph_count, unsigned short* glyph_indices,
250 glyphRun.glyphCount = glyph_count;
226 DwRendingString(void* renderTarget, CFX_ClipRgn* pClipRgn, FX_RECT& stringRect, CFX_AffineMatrix* pMatrix, void *font, FX_FLOAT font_size, FX_ARGB text_color, int glyph_count, unsigned short* glyph_indices, FX_FLOAT baselineOriginX, FX_FLOAT baselineOriginY, void* glyph_offsets, FX_FLOAT* glyph_advances) argument
/external/harfbuzz_ng/src/
H A Dhb-face.cc440 * @glyph_count:
448 unsigned int glyph_count)
453 face->num_glyphs = glyph_count;
447 hb_face_set_glyph_count(hb_face_t *face, unsigned int glyph_count) argument
H A Dhb-face.h109 unsigned int glyph_count);
H A Dhb-graphite2.cc266 unsigned int glyph_count = gr_seg_n_slots (seg); local
267 if (unlikely (!glyph_count)) {
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
296 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
344 buffer->len = glyph_count;
/external/freetype/src/autofit/
H A Dafglobal.c147 globals->glyph_count );
194 gindex < (FT_ULong)globals->glyph_count &&
205 if ( gindex < (FT_ULong)globals->glyph_count &&
237 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
251 for ( nn = 0; nn < globals->glyph_count; nn++ )
277 for ( idx = 0; idx < globals->glyph_count; idx++ )
322 globals->glyph_count = face->num_glyphs;
376 globals->glyph_count = 0;
400 if ( gindex >= (FT_ULong)globals->glyph_count )
457 if ( gindex < (FT_ULong)globals->glyph_count )
[all...]
H A Dafglobal.h102 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
H A Dhbshim.c361 if ( idx >= (hb_codepoint_t)globals->glyph_count )
/external/freetype/src/pshinter/
H A Dpshalgo.c1756 FT_UInt glyph_count = glyph->num_points; local
1761 for ( ; glyph_count > 0; glyph_count--, point++ )
/external/chromium_org/third_party/skia/tools/lua/
H A Dglyph-counts.lua96 io.write("glyph_count ", k, ",frequency ", v * 100 / gTotalCount, "\n")
H A Dglyph-usage.lua141 io.write("glyph_count,", k, ",frequency,", v, "\n")
/external/chromium_org/third_party/ots/src/
H A Dgdef.cc40 uint16_t glyph_count = 0; local
42 !subtable.ReadU16(&glyph_count)) {
46 2 * static_cast<unsigned>(glyph_count) + 4;
54 if (glyph_count > num_glyphs) {
55 OTS_WARNING("bad glyph count: %u", glyph_count);
60 attach_points.resize(glyph_count);
61 for (unsigned i = 0; i < glyph_count; ++i) {
H A Dgsub.cc97 uint16_t glyph_count = 0; local
98 if (!subtable.ReadU16(&glyph_count)) {
101 if (glyph_count > num_glyphs) {
104 for (unsigned i = 0; i < glyph_count; ++i) {
133 uint16_t glyph_count = 0; local
134 if (!subtable.ReadU16(&glyph_count)) {
137 if (glyph_count > num_glyphs) {
140 for (unsigned i = 0; i < glyph_count; ++i) {
208 uint16_t glyph_count = 0; local
209 if (!subtable.ReadU16(&glyph_count)) {
472 uint16_t glyph_count = 0; local
[all...]
H A Dlayout.cc273 uint16_t glyph_count = 0; local
274 if (!subtable.ReadU16(&glyph_count)) {
277 if (glyph_count > num_glyphs) {
278 OTS_WARNING("bad glyph count: %u", glyph_count);
281 for (unsigned i = 0; i < glyph_count; ++i) {
348 uint16_t glyph_count = 0; local
349 if (!subtable.ReadU16(&glyph_count)) {
352 if (glyph_count > num_glyphs) {
353 OTS_WARNING("bad glyph count: %u", glyph_count);
356 for (unsigned i = 0; i < glyph_count;
454 uint16_t glyph_count = 0; local
562 uint16_t glyph_count = 0; local
682 uint16_t glyph_count = 0; local
[all...]
H A Dmath.cc439 uint16_t glyph_count,
447 num_glyphs, glyph_count)) {
452 for (unsigned i = 0; i < glyph_count; ++i) {
434 ParseMathGlyphConstructionSequence(ots::Buffer* subtable, const uint8_t *data, size_t length, const uint16_t num_glyphs, uint16_t offset_coverage, uint16_t glyph_count, const unsigned sequence_end) argument
/external/chromium_org/third_party/ots/test/
H A Dlayout_common_table_test.cc152 bool BuildFakeCoverageFormat1(ots::OTSStream *out, const uint16_t glyph_count) { argument
153 if (!out->WriteU16(1) || !out->WriteU16(glyph_count)) {
156 for (uint16_t glyph_id = 1; glyph_id <= glyph_count; ++glyph_id) {
183 bool BuildFakeClassDefFormat1(ots::OTSStream *out, const uint16_t glyph_count) { argument
186 !out->WriteU16(glyph_count)) {
189 for (uint16_t class_value = 1; class_value <= glyph_count; ++class_value) {
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/
H A Dfont_subsetter.cc25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
21 SubsetFont(const char* font_name, const unsigned char* original_font, size_t font_size, const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument
H A Dfont_subsetter.h41 // |glyph_count| Number of glyph IDs in |glyph_ids|
47 size_t glyph_count,
H A Dsubsetter_impl.cc163 size_t glyph_count,
166 glyph_ids == NULL || glyph_count == 0 || glyph_id_processed == NULL) {
173 for (size_t i = 0; i < glyph_count; ++i) {
639 size_t glyph_count,
656 glyph_ids, glyph_count, &glyph_id_processed) ||
160 ResolveCompositeGlyphs(GlyphTable* glyph_table, LocaTable* loca_table, const unsigned int* glyph_ids, size_t glyph_count, IntegerSet* glyph_id_processed) argument
638 SubsetFont(const unsigned int* glyph_ids, size_t glyph_count, unsigned char** output_buffer) argument

Completed in 3288 milliseconds

123