OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xadvance
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/freetype/include/freetype/
ftcache.h
897
FT_Char
xadvance
;
member in struct:FTC_SBitRec_
[
all
...]
/external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c
135
FT_Pos
xadvance
, yadvance; /* FT_GlyphSlot->advance.{x|y} */
local
153
xadvance
= ( slot->advance.x + 32 ) >> 6;
161
!CHECK_CHAR(
xadvance
) ||
174
sbit->
xadvance
= (FT_Char)
xadvance
;
/external/freetype/include/freetype/
ftcache.h
897
FT_Char
xadvance
;
member in struct:FTC_SBitRec_
[
all
...]
/external/freetype/src/cache/
ftcsbits.c
135
FT_Pos
xadvance
, yadvance; /* FT_GlyphSlot->advance.{x|y} */
local
153
xadvance
= ( slot->advance.x + 32 ) >> 6;
161
!CHECK_CHAR(
xadvance
) ||
174
sbit->
xadvance
= (FT_Char)
xadvance
;
Completed in 521 milliseconds