OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_masks
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshrec.h
111
FT_UInt
num_masks
;
member in struct:PS_Mask_TableRec_
pshrec.c
226
table->
num_masks
= 0;
263
count = table->
num_masks
;
276
table->
num_masks
= count;
295
count = table->
num_masks
;
423
if ( index1 < index2 && index1 >= 0 && index2 < (FT_Int)table->
num_masks
)
471
delta = table->
num_masks
- 1 - index2; /* number of masks to move */
483
table->
num_masks
--;
505
for ( index1 = table->
num_masks
- 1; index1 > 0; index1-- )
550
dimension->masks.
num_masks
= 0;
551
dimension->counters.
num_masks
= 0
[
all
...]