OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphoffsets
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/truetype/
ttgxvar.h
96
FT_ULong*
glyphoffsets
;
member in struct:GX_BlendRec_
ttgxvar.c
474
if ( FT_NEW_ARRAY( blend->
glyphoffsets
, blend->gv_glyphcnt + 1 ) )
484
blend->
glyphoffsets
[i] = offsetToData + FT_GET_ULONG();
495
blend->
glyphoffsets
[i] = offsetToData + FT_GET_USHORT() * 2;
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h
96
FT_ULong*
glyphoffsets
;
member in struct:GX_BlendRec_
ttgxvar.c
514
if ( FT_NEW_ARRAY( blend->
glyphoffsets
, blend->gv_glyphcnt + 1 ) )
524
blend->
glyphoffsets
[i] = offsetToData + FT_GET_ULONG();
535
blend->
glyphoffsets
[i] = offsetToData + FT_GET_USHORT() * 2;
[
all
...]
/external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h
96
FT_ULong*
glyphoffsets
;
member in struct:GX_BlendRec_
ttgxvar.c
474
if ( FT_NEW_ARRAY( blend->
glyphoffsets
, blend->gv_glyphcnt + 1 ) )
484
blend->
glyphoffsets
[i] = offsetToData + FT_GET_ULONG();
495
blend->
glyphoffsets
[i] = offsetToData + FT_GET_USHORT() * 2;
[
all
...]
Completed in 785 milliseconds