Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-91.8.0/image/
H A DRasterImage.cpp620 LayerManager* aManager, const IntSize& aRequestedSize, uint32_t aFlags) { in GetImageContainerSize() argument
625 if (aRequestedSize.IsEmpty()) { in GetImageContainerSize()
634 if (min(mSize.width, aRequestedSize.width) > maxTextureSize || in GetImageContainerSize()
635 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in GetImageContainerSize()
639 auto requestedSize = OrientedIntSize::FromUnknownSize(aRequestedSize); in GetImageContainerSize()
644 return MakeTuple(ImgDrawResult::SUCCESS, aRequestedSize); in GetImageContainerSize()
672 const IntSize& aRequestedSize, in NS_IMETHODIMP_()
679 if (!LoadHasSize() || aRequestedSize.IsEmpty() || in NS_IMETHODIMP_()
680 min(mSize.width, aRequestedSize.width) > maxTextureSize || in NS_IMETHODIMP_()
681 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DRasterImage.cpp628 LayerManager* aManager, const IntSize& aRequestedSize, uint32_t aFlags) { in GetImageContainerSize() argument
633 if (aRequestedSize.IsEmpty()) { in GetImageContainerSize()
642 if (min(mSize.width, aRequestedSize.width) > maxTextureSize || in GetImageContainerSize()
643 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in GetImageContainerSize()
647 auto requestedSize = OrientedIntSize::FromUnknownSize(aRequestedSize); in GetImageContainerSize()
652 return MakeTuple(ImgDrawResult::SUCCESS, aRequestedSize); in GetImageContainerSize()
677 const IntSize& aRequestedSize, in NS_IMETHODIMP_()
684 if (!mHasSize || aRequestedSize.IsEmpty() || in NS_IMETHODIMP_()
685 min(mSize.width, aRequestedSize.width) > maxTextureSize || in NS_IMETHODIMP_()
686 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DRasterImage.cpp620 LayerManager* aManager, const IntSize& aRequestedSize, uint32_t aFlags) { in GetImageContainerSize() argument
625 if (aRequestedSize.IsEmpty()) { in GetImageContainerSize()
634 if (min(mSize.width, aRequestedSize.width) > maxTextureSize || in GetImageContainerSize()
635 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in GetImageContainerSize()
639 auto requestedSize = OrientedIntSize::FromUnknownSize(aRequestedSize); in GetImageContainerSize()
644 return MakeTuple(ImgDrawResult::SUCCESS, aRequestedSize); in GetImageContainerSize()
672 const IntSize& aRequestedSize, in NS_IMETHODIMP_()
679 if (!LoadHasSize() || aRequestedSize.IsEmpty() || in NS_IMETHODIMP_()
680 min(mSize.width, aRequestedSize.width) > maxTextureSize || in NS_IMETHODIMP_()
681 min(mSize.height, aRequestedSize.height) > maxTextureSize) { in NS_IMETHODIMP_()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/misc/interceptor/
H A DMMPolicies.h114 DWORD ComputeAllocationSize(const uint32_t aRequestedSize) const { in ComputeAllocationSize() argument
115 MOZ_ASSERT(aRequestedSize); in ComputeAllocationSize()
116 DWORD result = aRequestedSize; in ComputeAllocationSize()
120 uint32_t mod = aRequestedSize % granularity; in ComputeAllocationSize()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/misc/interceptor/
H A DMMPolicies.h141 DWORD ComputeAllocationSize(const uint32_t aRequestedSize) const { in ComputeAllocationSize() argument
142 MOZ_ASSERT(aRequestedSize); in ComputeAllocationSize()
143 DWORD result = aRequestedSize; in ComputeAllocationSize()
147 uint32_t mod = aRequestedSize % granularity; in ComputeAllocationSize()
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/mozglue/interceptor/
H A DMMPolicies.h141 DWORD ComputeAllocationSize(const uint32_t aRequestedSize) const { in ComputeAllocationSize() argument
142 MOZ_ASSERT(aRequestedSize); in ComputeAllocationSize()
143 DWORD result = aRequestedSize; in ComputeAllocationSize()
147 uint32_t mod = aRequestedSize % granularity; in ComputeAllocationSize()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/misc/interceptor/
H A DMMPolicies.h141 DWORD ComputeAllocationSize(const uint32_t aRequestedSize) const { in ComputeAllocationSize() argument
142 MOZ_ASSERT(aRequestedSize); in ComputeAllocationSize()
143 DWORD result = aRequestedSize; in ComputeAllocationSize()
147 uint32_t mod = aRequestedSize % granularity; in ComputeAllocationSize()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/src/
H A Dsdlenv.cpp281 void EpocSdlEnv::CreateZoomer(const TSize& aRequestedSize) in CreateZoomer() argument
284 if(gEpocEnv->iDsa != NULL && gEpocEnv->iDsa->WindowSize() != aRequestedSize) in CreateZoomer()
286 TRAP_IGNORE(gEpocEnv->iDsa->CreateZoomerL(aRequestedSize)); in CreateZoomer()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/symbian/inc/internal/
H A Depoc_sdl.h100 static void CreateZoomer(const TSize& aRequestedSize); in NONSHARABLE_CLASS()
/dports/www/firefox-esr/firefox-91.8.0/dom/localstorage/
H A DActorsChild.h90 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp80 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1810 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
1816 const int64_t& aRequestedSize, const int64_t& aMinSize,
4887 int64_t Datastore::RequestUpdateUsage(int64_t aRequestedSize, in RequestUpdateUsage() argument
4890 MOZ_ASSERT(aRequestedSize > 0); in RequestUpdateUsage()
4893 if (UpdateUsage(aRequestedSize)) { in RequestUpdateUsage()
4894 return aRequestedSize; in RequestUpdateUsage()
5356 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5360 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5384 const int64_t& aRequestedSize, const int64_t& aMinSize, in RecvPBackgroundLSSnapshotConstructor() argument
5387 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/localstorage/
H A DActorsChild.h82 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp74 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1994 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
2000 const int64_t& aRequestedSize, const int64_t& aMinSize,
5340 int64_t Datastore::RequestUpdateUsage(int64_t aRequestedSize, in RequestUpdateUsage() argument
5343 MOZ_ASSERT(aRequestedSize > 0); in RequestUpdateUsage()
5346 if (UpdateUsage(aRequestedSize)) { in RequestUpdateUsage()
5347 return aRequestedSize; in RequestUpdateUsage()
5807 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5811 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5835 const int64_t& aRequestedSize, const int64_t& aMinSize, in RecvPBackgroundLSSnapshotConstructor() argument
5838 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/localstorage/
H A DActorsChild.h90 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
H A DActorsChild.cpp80 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotChild() argument
H A DActorsParent.cpp1810 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize,
1816 const int64_t& aRequestedSize, const int64_t& aMinSize,
4887 int64_t Datastore::RequestUpdateUsage(int64_t aRequestedSize, in RequestUpdateUsage() argument
4890 MOZ_ASSERT(aRequestedSize > 0); in RequestUpdateUsage()
4893 if (UpdateUsage(aRequestedSize)) { in RequestUpdateUsage()
4894 return aRequestedSize; in RequestUpdateUsage()
5356 const bool& aIncreasePeakUsage, const int64_t& aRequestedSize, in AllocPBackgroundLSSnapshotParent() argument
5360 if (NS_WARN_IF(aIncreasePeakUsage && aRequestedSize <= 0)) { in AllocPBackgroundLSSnapshotParent()
5384 const int64_t& aRequestedSize, const int64_t& aMinSize, in RecvPBackgroundLSSnapshotConstructor() argument
5387 MOZ_ASSERT_IF(aIncreasePeakUsage, aRequestedSize > 0); in RecvPBackgroundLSSnapshotConstructor()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/main/symbian/EKA2/
H A DSDL_main.cpp521 TSize EpocSdlEnv::WindowSize(const TSize& aRequestedSize)
524 if(EpocSdlEnv::Flags(CSDL::EAllowImageResize) && gEpocEnv->iDsa->WindowSize() != aRequestedSize)
526 TRAP_IGNORE(gEpocEnv->iDsa->CreateZoomerL(aRequestedSize));
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DVector.h287 MOZ_MUST_USE bool maybeCheckSimulatedOOM(size_t aRequestedSize);
1039 inline bool Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize) {
1040 if (aRequestedSize <= N) {
1045 if (aRequestedSize <= mTail.mReserved) {
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DVector.h293 MOZ_MUST_USE bool maybeCheckSimulatedOOM(size_t aRequestedSize);
995 Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize)
997 if (aRequestedSize <= N) {
1002 if (aRequestedSize <= mReserved) {
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DVector.h259 [[nodiscard]] bool maybeCheckSimulatedOOM(size_t aRequestedSize);
1053 inline bool Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize) {
1054 if (aRequestedSize <= N) {
1059 if (aRequestedSize <= mTail.mReserved) {
/dports/www/firefox/firefox-99.0/mfbt/
H A DVector.h259 [[nodiscard]] bool maybeCheckSimulatedOOM(size_t aRequestedSize);
1053 inline bool Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize) {
1054 if (aRequestedSize <= N) {
1059 if (aRequestedSize <= mTail.mReserved) {
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DVector.h259 [[nodiscard]] bool maybeCheckSimulatedOOM(size_t aRequestedSize);
1053 inline bool Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize) {
1054 if (aRequestedSize <= N) {
1059 if (aRequestedSize <= mTail.mReserved) {
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DVector.h257 MOZ_MUST_USE bool maybeCheckSimulatedOOM(size_t aRequestedSize);
1041 inline bool Vector<T, N, AP>::maybeCheckSimulatedOOM(size_t aRequestedSize) {
1042 if (aRequestedSize <= N) {
1047 if (aRequestedSize <= mTail.mReserved) {

12