OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:precision_half
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/freetype/src/raster/
ftraster.c
454
#define SCALED( x ) ( ( (ULong)(x) << ras.scale_shift ) - ras.
precision_half
)
456
#define IS_BOTTOM_OVERSHOOT( x ) ( CEILING( x ) - x >= ras.
precision_half
)
457
#define IS_TOP_OVERSHOOT( x ) ( x - FLOOR( x ) >= ras.
precision_half
)
467
Int
precision_half
;
member in struct:black_TWorker_
710
ras.
precision_half
= ras.precision / 2;
[
all
...]
/external/freetype/src/raster/
ftraster.c
454
#define SCALED( x ) ( ( (ULong)(x) << ras.scale_shift ) - ras.
precision_half
)
457
(Bool)( CEILING( x ) - x >= ras.
precision_half
)
459
(Bool)( x - FLOOR( x ) >= ras.
precision_half
)
469
Int
precision_half
;
member in struct:black_TWorker_
712
ras.
precision_half
= ras.precision / 2;
[
all
...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c
454
#define SCALED( x ) ( ( (ULong)(x) << ras.scale_shift ) - ras.
precision_half
)
457
(Bool)( CEILING( x ) - x >= ras.
precision_half
)
459
(Bool)( x - FLOOR( x ) >= ras.
precision_half
)
469
Int
precision_half
;
member in struct:black_TWorker_
712
ras.
precision_half
= ras.precision / 2;
[
all
...]
Completed in 2449 milliseconds