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

  /external/chromium_org/third_party/brotli/src/woff2/
font.h 69 // Sets *glyph_data and *glyph_size to point to the location of the glyph data
72 const uint8_t** glyph_data, size_t* glyph_size);
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...]
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))) {
font.cc 138 const uint8_t** glyph_data, size_t* glyph_size) {
161 *glyph_size = 2 * (offset2 - offset1);
172 *glyph_size = offset2 - offset1;
  /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...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftrender.h 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
  /external/freetype/include/
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/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/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 785 FT_ULong glyph_size,
797 if ( glyph_start + glyph_size > decoder->ebdt_size )
804 FT_FRAME_EXTRACT( glyph_size, data ) )
808 p_limit = p + glyph_size;
    [all...]
ttsbit0.c 698 FT_ULong glyph_size,
710 if ( glyph_start + glyph_size > decoder->ebdt_size )
717 FT_FRAME_EXTRACT( glyph_size, data ) )
721 p_limit = p + glyph_size;
  /external/freetype/src/sfnt/
ttsbit.c 910 FT_ULong glyph_size,
922 if ( glyph_start + glyph_size > decoder->ebdt_size )
929 FT_FRAME_EXTRACT( glyph_size, data ) )
933 p_limit = p + glyph_size;
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftglyph.c 292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
  /external/freetype/src/base/
ftglyph.c 292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/freetype/include/internal/
ftobjs.h     [all...]

Completed in 251 milliseconds