Home
last modified time | relevance | path

Searched refs:BorrowedCGContext (Results 1 – 25 of 25) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/2d/
H A DBorrowedContext.h85 class BorrowedCGContext {
87 BorrowedCGContext() : cg(nullptr), mDT(nullptr) {} in BorrowedCGContext() function
89 explicit BorrowedCGContext(DrawTarget* aDT) : mDT(aDT) { in BorrowedCGContext() function
117 ~BorrowedCGContext() { MOZ_ASSERT(!cg); } in ~BorrowedCGContext()
H A DDrawTargetSkia.h34 class BorrowedCGContext; variable
197 friend class BorrowedCGContext; variable
H A DDrawTargetSkia.cpp1208 CGContextRef BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget* aDT) { in BorrowCGContextFromDrawTarget()
1213 void BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget* aDT, in ReturnCGContextToDrawTarget()
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DBorrowedContext.h139 class BorrowedCGContext {
141 BorrowedCGContext() : cg(nullptr), mDT(nullptr) {} in BorrowedCGContext() function
143 explicit BorrowedCGContext(DrawTarget* aDT) : mDT(aDT) { in BorrowedCGContext() function
171 ~BorrowedCGContext() { MOZ_ASSERT(!cg); } in ~BorrowedCGContext()
H A DDrawTargetSkia.h29 class BorrowedCGContext; variable
177 friend class BorrowedCGContext; variable
H A DDrawTargetSkia.cpp1227 CGContextRef BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget* aDT) { in BorrowCGContextFromDrawTarget()
1232 void BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget* aDT, in ReturnCGContextToDrawTarget()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DBorrowedContext.h139 class BorrowedCGContext {
141 BorrowedCGContext() : cg(nullptr), mDT(nullptr) {} in BorrowedCGContext() function
143 explicit BorrowedCGContext(DrawTarget* aDT) : mDT(aDT) { in BorrowedCGContext() function
171 ~BorrowedCGContext() { MOZ_ASSERT(!cg); } in ~BorrowedCGContext()
H A DDrawTargetSkia.h29 class BorrowedCGContext; variable
177 friend class BorrowedCGContext; variable
H A DDrawTargetSkia.cpp1189 CGContextRef BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget* aDT) { in BorrowCGContextFromDrawTarget()
1194 void BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget* aDT, in ReturnCGContextToDrawTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DBorrowedContext.h139 class BorrowedCGContext {
141 BorrowedCGContext() : cg(nullptr), mDT(nullptr) {} in BorrowedCGContext() function
143 explicit BorrowedCGContext(DrawTarget* aDT) : mDT(aDT) { in BorrowedCGContext() function
171 ~BorrowedCGContext() { MOZ_ASSERT(!cg); } in ~BorrowedCGContext()
H A DDrawTargetSkia.h29 class BorrowedCGContext; variable
177 friend class BorrowedCGContext; variable
H A DDrawTargetSkia.cpp1227 CGContextRef BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget* aDT) { in BorrowCGContextFromDrawTarget()
1232 void BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget* aDT, in ReturnCGContextToDrawTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DBorrowedContext.h139 class BorrowedCGContext {
141 BorrowedCGContext() : cg(nullptr), mDT(nullptr) {} in BorrowedCGContext() function
143 explicit BorrowedCGContext(DrawTarget *aDT) : mDT(aDT) { in BorrowedCGContext() function
171 ~BorrowedCGContext() { MOZ_ASSERT(!cg); } in ~BorrowedCGContext()
H A DDrawTargetSkia.h28 class BorrowedCGContext; variable
198 friend class BorrowedCGContext; variable
H A DDrawTargetSkia.cpp1174 CGContextRef BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget* aDT) { in BorrowCGContextFromDrawTarget()
1179 void BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget* aDT, in ReturnCGContextToDrawTarget()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DBorrowedContext.h152 class BorrowedCGContext
155 BorrowedCGContext() in BorrowedCGContext() function
160 explicit BorrowedCGContext(DrawTarget *aDT) in BorrowedCGContext() function
192 ~BorrowedCGContext() { in ~BorrowedCGContext()
H A DDrawTargetSkia.cpp1156 BorrowedCGContext::BorrowCGContextFromDrawTarget(DrawTarget *aDT) in BorrowCGContextFromDrawTarget()
1163 BorrowedCGContext::ReturnCGContextToDrawTarget(DrawTarget *aDT, CGContextRef cg) in ReturnCGContextToDrawTarget()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxQuartzNativeDrawing.h64 mozilla::gfx::BorrowedCGContext mBorrowedContext;
/dports/www/firefox-legacy/firefox-52.8.0esr/widget/cocoa/
H A DnsChildView.mm2133 gfx::BorrowedCGContext borrow(drawTarget);
/dports/lang/spidermonkey60/firefox-60.9.0/widget/cocoa/
H A DnsChildView.mm2229 gfx::BorrowedCGContext borrow(drawTarget);