HomeSort by relevance Sort by last modified time
    Searched refs:_foxitDevice2User (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 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);
    [all...]
apple_int.h 176 CGAffineTransform _foxitDevice2User;

Completed in 38 milliseconds