Home
last modified time | relevance | path

Searched refs:_foxitDevice2User (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp207 _foxitDevice2User = CGAffineTransformIdentity; in CFX_QuartzDeviceDriver()
208 _user2FoxitDevice = CGAffineTransformInvert(_foxitDevice2User); in CFX_QuartzDeviceDriver()
272 m = CGAffineTransformConcat(m, _foxitDevice2User); in SetClip_PathFill()
306 m = CGAffineTransformConcat(m, _foxitDevice2User); in SetClip_PathStroke()
394 m = CGAffineTransformConcat(m, _foxitDevice2User); in DrawPath()
440 CGRect rect_usr = CGRectApplyAffineTransform(rect_fx, _foxitDevice2User); in FillRect()
467 CGPoint pt = CGPointApplyAffineTransform(CGPointMake(x1, y1), _foxitDevice2User); in DrawCosmeticLine()
470 pt = CGPointApplyAffineTransform(CGPointMake(x2, y2), _foxitDevice2User); in DrawCosmeticLine()
514 pt = CGPointApplyAffineTransform(pt, _foxitDevice2User); in GetDIBits()
586 CGRect rect_usr = CGRectApplyAffineTransform(rect_fx, _foxitDevice2User); in SetDIBits()
[all …]
Dapple_int.h177 CGAffineTransform _foxitDevice2User; variable