OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:touch_flag
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype/src/autofit/
afhints.c
919
AF_Flags
touch_flag
;
local
923
touch_flag
= AF_FLAG_TOUCH_X;
925
touch_flag
= AF_FLAG_TOUCH_Y;
939
if ( point->flags &
touch_flag
)
1050
point->flags |=
touch_flag
;
1173
AF_Flags
touch_flag
;
local
1183
touch_flag
= AF_FLAG_TOUCH_X;
1193
touch_flag
= AF_FLAG_TOUCH_Y;
1219
if ( point->flags &
touch_flag
)
1231
( point->flags &
touch_flag
) != 0 )
[
all
...]
/external/freetype/src/autofit/
afhints.c
919
AF_Flags
touch_flag
;
local
923
touch_flag
= AF_FLAG_TOUCH_X;
925
touch_flag
= AF_FLAG_TOUCH_Y;
939
if ( point->flags &
touch_flag
)
1050
point->flags |=
touch_flag
;
1173
AF_Flags
touch_flag
;
local
1183
touch_flag
= AF_FLAG_TOUCH_X;
1193
touch_flag
= AF_FLAG_TOUCH_Y;
1219
if ( point->flags &
touch_flag
)
1231
( point->flags &
touch_flag
) != 0 )
[
all
...]
/ndk/sources/host-tools/make-3.81/
remake.c
84
int t =
touch_flag
, q = question_flag, n = just_print_flag;
142
touch_flag
= t;
147
touch_flag
= question_flag = just_print_flag = 0;
263
touch_flag
= t;
809
if (
touch_flag
862
if (question_flag || just_print_flag ||
touch_flag
)
[
all
...]
make.h
506
extern int print_data_base_flag, question_flag,
touch_flag
, always_make_flag;
file.c
348
if (question_flag ||
touch_flag
|| all_secondary)
main.c
147
int
touch_flag
;
412
{ 't', flag, (char *) &
touch_flag
, 1, 1, 1, 0, 0, "touch" },
146
int
touch_flag
;
variable
[
all
...]
job.c
1053
if (
touch_flag
&& !(flags & COMMANDS_RECURSE))
[
all
...]
Completed in 150 milliseconds