Searched refs:glyph_size (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.h69 // 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);
H A Dwoff2_dec.cc201 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
199 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
353 ProcessComposite(Buffer* composite_stream, uint8_t* dst, size_t dst_size, size_t* glyph_size, bool* have_instructions) argument
[all...]
H A Dnormalize.cc98 size_t glyph_size; local
99 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
100 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
H A Dtransform.cc238 size_t glyph_size; local
239 if (!GetGlyphData(*font, i, &glyph_data, &glyph_size) ||
240 (glyph_size > 0 && !ReadGlyph(glyph_data, glyph_size, &glyph))) {
H A Dfont.cc138 const uint8_t** glyph_data, size_t* glyph_size) {
161 *glyph_size = 2 * (offset2 - offset1);
172 *glyph_size = offset2 - offset1;
137 GetGlyphData(const Font& font, int glyph_index, const uint8_t** glyph_data, size_t* glyph_size) argument
/external/chromium_org/third_party/ots/src/
H A Dwoff2.cc305 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
303 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
457 ProcessComposite(ots::Buffer* composite_stream, uint8_t* dst, size_t dst_size, size_t* glyph_size, bool* have_instructions) argument
[all...]
/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/
H A Dftrender.h76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftrender.h76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftrender.h76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
/external/chromium_org/third_party/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/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/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/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/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
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.c910 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;
907 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/third_party/freetype/src/base/
H A Dftglyph.c292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
/external/freetype/src/base/
H A Dftglyph.c292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dfxft_ftglyph.c292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h1148 clazz->glyph_size = size_; \
/external/freetype/include/internal/
H A Dftobjs.h1140 clazz->glyph_size = size_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h1148 clazz->glyph_size = size_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h1148 clazz->glyph_size = size_; \

Completed in 1225 milliseconds