OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_BOOL
(Results
1 - 25
of
43
) sorted by relevancy
1
2
/xsrc/external/mit/freetype/dist/src/gxvalid/
gxvmort5.c
152
FT_Bool
setMark;
153
FT_Bool
dontAdvance;
154
FT_Bool
currentIsKashidaLike;
155
FT_Bool
markedIsKashidaLike;
156
FT_Bool
currentInsertBefore;
157
FT_Bool
markedInsertBefore;
168
setMark =
FT_BOOL
( ( flags >> 15 ) & 1 );
169
dontAdvance =
FT_BOOL
( ( flags >> 14 ) & 1 );
170
currentIsKashidaLike =
FT_BOOL
( ( flags >> 13 ) & 1 );
171
markedIsKashidaLike =
FT_BOOL
( ( flags >> 12 ) & 1 )
[
all
...]
gxvmorx5.c
150
FT_Bool
setMark;
151
FT_Bool
dontAdvance;
152
FT_Bool
currentIsKashidaLike;
153
FT_Bool
markedIsKashidaLike;
154
FT_Bool
currentInsertBefore;
155
FT_Bool
markedInsertBefore;
166
setMark =
FT_BOOL
( ( flags >> 15 ) & 1 );
167
dontAdvance =
FT_BOOL
( ( flags >> 14 ) & 1 );
168
currentIsKashidaLike =
FT_BOOL
( ( flags >> 13 ) & 1 );
169
markedIsKashidaLike =
FT_BOOL
( ( flags >> 12 ) & 1 )
[
all
...]
gxvkern.c
558
static
FT_Bool
565
FT_Bool
kernVertical;
566
FT_Bool
kernCrossStream;
567
FT_Bool
kernVariation;
578
kernVertical =
FT_BOOL
( ( coverage >> 15 ) & 1 );
579
kernCrossStream =
FT_BOOL
( ( coverage >> 14 ) & 1 );
580
kernVariation =
FT_BOOL
( ( coverage >> 13 ) & 1 );
595
static
FT_Bool
602
FT_Bool
horizontal;
603
FT_Bool
cross_stream
[
all
...]
gxvfeat.c
84
FT_Bool
exclusive,
165
FT_Bool
exclusive,
203
FT_Bool
exclusive;
226
exclusive =
FT_BOOL
( featureFlags & GXV_FEAT_MASK_EXCLUSIVE_SETTINGS );
/xsrc/external/mit/freetype/dist/src/psaux/
psread.c
105
FT_LOCAL_DEF(
FT_Bool
)
108
return
FT_BOOL
( buf->ptr >= buf->end );
psconv.c
90
FT_Bool
sign = 0;
91
FT_Bool
have_overflow = 0;
108
sign =
FT_BOOL
( *p == '-' );
206
FT_Bool
sign = 0;
207
FT_Bool
have_overflow = 0;
208
FT_Bool
have_underflow = 0;
216
sign =
FT_BOOL
( *p == '-' );
psfont.c
56
FT_Bool
stemDarkened,
247
FT_Bool
needExtraSetup = FALSE;
250
FT_Bool
hasVariations = FALSE;
333
font->hinted =
FT_BOOL
( font->renderingFlags & CF2_FlagsHinted );
368
FT_BOOL
( font->renderingFlags & CF2_FlagsDarkened );
500
FT_Bool
needWinding;
pshints.c
96
FT_Bool
bottom )
217
FT_LOCAL_DEF(
FT_Bool
)
220
return
FT_BOOL
( hint->flags );
224
static
FT_Bool
227
return
FT_BOOL
( hint->flags & ( CF2_PairBottom | CF2_PairTop ) );
231
static
FT_Bool
234
return
FT_BOOL
( hint->flags & CF2_PairTop );
238
FT_LOCAL_DEF(
FT_Bool
)
241
return
FT_BOOL
( hint->flags & ( CF2_PairTop | CF2_GhostTop ) );
245
FT_LOCAL_DEF(
FT_Bool
)
[
all
...]
psintrp.c
75
FT_LOCAL_DEF(
FT_Bool
)
82
FT_LOCAL_DEF(
FT_Bool
)
91
FT_Bool
val )
285
FT_Bool
* haveWidth,
290
FT_Bool
hasWidthArg =
FT_BOOL
( count & 1 );
339
const
FT_Bool
* readFromStack,
340
FT_Bool
doConditionalLastRead )
344
FT_Bool
isHFlex;
351
isHFlex =
FT_BOOL
( readFromStack[9] == FALSE )
[
all
...]
/xsrc/external/mit/freetype/dist/include/freetype/
fttypes.h
66
*
FT_Bool
102
*
FT_Bool
108
typedef unsigned char
FT_Bool
;
591
#define
FT_BOOL
( x ) ( (
FT_Bool
)( (x) != 0 ) )
/xsrc/external/mit/freetype/dist/src/pfr/
pfrobjs.c
125
FT_BOOL
( face->header.phy_font_max_size_high ) );
370
FT_Bool
scaling;
373
scaling =
FT_BOOL
( !( load_flags & FT_LOAD_NO_SCALE ) );
525
FT_Bool
twobytes =
FT_BOOL
( item->flags & PFR_KERN_2BYTE_CHAR );
526
FT_Bool
twobyte_adj =
FT_BOOL
( item->flags & PFR_KERN_2BYTE_ADJ );
/xsrc/external/mit/freetype/dist/src/cache/
ftccmap.c
148
FT_CALLBACK_DEF(
FT_Bool
)
152
FT_Bool
* list_changed )
167
return
FT_BOOL
( offset < FTC_CMAP_INDICES_MAX );
174
FT_CALLBACK_DEF(
FT_Bool
)
178
FT_Bool
* list_changed )
187
return
FT_BOOL
( node->face_id == face_id );
ftcglyph.c
64
FT_LOCAL_DEF(
FT_Bool
)
68
FT_Bool
* list_changed )
77
return
FT_BOOL
( gnode->family == gquery->family &&
84
FT_LOCAL_DEF(
FT_Bool
)
88
FT_Bool
* list_changed )
ftcbasic.c
44
FT_BOOL
( FTC_SCALER_COMPARE( &(a)->scaler, &(b)->scaler ) && \
67
FT_CALLBACK_DEF(
FT_Bool
)
204
FT_CALLBACK_DEF(
FT_Bool
)
208
FT_Bool
* list_changed )
213
FT_Bool
result;
218
result =
FT_BOOL
( family->attrs.scaler.face_id == face_id );
ftcmanag.c
98
FT_CALLBACK_DEF(
FT_Bool
)
163
static
FT_Bool
171
return
FT_BOOL
( node->scaler.face_id == face_id );
278
FT_CALLBACK_DEF(
FT_Bool
)
286
return
FT_BOOL
( node->face_id == face_id );
/xsrc/external/mit/freetype/dist/src/cff/
cffgload.c
203
FT_Bool
hinting, scaled, force_scaling;
274
FT_Bool
has_vertical_info;
314
has_vertical_info =
FT_BOOL
(
388
hinting =
FT_BOOL
( ( load_flags & FT_LOAD_NO_HINTING ) == 0 );
389
scaled =
FT_BOOL
( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
414
FT_BOOL
( load_flags & FT_LOAD_NO_RECURSE );
546
FT_Bool
has_vertical_info;
572
has_vertical_info =
FT_BOOL
( face->vertical_info &&
/xsrc/external/mit/freetype/dist/src/cid/
cidgload.c
58
FT_Bool
force_scaling = FALSE;
345
FT_Bool
hinting;
346
FT_Bool
scaled;
351
FT_Bool
must_finish_decoder = FALSE;
369
hinting =
FT_BOOL
( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
371
scaled =
FT_BOOL
( ( load_flags & FT_LOAD_NO_SCALE ) == 0 );
395
decoder.builder.no_recurse =
FT_BOOL
( load_flags & FT_LOAD_NO_RECURSE );
/xsrc/external/mit/freetype/dist/src/truetype/
ttgload.c
819
FT_Bool
is_composite )
1028
FT_Bool
do_scale = FALSE;
1182
FT_Bool
have_scale;
1191
have_scale =
FT_BOOL
( subglyph->flags & ( WE_HAVE_A_SCALE |
1526
FT_Bool
subpixel_hinting = 0;
1527
FT_Bool
grayscale = 0;
1528
FT_Bool
use_aw_2 = 0;
1554
use_aw_2 =
FT_BOOL
( subpixel_hinting && grayscale );
1604
FT_Bool
header_only )
1612
FT_Bool
opened_frame = 0
[
all
...]
ttsubpix.c
747
static
FT_Bool
782
static
FT_Bool
817
FT_LOCAL_DEF(
FT_Bool
)
963
FT_BOOL
( loader->load_flags & FT_LOAD_PEDANTIC ) );
978
FT_BOOL
( loader->load_flags & FT_LOAD_PEDANTIC ) );
/xsrc/external/mit/freetype/dist/src/otvalid/
otvgdef.c
192
FT_Bool
need_MarkAttachClassDef = 1;
224
need_MarkAttachClassDef =
FT_BOOL
(
/xsrc/external/mit/freetype/dist/src/autofit/
afglobal.c
498
FT_LOCAL_DEF(
FT_Bool
)
503
return
FT_BOOL
( globals->glyph_styles[gindex] & AF_DIGIT );
505
return
FT_BOOL
( 0 );
aflatin2.c
232
FT_Bool
round;
346
round =
FT_BOOL
(
404
FT_Bool
over_ref =
FT_BOOL
( shoot > ref );
443
FT_Bool
started = 0, same_width = 1;
636
FT_BOOL
( FT_MulFix( axis->standard_width, scale ) < 32 + 8 );
1287
FT_Bool
is_serif;
1306
is_serif =
FT_BOOL
( seg->serif &&
1441
FT_Bool
is_top_blue, is_major_dir;
1453
is_major_dir =
FT_BOOL
( edge->dir == axis->major_dir )
[
all
...]
aflatin.c
372
FT_Bool
have_flag = 0;
435
FT_Bool
best_round = 0;
471
FT_Bool
round = 0;
679
FT_Bool
hit;
688
FT_Bool
left2right;
710
left2right =
FT_BOOL
( points[prev].x < points[best_point].x );
718
FT_Bool
l2r;
772
l2r =
FT_BOOL
( points[first].x < points[last].x );
855
round =
FT_BOOL
(
946
FT_Bool
over_ref = FT_BOOL( shoot > ref )
[
all
...]
/xsrc/external/mit/freetype/dist/src/type1/
t1gload.c
45
FT_Bool
* force_scaling )
169
FT_Bool
force_scaling = FALSE;
356
FT_Bool
hinting;
357
FT_Bool
scaled;
358
FT_Bool
force_scaling = FALSE;
366
FT_Bool
must_finish_decoder = FALSE;
368
FT_Bool
glyph_data_loaded = 0;
404
hinting =
FT_BOOL
( !( load_flags & FT_LOAD_NO_SCALE ) &&
406
scaled =
FT_BOOL
( !( load_flags & FT_LOAD_NO_SCALE ) );
426
decoder.builder.no_recurse =
FT_BOOL
( load_flags & FT_LOAD_NO_RECURSE )
[
all
...]
/xsrc/external/mit/freetype/dist/src/sfnt/
sfobjs.c
148
FT_Bool
is_english = 0;
202
is_english =
FT_BOOL
( ( rec->languageID & 0x3FF ) == 0x009 );
778
FT_Bool
has_outline;
779
FT_Bool
is_apple_sbit;
780
FT_Bool
is_apple_sbix;
781
FT_Bool
has_CBLC;
782
FT_Bool
has_CBDT;
783
FT_Bool
ignore_typographic_family = FALSE;
784
FT_Bool
ignore_typographic_subfamily = FALSE;
827
has_outline =
FT_BOOL
( face->root.internal->incremental_interface |
[
all
...]
Completed in 25 milliseconds
1
2
Indexes created Thu Jul 02 00:25:40 UTC 2026