Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:Deflate

321     void		Deflate(baseType x, baseType y)
328 void Deflate(const FXT_POINT &p)
330 Deflate(p.x, p.y);
332 void Deflate(baseType left, baseType top, baseType right, baseType bottom)
339 void Deflate(const FXT_RECT &rt)
341 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height);
711 void Deflate(FX_FLOAT x, FX_FLOAT y)
720 void Deflate(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top)
729 void Deflate(const CFX_FloatRect &rt)
731 Deflate(rt.left, rt.bottom, rt.right, rt.top);