Home
last modified time | relevance | path

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

12

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxPlatformGtk.cpp88 uint32_t canvasMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatformGtk()
89 uint32_t contentMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatformGtk()
91 canvasMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatformGtk()
92 contentMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatformGtk()
H A DgfxPlatform.cpp494 uint32_t canvasMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatform()
495 uint32_t contentMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatform()
497 canvasMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatform()
498 contentMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatform()
1701 aCanvasBitmask & ~(BackendTypeBit(mPreferredCanvasBackend) | in InitBackendPrefs()
1702 BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1705 aCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1715 mContentBackendBitmask |= BackendTypeBit(aContentDefault); in InitBackendPrefs()
1719 BackendTypeBit(BackendType::SKIA) | BackendTypeBit(BackendType::CAIRO); in InitBackendPrefs()
1750 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
[all …]
H A DgfxWindowsPlatform.cpp426 BackendTypeBit(BackendType::CAIRO) | BackendTypeBit(BackendType::SKIA); in UpdateBackendPrefs()
428 BackendTypeBit(BackendType::CAIRO) | BackendTypeBit(BackendType::SKIA); in UpdateBackendPrefs()
432 contentMask |= BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
433 canvasMask |= BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
H A DgfxPlatformMac.cpp76 uint32_t canvasMask = BackendTypeBit(BackendType::SKIA); in gfxPlatformMac()
77 uint32_t contentMask = BackendTypeBit(BackendType::SKIA); in gfxPlatformMac()
H A DgfxPlatform.h59 inline uint32_t BackendTypeBit(BackendType b) { return 1 << uint8_t(b); } in BackendTypeBit() function
259 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxPlatform.cpp516 uint32_t canvasMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatform()
517 uint32_t contentMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatform()
519 canvasMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatform()
520 contentMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatform()
1642 … ~(BackendTypeBit(mPreferredCanvasBackend) | BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1645 GetCanvasBackendPref(aCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1655 mContentBackendBitmask |= BackendTypeBit(aContentDefault); in InitBackendPrefs()
1688 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
1689 allowedBackends |= BackendTypeBit(type); in GetBackendPref()
H A DgfxPlatformGtk.cpp99 uint32_t canvasMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatformGtk()
100 uint32_t contentMask = BackendTypeBit(BackendType::CAIRO); in gfxPlatformGtk()
102 canvasMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatformGtk()
103 contentMask |= BackendTypeBit(BackendType::SKIA); in gfxPlatformGtk()
H A DgfxPlatformMac.cpp77 uint32_t canvasMask = BackendTypeBit(BackendType::SKIA); in gfxPlatformMac()
78 uint32_t contentMask = BackendTypeBit(BackendType::SKIA); in gfxPlatformMac()
H A DgfxWindowsPlatform.cpp477 uint32_t canvasMask = BackendTypeBit(BackendType::CAIRO); in UpdateBackendPrefs()
478 uint32_t contentMask = BackendTypeBit(BackendType::CAIRO); in UpdateBackendPrefs()
481 contentMask |= BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
482 canvasMask |= BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
485 canvasMask |= BackendTypeBit(BackendType::SKIA); in UpdateBackendPrefs()
487 contentMask |= BackendTypeBit(BackendType::SKIA); in UpdateBackendPrefs()
H A DgfxPlatform.h59 BackendTypeBit(BackendType b) in BackendTypeBit() function
264 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp1945 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1946 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1949 data.mCanvasBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1950 data.mContentBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1971 BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1974 aPrefsData.mCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1984 mContentBackendBitmask |= BackendTypeBit(aPrefsData.mContentDefault); in InitBackendPrefs()
1987 uint32_t swBackendBits = BackendTypeBit(BackendType::SKIA); in InitBackendPrefs()
1989 swBackendBits |= BackendTypeBit(BackendType::CAIRO); in InitBackendPrefs()
2031 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
[all …]
H A DgfxWindowsPlatform.cpp449 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
450 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
455 data.mCanvasBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
459 data.mContentBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
470 data.mContentBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
478 data.mCanvasBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
H A DgfxPlatform.h62 inline uint32_t BackendTypeBit(BackendType b) { return 1 << uint8_t(b); } in BackendTypeBit() function
309 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()
H A DgfxPlatformMac.cpp230 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
231 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxPlatform.cpp1954 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1955 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1958 data.mCanvasBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1959 data.mContentBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1980 BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1983 aPrefsData.mCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1993 mContentBackendBitmask |= BackendTypeBit(aPrefsData.mContentDefault); in InitBackendPrefs()
1996 uint32_t swBackendBits = BackendTypeBit(BackendType::SKIA); in InitBackendPrefs()
1998 swBackendBits |= BackendTypeBit(BackendType::CAIRO); in InitBackendPrefs()
2034 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
[all …]
H A DgfxPlatformMac.cpp90 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
91 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
H A DgfxWindowsPlatform.cpp450 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
451 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
456 data.mCanvasBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
460 data.mContentBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
471 data.mCanvasBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
472 data.mContentBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
H A DgfxPlatform.h62 inline uint32_t BackendTypeBit(BackendType b) { return 1 << uint8_t(b); } in BackendTypeBit() function
279 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxPlatform.cpp1852 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1853 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1856 data.mCanvasBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1857 data.mContentBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1878 BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1881 aPrefsData.mCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1891 mContentBackendBitmask |= BackendTypeBit(aPrefsData.mContentDefault); in InitBackendPrefs()
1894 uint32_t swBackendBits = BackendTypeBit(BackendType::SKIA); in InitBackendPrefs()
1896 swBackendBits |= BackendTypeBit(BackendType::CAIRO); in InitBackendPrefs()
1938 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
[all …]
H A DgfxWindowsPlatform.cpp506 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
507 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
512 data.mCanvasBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
516 data.mContentBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
527 data.mContentBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
535 data.mCanvasBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
H A DgfxPlatform.h61 inline uint32_t BackendTypeBit(BackendType b) { return 1 << uint8_t(b); } in BackendTypeBit() function
306 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()
H A DgfxPlatformMac.cpp230 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
231 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxPlatform.cpp1945 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1946 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
1949 data.mCanvasBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1950 data.mContentBitmask |= BackendTypeBit(BackendType::CAIRO); in GetBackendPrefs()
1971 BackendTypeBit(BackendType::DIRECT2D))); in InitBackendPrefs()
1974 aPrefsData.mCanvasBitmask & ~BackendTypeBit(mPreferredCanvasBackend)); in InitBackendPrefs()
1984 mContentBackendBitmask |= BackendTypeBit(aPrefsData.mContentDefault); in InitBackendPrefs()
1987 uint32_t swBackendBits = BackendTypeBit(BackendType::SKIA); in InitBackendPrefs()
1989 swBackendBits |= BackendTypeBit(BackendType::CAIRO); in InitBackendPrefs()
2031 if (BackendTypeBit(type) & aBackendBitmask) { in GetBackendPref()
[all …]
H A DgfxWindowsPlatform.cpp449 data.mCanvasBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
450 data.mContentBitmask = BackendTypeBit(BackendType::SKIA); in GetBackendPrefs()
455 data.mCanvasBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
459 data.mContentBitmask |= BackendTypeBit(BackendType::DIRECT2D1_1); in GetBackendPrefs()
470 data.mContentBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
478 data.mCanvasBitmask &= ~BackendTypeBit(BackendType::DIRECT2D1_1); in UpdateBackendPrefs()
H A DgfxPlatform.h62 inline uint32_t BackendTypeBit(BackendType b) { return 1 << uint8_t(b); } in BackendTypeBit() function
309 return BackendTypeBit(aType) & mContentBackendBitmask; in SupportsAzureContentForType()

12