HomeSort by relevance Sort by last modified time
    Searched refs:glyph_index (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/freetype/src/pfr/
pfrsbit.h 29 FT_UInt glyph_index,
  /external/pdfium/core/fxge/
cfx_facecache.h 30 uint32_t glyph_index,
37 uint32_t glyph_index,
46 // <glyph_index, width, weight, angle, vertical>
50 uint32_t glyph_index,
57 uint32_t glyph_index,
64 uint32_t glyph_index,
cfx_font.h 52 const CFX_GlyphBitmap* LoadGlyphBitmap(uint32_t glyph_index,
58 const CFX_PathData* LoadGlyphPath(uint32_t glyph_index, int dest_width) const;
64 int GetGlyphWidth(uint32_t glyph_index);
67 bool GetGlyphBBox(uint32_t glyph_index, FX_RECT& bbox);
86 void AdjustMMParams(int glyph_index, int width, int weight) const;
88 CFX_PathData* LoadGlyphPathImpl(uint32_t glyph_index, int dest_width) const;
cfx_facecache.cpp 73 uint32_t glyph_index,
110 pFont->AdjustMMParams(glyph_index, dest_width,
118 int error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
125 error = FXFT_Load_Glyph(m_Face, glyph_index, load_flags);
195 uint32_t glyph_index,
197 if (!m_Face || glyph_index == kInvalidGlyphIndex)
205 std::make_tuple(glyph_index, dest_width, weight, angle, vertical);
210 CFX_PathData* pGlyphPath = pFont->LoadGlyphPathImpl(glyph_index, dest_width);
216 uint32_t glyph_index,
222 if (glyph_index == kInvalidGlyphIndex
    [all...]
  /external/freetype/src/cff/
cffgload.h 32 FT_UInt glyph_index,
54 FT_UInt glyph_index,
cffgload.c 46 FT_UInt glyph_index,
59 glyph_index, &data );
74 return cff_index_access_element( &cff->charstrings_index, glyph_index,
142 FT_Int glyph_index;
159 for ( glyph_index = 0; glyph_index < face->root.num_glyphs;
160 glyph_index++ )
167 error = cff_get_glyph_data( face, glyph_index,
171 error = decoder_funcs->prepare( &decoder, size, glyph_index );
197 FT_UInt glyph_index,
    [all...]
  /external/freetype/src/cid/
cidgload.h 42 FT_UInt glyph_index,
cidgload.c 46 FT_UInt glyph_index )
67 FT_TRACE1(( "cid_load_glyph: glyph index %d\n", glyph_index ));
79 glyph_index, &glyph_data );
113 glyph_index * entry_len ) ||
245 glyph_index, FALSE, &metrics );
290 FT_Int glyph_index;
317 for ( glyph_index = 0; glyph_index < face->root.num_glyphs;
318 glyph_index++ )
321 error = cid_load_glyph( &decoder, glyph_index );
    [all...]
  /external/freetype/include/freetype/
ftincrem.h 159 * glyph_index ::
181 FT_UInt glyph_index,
225 * glyph_index ::
244 FT_UInt glyph_index,
ftcid.h 138 * glyph_index ::
157 FT_UInt glyph_index,
  /external/freetype/src/autofit/
afdummy.c 41 af_dummy_hints_apply( FT_UInt glyph_index,
47 FT_UNUSED( glyph_index );
afindic.c 82 af_indic_hints_apply( FT_UInt glyph_index,
88 return af_cjk_hints_apply( glyph_index, hints, outline, metrics );
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftincrem.h 158 * glyph_index ::
180 FT_UInt glyph_index,
224 * glyph_index ::
243 FT_UInt glyph_index,
ftcid.h 138 * glyph_index ::
157 FT_UInt glyph_index,
  /external/freetype/src/type1/
t1gload.h 44 FT_UInt glyph_index,
t1gload.c 44 FT_UInt glyph_index,
74 glyph_index, char_string );
81 char_string->pointer = type1->charstrings[glyph_index];
82 char_string->length = (FT_Int)type1->charstrings_len[glyph_index];
151 glyph_index, FALSE, &metrics );
166 FT_UInt glyph_index )
171 decoder, glyph_index, &glyph_data,
217 FT_Int glyph_index; local
254 for ( glyph_index = 0; glyph_index < type1->num_glyphs; glyph_index++
    [all...]
  /external/freetype/src/truetype/
ttsubpix.h 80 FT_UInt glyph_index,
89 FT_UInt glyph_index );
93 FT_UInt glyph_index );
ttsubpix.c 823 FT_UInt glyph_index,
841 rule[i].glyph ) == glyph_index )
854 FT_UInt glyph_index,
872 rule[i].glyph ) == glyph_index )
885 FT_UInt glyph_index )
887 return scale_test_tweak( face, family, ppem, style, glyph_index,
893 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
898 if ( sph_test_tweak( face, family, ppem, style, glyph_index, \
905 FT_UInt glyph_index )
919 family, ppem, style, glyph_index, glyph_index )
    [all...]
ttgload.h 53 FT_UInt glyph_index,
  /external/freetype/include/freetype/internal/services/
svgldict.h 39 FT_UInt glyph_index,
svcid.h 40 FT_UInt glyph_index,
  /external/freetype/src/psaux/
cffdecode.h 42 FT_UInt glyph_index );
  /external/freetype/src/sfnt/
ttsbit.h 51 FT_UInt glyph_index,
  /external/harfbuzz_ng/src/
hb-ot-shape-normalize-private.hh 34 #define glyph_index() var1.u32 macro
  /external/freetype/src/base/
ftcid.c 93 FT_UInt glyph_index,
108 error = service->get_cid_from_glyph_index( face, glyph_index, &c);

Completed in 287 milliseconds

1 2 3 4