OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ft_outline_owner
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/freetype/src/base/
ftoutln.c
322
anoutline->flags |=
FT_OUTLINE_OWNER
;
327
anoutline->flags |=
FT_OUTLINE_OWNER
;
418
/* copy all flags, except the `
FT_OUTLINE_OWNER
' one */
419
is_owner = target->flags &
FT_OUTLINE_OWNER
;
422
target->flags &= ~
FT_OUTLINE_OWNER
;
435
if ( outline->flags &
FT_OUTLINE_OWNER
)
ftglyph.c
253
slot->outline.flags &= ~
FT_OUTLINE_OWNER
;
/external/freetype/src/base/
ftoutln.c
322
anoutline->flags |=
FT_OUTLINE_OWNER
;
327
anoutline->flags |=
FT_OUTLINE_OWNER
;
418
/* copy all flags, except the `
FT_OUTLINE_OWNER
' one */
419
is_owner = target->flags &
FT_OUTLINE_OWNER
;
422
target->flags &= ~
FT_OUTLINE_OWNER
;
435
if ( outline->flags &
FT_OUTLINE_OWNER
)
ftglyph.c
253
slot->outline.flags &= ~
FT_OUTLINE_OWNER
;
/external/chromium_org/third_party/freetype/include/freetype/
ftimage.h
424
/*
FT_OUTLINE_OWNER
:: */
484
#define
FT_OUTLINE_OWNER
0x1
506
*
ft_outline_owner
:: See @
FT_OUTLINE_OWNER
.
514
#define
ft_outline_owner
FT_OUTLINE_OWNER
macro
[
all
...]
/external/freetype/include/freetype/
ftimage.h
424
/*
FT_OUTLINE_OWNER
:: */
484
#define
FT_OUTLINE_OWNER
0x1
506
*
ft_outline_owner
:: See @
FT_OUTLINE_OWNER
.
514
#define
ft_outline_owner
FT_OUTLINE_OWNER
macro
[
all
...]
Completed in 618 milliseconds