Searched defs:glyph_size (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftrender.h76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
/external/freetype/include/freetype/
H A Dftrender.h76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debdt_table.cc84 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/freetype/src/sfnt/
H A Dttsbit.c1182 FT_Int glyph_size; local
1211 glyph_size = glyph_height * line_length;
1220 glyph_size = ( glyph_height * line_bits + 7 ) >> 3;
1228 if ( FT_FRAME_ENTER( glyph_size ) )
H A Dttsbit0.c698 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;
695 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
/external/freetype/src/sfnt/
H A Dttsbit.c785 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;
781 tt_sbit_decoder_load_bitmap( TT_SBitDecoder decoder, FT_UInt load_flags, FT_UInt glyph_format, FT_ULong glyph_start, FT_ULong glyph_size, FT_Int x_pos, FT_Int y_pos ) argument
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); local
139 size += abs(glyph_size);
140 variable |= glyph_size <= 0;
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc287 uint8_t* dst, size_t dst_size, size_t* glyph_size) {
380 *glyph_size = y_offset;
440 size_t dst_size, size_t* glyph_size, bool* have_instructions) {
475 *glyph_size = kCompositeGlyphBegin + composite_glyph_size;
553 size_t glyph_size = 0; local
565 &glyph_size, &have_instructions)) {
573 if (instruction_size + 2 > glyf_dst_size - glyph_size) {
576 Store16(glyf_dst, glyph_size, instruction_size);
577 if (!instruction_stream.Read(glyf_dst + glyph_size + 2,
581 glyph_size
285 StorePoints(const std::vector<Point>& points, unsigned int n_contours, unsigned int instruction_length, uint8_t* dst, size_t dst_size, size_t* glyph_size) argument
439 ProcessComposite(ots::Buffer* composite_stream, uint8_t* dst, size_t dst_size, size_t* glyph_size, bool* have_instructions) argument
[all...]

Completed in 451 milliseconds