OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_hints
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/freetype/src/cff/
cffgload.h
175
FT_Int
num_hints
;
member in struct:CFF_Decoder_
/external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h
90
FT_UInt
num_hints
;
member in struct:PS_Hint_TableRec_
pshalgo.c
74
table->
num_hints
= 0;
120
FT_UInt count = table->
num_hints
;
137
if ( table->
num_hints
< table->max_hints )
138
table->sort_global[table->
num_hints
++] = hint;
185
count = hints->
num_hints
;
195
table->
num_hints
= 0;
228
if ( table->
num_hints
!= table->max_hints )
306
table->
num_hints
= count;
1523
FT_UInt
num_hints
= table->
num_hints
;
local
[
all
...]
pshalgo.h
82
FT_UInt
num_hints
;
member in struct:PSH_Hint_TableRec_
/external/freetype/src/cff/
cffgload.h
175
FT_Int
num_hints
;
member in struct:CFF_Decoder_
/external/freetype/src/pshinter/
pshrec.h
90
FT_UInt
num_hints
;
member in struct:PS_Hint_TableRec_
pshalgo.c
74
table->
num_hints
= 0;
120
FT_UInt count = table->
num_hints
;
137
if ( table->
num_hints
< table->max_hints )
138
table->sort_global[table->
num_hints
++] = hint;
185
count = hints->
num_hints
;
195
table->
num_hints
= 0;
228
if ( table->
num_hints
!= table->max_hints )
306
table->
num_hints
= count;
1523
FT_UInt
num_hints
= table->
num_hints
;
local
[
all
...]
pshalgo.h
82
FT_UInt
num_hints
;
member in struct:PSH_Hint_TableRec_
Completed in 296 milliseconds