HomeSort by relevance Sort by last modified time
    Searched full:glyph_count (Results 1 - 25 of 42) sorted by null

1 2

  /external/sfntly/cpp/src/sample/chromium/
font_subsetter.cc 25 size_t glyph_count,
29 glyph_ids == NULL || glyph_count == 0) {
38 return subsetter.SubsetFont(glyph_ids, glyph_count, output_buffer);
font_subsetter.h 41 // |glyph_count| Number of glyph IDs in |glyph_ids|
47 size_t glyph_count,
subsetter_impl.h 61 size_t glyph_count,
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 68 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
91 globals->glyph_count );
127 gindex < (FT_ULong)globals->glyph_count &&
138 if ( gindex < (FT_ULong)globals->glyph_count &&
151 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
164 for ( nn = 0; nn < globals->glyph_count; nn++ )
194 globals->glyph_count = face->num_glyphs;
235 globals->glyph_count = 0;
259 if ( gindex >= (FT_ULong)globals->glyph_count )
312 if ( gindex < (FT_ULong)globals->glyph_count )
    [all...]
  /external/freetype/src/autofit/
afglobal.c 69 globals->glyph_count );
105 gindex < (FT_ULong)globals->glyph_count &&
116 if ( gindex < (FT_ULong)globals->glyph_count &&
129 if ( gindex != 0 && gindex < (FT_ULong)globals->glyph_count )
143 for ( nn = 0; nn < globals->glyph_count; nn++ )
175 globals->glyph_count = face->num_glyphs;
219 globals->glyph_count = 0;
243 if ( gindex >= (FT_ULong)globals->glyph_count )
297 if ( gindex < (FT_ULong)globals->glyph_count )
afglobal.h 65 FT_Long glyph_count; /* same as face->num_glyphs */ member in struct:AF_FaceGlobalsRec_
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-icu-le.cc 147 unsigned int glyph_count = le_layoutChars (le, local
162 if (unlikely (glyph_count >= num_glyphs || glyph_count > buffer->allocated)) {
169 ALLOCATE_ARRAY (LEGlyphID, glyphs, glyph_count);
170 ALLOCATE_ARRAY (le_int32, indices, glyph_count);
171 ALLOCATE_ARRAY (float, positions, glyph_count * 2 + 2);
184 for (unsigned int i = 0; i < glyph_count; i++)
hb-graphite2.cc 273 unsigned int glyph_count = gr_seg_n_slots (seg); local
274 if (unlikely (!glyph_count)) {
282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size)
294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
338 buffer->len = glyph_count;
  /external/harfbuzz_ng/src/
hb-icu-le.cc 147 unsigned int glyph_count = le_layoutChars (le, local
162 if (unlikely (glyph_count >= num_glyphs || glyph_count > buffer->allocated)) {
169 ALLOCATE_ARRAY (LEGlyphID, glyphs, glyph_count);
170 ALLOCATE_ARRAY (le_int32, indices, glyph_count);
171 ALLOCATE_ARRAY (float, positions, glyph_count * 2 + 2);
184 for (unsigned int i = 0; i < glyph_count; i++)
hb-graphite2.cc 273 unsigned int glyph_count = gr_seg_n_slots (seg); local
274 if (unlikely (!glyph_count)) {
282 sizeof (hb_codepoint_t) * glyph_count) > scratch_size)
294 ALLOCATE_ARRAY (hb_codepoint_t, gids, glyph_count);
338 buffer->len = glyph_count;
  /external/chromium_org/third_party/ots/src/
gsub.cc 97 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...]
layout.cc 273 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) {
347 uint16_t glyph_count = 0; local
348 if (!subtable.ReadU16(&glyph_count)) {
351 if (glyph_count > num_glyphs) {
352 OTS_WARNING("bad glyph count: %u", glyph_count);
355 for (unsigned i = 0; i < glyph_count; ++i)
441 uint16_t glyph_count = 0; local
549 uint16_t glyph_count = 0; local
669 uint16_t glyph_count = 0; local
    [all...]
gdef.cc 40 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) {
  /external/chromium_org/ppapi/proxy/
flash_resource.h 54 uint32_t glyph_count,
flash_resource.cc 195 uint32_t glyph_count,
220 &glyph_indices[glyph_count]);
223 &glyph_advances[glyph_count]);
  /external/chromium_org/ppapi/thunk/
ppb_flash_functions_api.h 41 uint32_t glyph_count,
ppb_flash_thunk.cc 38 uint32_t glyph_count,
46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
  /external/chromium_org/ui/gfx/
render_text_mac.cc 266 const size_t glyph_count = CTRunGetGlyphCount(ct_run); local
269 if (glyph_count == 0) {
279 run->glyphs.resize(glyph_count);
285 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
290 run->glyph_positions.resize(glyph_count);
294 positions.resize(glyph_count);
298 for (size_t glyph = 0; glyph < glyph_count; glyph++) {
render_text_win.cc 146 : run.glyph_count);
150 run.logical_clusters[run_range.end()] : run.glyph_count);
153 DCHECK(ui::Range(0, run.glyph_count).Contains(result));
168 glyph_count(0),
190 run->glyph_count,
248 run->glyph_count,
489 if ((run->glyph_count == 0) || (x >= display_rect().right()) ||
497 pos.resize(run->glyph_count + 1);
499 for (int glyph = 0; glyph < run->glyph_count; glyph++) {
631 if (run->glyph_count > 0)
    [all...]
render_text_linux.cc 407 int glyph_count = run->glyphs->num_glyphs; local
409 if (glyph_count == 0)
419 glyphs.resize(glyph_count);
420 pos.resize(glyph_count);
443 const size_t glyph_text_index = (glyph_index == glyph_count) ?
467 } while (glyph_index < glyph_count);
  /external/chromium_org/ppapi/cpp/private/
flash.h 47 uint32_t glyph_count,
flash.cc 109 uint32_t glyph_count,
123 glyph_count,
137 glyph_count,
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_renderer_host.cc 179 size_t glyph_count = params.glyph_indices.size(); local
180 if (glyph_count) {
182 storage.resize(glyph_count);
184 for (uint32_t i = 0; i < glyph_count; i++) {
190 canvas->drawPosText(&params.glyph_indices[0], glyph_count * 2, sk_positions,
  /external/chromium_org/ppapi/api/private/
ppb_flash.idl 145 [in] uint32_t glyph_count,
146 [in, size_is(glyph_count)] uint16_t[] glyph_indices,
147 [in, size_is(glyph_count)] PP_Point[] glyph_advances);
  /external/chromium_org/ppapi/c/private/
ppb_flash.h 164 uint32_t glyph_count,
251 uint32_t glyph_count,
282 uint32_t glyph_count,
316 uint32_t glyph_count,

Completed in 519 milliseconds

1 2