HomeSort by relevance Sort by last modified time
    Searched refs:num_glyphs (Results 101 - 125 of 193) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face.cc 58 0, /* num_glyphs */
100 face->num_glyphs = (unsigned int) -1;
453 face->num_glyphs = glyph_count;
477 num_glyphs = maxp_table->get_num_glyphs ();
hb-coretext.cc 744 unsigned int num_glyphs = CTRunGetGlyphCount (run); local
745 if (num_glyphs == 0)
748 buffer->ensure (buffer->len + num_glyphs);
757 ALLOCATE_ARRAY (CGGlyph, glyph_buf, num_glyphs);
764 ALLOCATE_ARRAY (CGPoint, position_buf, num_glyphs);
771 ALLOCATE_ARRAY (CFIndex, index_buf, num_glyphs);
780 for (unsigned int j = 0; j < num_glyphs; j++) {
781 double advance = (j + 1 < num_glyphs ? positions[j + 1].x : positions[0].x + run_width) - positions[j].x;
    [all...]
  /external/harfbuzz_ng/src/
hb-face.cc 58 0, /* num_glyphs */
100 face->num_glyphs = (unsigned int) -1;
453 face->num_glyphs = glyph_count;
477 num_glyphs = maxp_table->get_num_glyphs ();
  /external/freetype/src/sfnt/
ttsbit.c 1142 FT_ULong mm, num_glyphs; local
1148 num_glyphs = FT_NEXT_ULONG( p );
1150 /* overflow check for p + ( num_glyphs + 1 ) * 4 */
1151 if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) )
1154 for ( mm = 0; mm < num_glyphs; mm++ )
1177 FT_ULong image_size, mm, num_glyphs; local
    [all...]
  /external/chromium_org/third_party/freetype/src/sfnt/
ttsbit.c 1043 FT_ULong mm, num_glyphs; local
1049 num_glyphs = FT_NEXT_ULONG( p );
1051 /* overflow check for p + ( num_glyphs + 1 ) * 4 */
1052 if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) )
1055 for ( mm = 0; mm < num_glyphs; mm++ )
1070 if ( mm >= num_glyphs )
1078 FT_ULong image_size, mm, num_glyphs; local
1089 num_glyphs = FT_NEXT_ULONG( p );
1091 /* overflow check for p + 2 * num_glyphs */
1092 if ( num_glyphs > (FT_ULong)( ( p_limit - p ) >> 1 )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
ttsbit.c 1043 FT_ULong mm, num_glyphs; local
1049 num_glyphs = FT_NEXT_ULONG( p );
1051 /* overflow check for p + ( num_glyphs + 1 ) * 4 */
1052 if ( num_glyphs > (FT_ULong)( ( ( p_limit - p ) >> 2 ) - 1 ) )
1055 for ( mm = 0; mm < num_glyphs; mm++ )
1070 if ( mm >= num_glyphs )
1078 FT_ULong image_size, mm, num_glyphs; local
1089 num_glyphs = FT_NEXT_ULONG( p );
1091 /* overflow check for p + 2 * num_glyphs */
1092 if ( num_glyphs > (FT_ULong)( ( p_limit - p ) >> 1 )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
519 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
688 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
713 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
  /external/freetype/include/internal/
tttypes.h 588 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
757 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
782 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
t1types.h 111 FT_Int num_glyphs; member in struct:T1_FontRec_
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
519 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
688 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
713 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
519 FT_ULong num_glyphs; member in struct:TT_SBit_RangeRec_
688 FT_UShort num_glyphs; member in struct:TT_Post_20Rec_
713 FT_UShort num_glyphs; member in struct:TT_Post_25_
    [all...]
  /external/chromium_org/third_party/freetype/src/cache/
ftcbasic.c 112 if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs )
115 FT_TRACE1(( "in this face, truncated\n", face->num_glyphs ));
119 result = (FT_UInt)face->num_glyphs;
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.h 188 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + local
84 return num_glyphs;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data, local
341 num_glyphs * EblcTable::Offset::kIndexSubTable4_codeOffsetPair_offset;
  /external/chromium_org/third_party/skia/include/core/
SkAdvancedTypefaceMetrics.h 145 @param num_glyphs Total number of glyphs in the given font.
155 int num_glyphs,
  /external/freetype/src/cache/
ftcbasic.c 112 if ( (FT_ULong)face->num_glyphs > FT_UINT_MAX || 0 > face->num_glyphs )
115 FT_TRACE1(( "in this face, truncated\n", face->num_glyphs ));
119 result = (FT_UInt)face->num_glyphs;
  /external/freetype/src/cff/
cffgload.h 188 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffgload.h 188 FT_UInt num_glyphs; /* number of glyphs in font */ member in struct:CFF_Decoder_
  /external/sfntly/cpp/src/sfntly/table/bitmap/
index_sub_table_format4.cc 82 int32_t num_glyphs = data->ReadULongAsInt(table_offset + local
84 return num_glyphs;
336 int32_t num_glyphs = IndexSubTableFormat4::NumGlyphs(data, local
341 num_glyphs * EblcTable::Offset::kIndexSubTable4_codeOffsetPair_offset;
  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 145 @param num_glyphs Total number of glyphs in the given font.
155 int num_glyphs,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1load.c 1505 FT_Int n, num_glyphs; local
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afglobal.c 171 face->num_glyphs * sizeof ( FT_Byte ) ) )
175 globals->glyph_count = face->num_glyphs;
  /external/chromium_org/third_party/freetype/src/truetype/
ttdriver.c 375 if ( glyph_index >= (FT_UInt)face->num_glyphs &&
378 if ( glyph_index >= (FT_UInt)face->num_glyphs )
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.cc 125 void MaximumProfileTable::Builder::SetNumGlyphs(int32_t num_glyphs) {
126 InternalWriteData()->WriteUShort(Offset::kNumGlyphs, num_glyphs);

Completed in 841 milliseconds

1 2 3 45 6 7 8