OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:off_size
(Results
1 - 2
of
2
) sorted by null
/external/freetype/src/cff/
cfftypes.h
51
/*
off_size
:: The size in bytes of object offsets in index. */
68
FT_Byte
off_size
;
member in struct:CFF_IndexRec_
cffload.c
211
if ( !FT_STREAM_READ( tmp, idx->
off_size
) )
216
for ( nn = 0; nn < idx->
off_size
; nn++ )
258
idx->
off_size
= offsize;
328
FT_Byte offsize = idx->
off_size
;
487
FT_ULong pos = element * idx->
off_size
;
[
all
...]
Completed in 2578 milliseconds