Home
last modified time | relevance | path

Searched refs:ShouldClip (Results 1 – 15 of 15) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/image/
H A DClippedImage.cpp187 if (!ShouldClip()) { in GetWidth()
197 if (!ShouldClip()) { in GetHeight()
207 if (!ShouldClip()) { in GetIntrinsicSize()
216 if (!ShouldClip()) { in GetIntrinsicRatio()
244 if (!ShouldClip()) { in GetFrameInternal()
295 if (!ShouldClip()) { in NS_IMETHODIMP_()
309 if (!ShouldClip()) { in NS_IMETHODIMP_()
320 if (!ShouldClip()) { in NS_IMETHODIMP_()
340 if (!ShouldClip()) { in NS_IMETHODIMP_()
365 if (!ShouldClip()) { in NS_IMETHODIMP_()
[all …]
H A DClippedImage.h84 bool ShouldClip();
/dports/lang/spidermonkey78/firefox-78.9.0/image/
H A DClippedImage.cpp186 if (!ShouldClip()) { in GetWidth()
196 if (!ShouldClip()) { in GetHeight()
206 if (!ShouldClip()) { in GetIntrinsicSize()
215 if (!ShouldClip()) { in GetIntrinsicRatio()
242 if (!ShouldClip()) { in GetFrameInternal()
293 if (!ShouldClip()) { in NS_IMETHODIMP_()
307 if (!ShouldClip()) { in NS_IMETHODIMP_()
318 if (!ShouldClip()) { in NS_IMETHODIMP_()
337 if (!ShouldClip()) { in NS_IMETHODIMP_()
362 if (!ShouldClip()) { in NS_IMETHODIMP_()
[all …]
H A DClippedImage.h83 bool ShouldClip();
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DClippedImage.cpp187 if (!ShouldClip()) { in GetWidth()
197 if (!ShouldClip()) { in GetHeight()
207 if (!ShouldClip()) { in GetIntrinsicSize()
216 if (!ShouldClip()) { in GetIntrinsicRatio()
244 if (!ShouldClip()) { in GetFrameInternal()
295 if (!ShouldClip()) { in NS_IMETHODIMP_()
309 if (!ShouldClip()) { in NS_IMETHODIMP_()
320 if (!ShouldClip()) { in NS_IMETHODIMP_()
340 if (!ShouldClip()) { in NS_IMETHODIMP_()
365 if (!ShouldClip()) { in NS_IMETHODIMP_()
[all …]
H A DClippedImage.h84 bool ShouldClip();
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DClippedImage.cpp189 if (!ShouldClip()) { in GetWidth()
199 if (!ShouldClip()) { in GetHeight()
209 if (!ShouldClip()) { in GetIntrinsicSize()
219 if (!ShouldClip()) { in GetIntrinsicRatio()
247 if (!ShouldClip()) { in GetFrameInternal()
296 if (!ShouldClip()) { in NS_IMETHODIMP_()
310 if (!ShouldClip()) { in NS_IMETHODIMP_()
321 if (!ShouldClip()) { in NS_IMETHODIMP_()
339 if (!ShouldClip()) { in NS_IMETHODIMP_()
364 if (!ShouldClip()) { in NS_IMETHODIMP_()
[all …]
H A DClippedImage.h80 bool ShouldClip();
/dports/www/firefox-legacy/firefox-52.8.0esr/image/
H A DClippedImage.cpp160 ClippedImage::ShouldClip() in ShouldClip() function in mozilla::image::ClippedImage
214 if (!ShouldClip()) { in NS_IMPL_ISUPPORTS_INHERITED0()
225 if (!ShouldClip()) { in GetHeight()
236 if (!ShouldClip()) { in GetIntrinsicSize()
247 if (!ShouldClip()) { in GetIntrinsicRatio()
281 if (!ShouldClip()) { in GetFrameInternal()
331 if (!ShouldClip()) { in NS_IMETHODIMP_()
346 if (!ShouldClip()) { in NS_IMETHODIMP_()
376 if (!ShouldClip()) { in NS_IMETHODIMP_()
499 if (!ShouldClip()) { in OptimalImageSizeForDest()
[all …]
H A DClippedImage.h78 bool ShouldClip();
/dports/www/firefox/firefox-99.0/image/
H A DClippedImage.cpp136 bool ClippedImage::ShouldClip() { in ShouldClip() function in mozilla::image::ClippedImage
186 if (!ShouldClip()) { in GetWidth()
196 if (!ShouldClip()) { in GetHeight()
206 if (!ShouldClip()) { in GetIntrinsicSize()
215 if (!ShouldClip()) { in GetIntrinsicRatio()
243 if (!ShouldClip()) { in GetFrameInternal()
294 if (!ShouldClip()) { in NS_IMETHODIMP_()
313 if (!ShouldClip()) { in NS_IMETHODIMP_()
338 if (!ShouldClip()) { in NS_IMETHODIMP_()
457 if (!ShouldClip()) { in OptimalImageSizeForDest()
[all …]
H A DClippedImage.h77 bool ShouldClip();
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DMenu.h61 virtual bool ShouldClip() { return false; } in ShouldClip() function
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Gwen/Controls/
H A DMenu.h61 virtual bool ShouldClip() { return false; } in ShouldClip() function
/dports/games/vavoom/vavoom-1.33/source/
H A Dr_surf.cpp1353 void VRenderLevelShared::UpdateDrawSeg(drawseg_t* dseg, bool ShouldClip) in UpdateDrawSeg() argument
1369 if (ShouldClip) in UpdateDrawSeg()