OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphoffsets
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h
96
FT_ULong*
glyphoffsets
;
member in struct:GX_BlendRec_
ttgxvar.c
421
if ( FT_NEW_ARRAY( blend->
glyphoffsets
, blend->gv_glyphcnt + 1 ) )
431
blend->
glyphoffsets
[i] = offsetToData + FT_GET_LONG();
442
blend->
glyphoffsets
[i] = offsetToData + FT_GET_USHORT() * 2;
[
all
...]
/external/freetype/src/truetype/
ttgxvar.h
96
FT_ULong*
glyphoffsets
;
member in struct:GX_BlendRec_
ttgxvar.c
421
if ( FT_NEW_ARRAY( blend->
glyphoffsets
, blend->gv_glyphcnt + 1 ) )
431
blend->
glyphoffsets
[i] = offsetToData + FT_GET_LONG();
442
blend->
glyphoffsets
[i] = offsetToData + FT_GET_USHORT() * 2;
[
all
...]
Completed in 4098 milliseconds