OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autohint
(Results
1 - 5
of
5
) sorted by null
/external/freetype/include/
freetype.h
1064
FT_Generic
autohint
; \/* face-specific auto-hinter data *\/
member in struct:FT_FaceRec_
[
all
...]
/external/freetype/src/base/
ftobjs.c
601
FT_Bool
autohint
= FALSE;
local
665
autohint
= TRUE;
685
autohint
= TRUE;
689
if (
autohint
)
922
if ( face->
autohint
.finalizer )
923
face->
autohint
.finalizer( face->
autohint
.data );
[
all
...]
/external/pdfium/third_party/freetype/include/freetype/
freetype.h
1083
FT_Generic
autohint
; \/* face-specific auto-hinter data *\/
member in struct:FT_FaceRec_
[
all
...]
/external/pdfium/third_party/freetype/src/base/
ftobjs.c
601
FT_Bool
autohint
= FALSE;
local
665
autohint
= TRUE;
685
autohint
= TRUE;
689
if (
autohint
)
922
if ( face->
autohint
.finalizer )
923
face->
autohint
.finalizer( face->
autohint
.data );
[
all
...]
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
freetype.h
1064
FT_Generic
autohint
; \/* face-specific auto-hinter data *\/
member in struct:FT_FaceRec_
[
all
...]
Completed in 526 milliseconds