Home | History | Annotate | Download | only in fxcrt

Lines Matching refs:Deflate

315     void		Deflate(baseType x, baseType y)

322 void Deflate(const FXT_POINT &p)
324 Deflate(p.x, p.y);
326 void Deflate(baseType left, baseType top, baseType right, baseType bottom)
333 void Deflate(const FXT_RECT &rt)
335 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height);
705 void Deflate(FX_FLOAT x, FX_FLOAT y)
714 void Deflate(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top)
723 void Deflate(const CFX_FloatRect &rt)
725 Deflate(rt.left, rt.bottom, rt.right, rt.top);