OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FT_PIX_CEIL
(Results
1 - 8
of
8
) sorted by null
/external/freetype/src/raster/
ftrend1.c
173
cbox.xMax =
FT_PIX_CEIL
( cbox.xMax );
174
cbox.yMax =
FT_PIX_CEIL
( cbox.yMax );
/external/freetype/src/smooth/
ftsmooth.c
143
cbox.xMax =
FT_PIX_CEIL
( cbox.xMax );
144
cbox.yMax =
FT_PIX_CEIL
( cbox.yMax );
/external/freetype/src/base/
ftglyph.c
483
acbox->xMax =
FT_PIX_CEIL
( acbox->xMax );
484
acbox->yMax =
FT_PIX_CEIL
( acbox->yMax );
ftobjs.c
528
metrics->horiBearingY =
FT_PIX_CEIL
( metrics->horiBearingY );
530
right =
FT_PIX_CEIL
( metrics->vertBearingX + metrics->width );
531
bottom =
FT_PIX_CEIL
( metrics->vertBearingY + metrics->height );
544
right =
FT_PIX_CEIL
( metrics->horiBearingX + metrics->width );
548
metrics->horiBearingY =
FT_PIX_CEIL
( metrics->horiBearingY );
[
all
...]
/external/freetype/src/autofit/
afloader.c
415
bbox.xMax =
FT_PIX_CEIL
( bbox.xMax );
416
bbox.yMax =
FT_PIX_CEIL
( bbox.yMax );
aflatin2.c
[
all
...]
/external/freetype/include/freetype/internal/
ftobjs.h
82
#define
FT_PIX_CEIL
( x ) FT_PIX_FLOOR( (x) + 63 )
[
all
...]
/external/freetype/src/truetype/
ttinterp.c
[
all
...]
Completed in 281 milliseconds