Home
last modified time | relevance | path

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

12

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DFactory.cpp450 Factory::GetMaxSurfaceSize(BackendType aType) in GetMaxSurfaceSize() function in mozilla::gfx::Factory
454 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
457 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
461 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetSkia.h153 static size_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
H A DDrawTargetCairo.h193 static size_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h162 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DFactory.cpp486 uint32_t Factory::GetMaxSurfaceSize(BackendType aType) { in GetMaxSurfaceSize() function in mozilla::gfx::Factory
489 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
492 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
496 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetCairo.h177 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetSkia.h144 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h164 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DFactory.cpp491 uint32_t Factory::GetMaxSurfaceSize(BackendType aType) { in GetMaxSurfaceSize() function in mozilla::gfx::Factory
494 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
496 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
499 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetCairo.h185 static size_t GetMaxSurfaceSize() { return 32766; } in GetMaxSurfaceSize() function
H A DDrawTargetSkia.h154 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h170 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DFactory.cpp554 uint32_t Factory::GetMaxSurfaceSize(BackendType aType) { in GetMaxSurfaceSize() function in mozilla::gfx::Factory
557 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
560 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
564 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetSkia.h141 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetCairo.h184 static size_t GetMaxSurfaceSize() { return 32766; } in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h170 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DFactory.cpp555 uint32_t Factory::GetMaxSurfaceSize(BackendType aType) { in GetMaxSurfaceSize() function in mozilla::gfx::Factory
558 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
561 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
565 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetCairo.h176 static size_t GetMaxSurfaceSize() { return 32766; } in GetMaxSurfaceSize() function
H A DDrawTargetSkia.h141 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h170 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DFactory.cpp554 uint32_t Factory::GetMaxSurfaceSize(BackendType aType) { in GetMaxSurfaceSize() function in mozilla::gfx::Factory
557 return DrawTargetCairo::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
560 return DrawTargetSkia::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
564 return DrawTargetD2D1::GetMaxSurfaceSize(); in GetMaxSurfaceSize()
H A DDrawTargetSkia.h141 static size_t GetMaxSurfaceSize() { return 32767; } in GetMaxSurfaceSize() function
H A DDrawTargetCairo.h184 static size_t GetMaxSurfaceSize() { return 32766; } in GetMaxSurfaceSize() function
H A DDrawTargetD2D1.h170 static uint32_t GetMaxSurfaceSize() { in GetMaxSurfaceSize() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/basic/
H A DBasicCompositor.cpp235 std::min(Factory::GetMaxSurfaceSize(gfxVars::ContentBackend()), in BasicCompositor()
236 Factory::GetMaxSurfaceSize(BackendType::CAIRO)); in BasicCompositor()

12