Home
last modified time | relevance | path

Searched refs:mCGImage (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DQuartzSupport.h38 mCGImage(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
94 CGImageRef mCGImage; variable
H A DQuartzSupport.mm79 if (mCGImage) {
80 ::CGImageRelease(mCGImage);
88 mCGImage = nullptr;
180 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor, 8, 32,
187 if (!mCGImage) {
436 // Read the data back either to the IOSurface or mCGImage.
448 *aOutCGImage = mCGImage;
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DQuartzSupport.h38 mCGImage(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
94 CGImageRef mCGImage; variable
H A DQuartzSupport.mm79 if (mCGImage) {
80 ::CGImageRelease(mCGImage);
88 mCGImage = nullptr;
180 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor, 8, 32,
187 if (!mCGImage) {
436 // Read the data back either to the IOSurface or mCGImage.
448 *aOutCGImage = mCGImage;
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DQuartzSupport.h38 mCGImage(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
94 CGImageRef mCGImage; variable
H A DQuartzSupport.mm79 if (mCGImage) {
80 ::CGImageRelease(mCGImage);
88 mCGImage = nullptr;
180 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor, 8, 32,
187 if (!mCGImage) {
436 // Read the data back either to the IOSurface or mCGImage.
448 *aOutCGImage = mCGImage;
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DQuartzSupport.h38 mCGImage(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
94 CGImageRef mCGImage; variable
H A DQuartzSupport.mm79 if (mCGImage) {
80 ::CGImageRelease(mCGImage);
88 mCGImage = nullptr;
180 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor, 8, 32,
187 if (!mCGImage) {
436 // Read the data back either to the IOSurface or mCGImage.
448 *aOutCGImage = mCGImage;
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DQuartzSupport.h38 mCGImage(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
94 CGImageRef mCGImage; variable
H A DQuartzSupport.mm83 if (mCGImage) {
84 ::CGImageRelease(mCGImage);
92 mCGImage = nullptr;
190 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor,
197 if (!mCGImage) {
463 // Read the data back either to the IOSurface or mCGImage.
477 *aOutCGImage = mCGImage;
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DQuartzSupport.h31 mOpenGLContext(nullptr), mCGImage(nullptr), mCGData(nullptr), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
85 CGImageRef mCGImage; variable
H A DQuartzSupport.mm83 if (mCGImage) {
84 ::CGImageRelease(mCGImage);
92 mCGImage = nullptr;
190 mCGImage = ::CGImageCreate(aWidth * intScaleFactor, aHeight * intScaleFactor,
197 if (!mCGImage) {
463 // Read the data back either to the IOSurface or mCGImage.
477 *aOutCGImage = mCGImage;