OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psh_hint_is_fitted
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.h
46
#define
psh_hint_is_fitted
( x ) ( ( (x)->flags & PSH_HINT_FITTED ) != 0 )
macro
pshalgo.c
449
if ( !
psh_hint_is_fitted
( hint ) )
518
if ( !
psh_hint_is_fitted
( parent ) )
677
if ( !
psh_hint_is_fitted
( hint ) )
742
if ( !
psh_hint_is_fitted
( parent ) )
[
all
...]
/external/freetype/src/pshinter/
pshalgo.h
46
#define
psh_hint_is_fitted
( x ) ( ( (x)->flags & PSH_HINT_FITTED ) != 0 )
macro
pshalgo.c
449
if ( !
psh_hint_is_fitted
( hint ) )
518
if ( !
psh_hint_is_fitted
( parent ) )
677
if ( !
psh_hint_is_fitted
( hint ) )
742
if ( !
psh_hint_is_fitted
( parent ) )
[
all
...]
Completed in 23 milliseconds