Home | History | Annotate | Download | only in apple

Lines Matching refs:_foxitDevice2User

207     _foxitDevice2User = CGAffineTransformIdentity;

208 _user2FoxitDevice = CGAffineTransformInvert(_foxitDevice2User);
272 m = CGAffineTransformConcat(m, _foxitDevice2User);
306 m = CGAffineTransformConcat(m, _foxitDevice2User);
394 m = CGAffineTransformConcat(m, _foxitDevice2User);
440 CGRect rect_usr = CGRectApplyAffineTransform(rect_fx, _foxitDevice2User);
467 CGPoint pt = CGPointApplyAffineTransform(CGPointMake(x1, y1), _foxitDevice2User);
470 pt = CGPointApplyAffineTransform(CGPointMake(x2, y2), _foxitDevice2User);
514 pt = CGPointApplyAffineTransform(pt, _foxitDevice2User);
586 CGRect rect_usr = CGRectApplyAffineTransform(rect_fx, _foxitDevice2User);
704 rect_clip = CGRectApplyAffineTransform(rect_clip, _foxitDevice2User);
709 rect = CGRectApplyAffineTransform(rect, _foxitDevice2User);
843 matrix_cg = CGAffineTransformConcat(matrix_cg, _foxitDevice2User);
866 if (_foxitDevice2User.d < 0) {
1043 int flip_y = _foxitDevice2User.d * dest_height < 0 ? 1 : -1;
1044 int flip_x = _foxitDevice2User.a * dest_width > 0 ? 1 : -1;
1050 CGRect rt = CGRectApplyAffineTransform(CGRectMake(dest_left, dest_top, dest_width, dest_height), _foxitDevice2User);