OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ttslot
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type42/
t42objs.c
592
FT_GlyphSlot
ttslot
;
local
599
slot->
ttslot
= t42face->ttf_face->glyph;
603
error = FT_New_GlyphSlot( t42face->ttf_face, &
ttslot
);
604
slot->
ttslot
=
ttslot
;
617
FT_Done_GlyphSlot( slot->
ttslot
);
665
t42_glyphslot_clear( t42slot->
ttslot
);
666
error = ttclazz->load_glyph( t42slot->
ttslot
,
673
glyph->metrics = t42slot->
ttslot
->metrics;
675
glyph->linearHoriAdvance = t42slot->
ttslot
->linearHoriAdvance
[
all
...]
t42objs.h
49
FT_GlyphSlot
ttslot
;
member in struct:T42_GlyphSlotRec_
/external/freetype/src/truetype/
ttdriver.c
347
tt_glyph_load( FT_GlyphSlot
ttslot
, /* TT_GlyphSlot */
352
TT_GlyphSlot slot = (TT_GlyphSlot)
ttslot
;
354
FT_Face face =
ttslot
->face;
/external/pdfium/third_party/freetype/src/truetype/
ttdriver.c
347
tt_glyph_load( FT_GlyphSlot
ttslot
, /* TT_GlyphSlot */
352
TT_GlyphSlot slot = (TT_GlyphSlot)
ttslot
;
354
FT_Face face =
ttslot
->face;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttdriver.c
347
tt_glyph_load( FT_GlyphSlot
ttslot
, /* TT_GlyphSlot */
352
TT_GlyphSlot slot = (TT_GlyphSlot)
ttslot
;
354
FT_Face face =
ttslot
->face;
/external/valgrind/coregrind/
m_transtab.c
687
" start 0x%p len %u sector %d
ttslot
%u" \
[
all
...]
Completed in 961 milliseconds