OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FT_MulFix
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/freetype/dist/include/freetype/internal/
ftcalc.h
32
* FT_MulDiv() and
FT_MulFix
() are declared in freetype.h.
244
#define
FT_MulFix
( a, b ) FT_MULFIX_ASSEMBLER( (FT_Int32)(a), (FT_Int32)(b) )
/xsrc/external/mit/freetype/dist/src/base/
ftcalc.c
29
* FT_MulDiv(),
FT_MulFix
(), FT_DivFix(), FT_RoundFix(), FT_CeilFix(),
43
#undef
FT_MulFix
231
FT_MulFix
( FT_Long a_,
394
/*
FT_MulFix
, on the other hand, is optimized for a small value of */
508
FT_MulFix
( FT_Long a_,
669
xx = ADD_LONG(
FT_MulFix
( a->xx, b->xx ),
670
FT_MulFix
( a->xy, b->yx ) );
671
xy = ADD_LONG(
FT_MulFix
( a->xx, b->xy ),
672
FT_MulFix
( a->xy, b->yy ) );
673
yx = ADD_LONG(
FT_MulFix
( a->yx, b->xx )
[
all
...]
Completed in 5 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026