Searched refs:_cp (Results 1 – 2 of 2) sorted by relevance
/external/freetype/src/tools/ftrandom/ |
D | ftrandom.c | 127 FT_ConicTo( const FT_Vector *_cp, in FT_ConicTo() argument 131 FT_UNUSED( _cp ); in FT_ConicTo()
|
/external/pdfium/third_party/libtiff/ |
D | tif_fax3.c | 973 #define finddiff(_cp, _bs, _be, _color) \ argument 974 (_bs + (_color ? find1span(_cp,_bs,_be) : find0span(_cp,_bs,_be))) 979 #define finddiff2(_cp, _bs, _be, _color) \ argument 980 (_bs < _be ? finddiff(_cp,_bs,_be,_color) : _be)
|