Home
last modified time | relevance | path

Searched refs:fpx2 (Results 1 – 5 of 5) sorted by relevance

/dports/devel/t1lib/t1lib-5.1.2/lib/type1/
H A Dregions.c272 newp->fpx2 = p->fpx2;
722 edge->fpx2 = x2;
952 r->fpx2 = (list->xvalues[list->ymax - list->ymin - 1]) << FRACTBITS;
953 list->fpx2 = (list->xvalues[y - list->ymin -1]) << FRACTBITS;
H A Dregions.h179 fractpel fpx2; /* gives the opportunity to take more */ member
H A Dhints.c916 xavrg = ((left->fpx2 + right->fpx2) >> 1);
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/libkwineffects/
H A Dkwinanimationeffect.cpp22 QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2) in operator <<() argument
24 …dbg.nospace() << fpx2[0] << "," << fpx2[1] << QString(fpx2.isValid() ? QStringLiteral(" (valid)") … in operator <<()
H A Dkwinanimationeffect.h402 QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2);