Home | History | Annotate | Download | only in fxcrt

Lines Matching defs:Deflate

296   void Deflate(BaseType x, BaseType y) {
302 void Deflate(const PointType& p) { Deflate(p.x, p.y); }
303 void Deflate(BaseType off_left,
312 void Deflate(const RectType& rt) {
313 Deflate(rt.left, rt.top, rt.top + rt.width, rt.top + rt.height);
522 void Deflate(FX_FLOAT x, FX_FLOAT y) {
530 void Deflate(FX_FLOAT other_left,
541 void Deflate(const CFX_FloatRect& rt) {
542 Deflate(rt.left, rt.bottom, rt.right, rt.top);