OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_PIX_CEIL_LONG
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/freetype/dist/src/base/
ftglyph.c
517
acbox->xMax =
FT_PIX_CEIL_LONG
( acbox->xMax );
518
acbox->yMax =
FT_PIX_CEIL_LONG
( acbox->yMax );
ftobjs.c
753
metrics->horiBearingY =
FT_PIX_CEIL_LONG
( metrics->horiBearingY );
755
right =
FT_PIX_CEIL_LONG
( ADD_LONG( metrics->vertBearingX,
757
bottom =
FT_PIX_CEIL_LONG
( ADD_LONG( metrics->vertBearingY,
773
right =
FT_PIX_CEIL_LONG
( ADD_LONG( metrics->horiBearingX,
779
metrics->horiBearingY =
FT_PIX_CEIL_LONG
( metrics->horiBearingY );
/xsrc/external/mit/freetype/dist/include/freetype/internal/
ftobjs.h
102
#define
FT_PIX_CEIL_LONG
( x ) FT_PIX_FLOOR( ADD_LONG( (x), 63 ) )
/xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.c
2154
val =
FT_PIX_CEIL_LONG
( ADD_LONG( distance, compensation ) );
2160
val = NEG_LONG(
FT_PIX_CEIL_LONG
( SUB_LONG( compensation,
3059
args[0] =
FT_PIX_CEIL_LONG
( args[0] );
Completed in 12 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026