Home | History | Annotate | Download | only in apple

Lines Matching refs:FXSYS_fabs

516     pt.x *= FXSYS_fabs(ctm.a);

517 pt.y *= FXSYS_fabs(ctm.d);
579 CGFloat scale_x = FXSYS_fabs(ctm.a);
580 CGFloat scale_y = FXSYS_fabs(ctm.d);
846 CGContextSetFontSize(_context, FXSYS_fabs(font_size));