HomeSort by relevance Sort by last modified time
    Searched defs:glyph_size (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/brotli/src/woff2/
normalize.cc 98 size_t glyph_size; local
99 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
100 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
transform.cc 238 size_t glyph_size; local
239 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
240 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
woff2_dec.cc 201 uint8_t* dst, size_t dst_size, size_t* glyph_size) {
294 *glyph_size = y_offset;
354 size_t dst_size, size_t* glyph_size, bool* have_instructions) {
389 *glyph_size = kCompositeGlyphBegin + composite_glyph_size;
464 size_t glyph_size = 0; local
476 &glyph_size, &have_instructions)) {
483 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
486 Store16(glyf_dst, glyph_size, instruction_size);
487 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
491 glyph_size += instruction_size + 2
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftrender.h 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); local
85 size += abs(glyph_size);
86 fixed = (glyph_size <= 0) ? false : fixed;
  /external/freetype/include/
ftrender.h 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftrender.h 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftrender.h 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
  /external/sfntly/cpp/src/sfntly/table/bitmap/
ebdt_table.cc 84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); local
85 size += abs(glyph_size);
86 fixed = (glyph_size <= 0) ? false : fixed;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); local
139 size += abs(glyph_size);
140 variable |= glyph_size <= 0;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); local
139 size += abs(glyph_size);
140 variable |= glyph_size <= 0;
  /external/chromium_org/third_party/ots/src/
woff2.cc 305 uint8_t* dst, size_t dst_size, size_t* glyph_size) {
398 *glyph_size = y_offset;
458 size_t dst_size, size_t* glyph_size, bool* have_instructions) {
493 *glyph_size = kCompositeGlyphBegin + composite_glyph_size;
571 size_t glyph_size = 0; local
583 &glyph_size, &have_instructions)) {
591 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
594 Store16(glyf_dst, glyph_size, instruction_size);
595 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
599 glyph_size += instruction_size + 2
    [all...]

Completed in 413 milliseconds