/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,
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 61 size_t glyph_count,
|
subsetter_impl.cc | 163 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) ||
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 61 size_t glyph_count,
|
subsetter_impl.cc | 163 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) ||
|
/external/chromium_org/ppapi/thunk/ |
ppb_flash_thunk.cc | 38 uint32_t glyph_count, 46 allow_subpixel_aa, glyph_count, glyph_indices, glyph_advances);
|
/external/chromium_org/chrome/renderer/pepper/ |
pepper_flash_renderer_host.cc | 276 size_t glyph_count = params.glyph_indices.size(); local 277 if (glyph_count) { 279 storage.resize(glyph_count); 281 for (uint32_t i = 0; i < glyph_count; i++) { 287 canvas->drawPosText(¶ms.glyph_indices[0], glyph_count * 2, sk_positions,
|
/external/chromium_org/ui/gfx/ |
render_text_win.h | 46 int glyph_count; member in struct:gfx::internal::TextRun
|
render_text.cc | 243 size_t glyph_count) { 264 const size_t byte_length = glyph_count * sizeof(glyphs[0]); [all...] |
render_text.h | 66 size_t glyph_count);
|
/external/harfbuzz/src/ |
harfbuzz-gdef.h | 130 HB_UShort glyph_count,
|
harfbuzz-gdef.c | 789 HB_UShort glyph_count, 824 glyph_count--; 826 for ( n = 0; n < glyph_count + 1; n++ ) 830 if ( n == glyph_count ) 871 if ( n == glyph_count )
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gdef.h | 130 HB_UShort glyph_count,
|
harfbuzz-gdef.c | 789 HB_UShort glyph_count, 824 glyph_count--; 826 for ( n = 0; n < glyph_count + 1; n++ ) 830 if ( n == glyph_count ) 871 if ( n == glyph_count )
|
/external/chromium_org/third_party/ots/test/ |
layout_common_table_test.cc | 152 bool BuildFakeCoverageFormat1(ots::OTSStream *out, const uint16_t glyph_count) { 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) { 186 !out->WriteU16(glyph_count)) { 189 for (uint16_t class_value = 1; class_value <= glyph_count; ++class_value) {
|
/external/harfbuzz_ng/src/ |
hb-font.h | 110 unsigned int glyph_count);
|
hb-font.cc | 753 unsigned int glyph_count) 758 face->num_glyphs = glyph_count;
|
/external/skia/tools/lua/ |
glyph-usage.lua | 141 io.write("glyph_count,", k, ",frequency,", v, "\n")
|
/external/chromium_org/third_party/freetype/src/pshinter/ |
pshalgo.c | 1757 FT_UInt glyph_count = glyph->num_points; local [all...] |
/external/freetype/src/pshinter/ |
pshalgo.c | 1757 FT_UInt glyph_count = glyph->num_points; local [all...] |
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
pnacl_shim.c | [all...] |