OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyph_locations
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/truetype/
ttpload.c
155
if ( FT_FRAME_EXTRACT( table_len, face->
glyph_locations
) )
181
p = face->
glyph_locations
+ gindex * 4;
182
p_limit = face->
glyph_locations
+ face->num_locations * 4;
192
p = face->
glyph_locations
+ gindex * 2;
193
p_limit = face->
glyph_locations
+ face->num_locations * 2;
229
FT_FRAME_RELEASE( face->
glyph_locations
);
/external/freetype/include/freetype/internal/
tttypes.h
1405
FT_Byte*
glyph_locations
;
member in struct:TT_FaceRec_
[
all
...]
Completed in 165 milliseconds