OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:horiBearingX
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/freetype/src/sfnt/
ttsbit0.c
329
metrics->
horiBearingX
= (FT_Char)p[2];
640
FT_Char
horiBearingX
= decoder->metrics->
horiBearingX
;
676
decoder->metrics->
horiBearingX
=
horiBearingX
;
ttsbit.c
355
metrics->
horiBearingX
= (FT_Char)p[2];
676
FT_Char
horiBearingX
= decoder->metrics->
horiBearingX
;
713
decoder->metrics->
horiBearingX
=
horiBearingX
;
[
all
...]
/external/freetype/src/sfnt/
ttsbit.c
355
metrics->
horiBearingX
= (FT_Char)p[2];
676
FT_Char
horiBearingX
= decoder->metrics->
horiBearingX
;
713
decoder->metrics->
horiBearingX
=
horiBearingX
;
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/
freetype.h
216
/*
horiBearingX
:: */
249
FT_Pos
horiBearingX
;
[
all
...]
/external/freetype/include/freetype/
freetype.h
216
/*
horiBearingX
:: */
249
FT_Pos
horiBearingX
;
[
all
...]
/external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h
342
/*
horiBearingX
:: The horizontal left bearing. */
359
FT_Char
horiBearingX
;
428
/* min_origin_SB :: Minimum of
horiBearingX
(resp. */
433
/* (
horiBearingX
+ width ) */
[
all
...]
/external/freetype/include/freetype/internal/
tttypes.h
342
/*
horiBearingX
:: The horizontal left bearing. */
359
FT_Char
horiBearingX
;
428
/* min_origin_SB :: Minimum of
horiBearingX
(resp. */
433
/* (
horiBearingX
+ width ) */
[
all
...]
Completed in 37 milliseconds