OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:font_id
(Results
1 - 2
of
2
) sorted by null
/external/freetype/include/freetype/internal/
t1types.h
121
FT_Long
font_id
;
member in struct:T1_FontRec_
/external/freetype/src/pfr/
pfrload.c
457
if ( phy_font->
font_id
!= NULL )
460
if ( FT_ALLOC( phy_font->
font_id
, len + 1 ) )
464
FT_MEM_COPY( phy_font->
font_id
, p, len );
465
phy_font->
font_id
[len] = 0;
671
FT_FREE( phy_font->
font_id
);
Completed in 800 milliseconds