Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A DTestSurfaceCache.cpp61 const uint32_t whichFrame = imgIContainer::FRAME_CURRENT; in TEST_F() local
95 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
106 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
116 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
128 surf = image->GetFrameAtSize(size, whichFrame, exactFlags); in TEST_F()
135 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
146 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
156 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/image/test/gtest/
H A DTestSurfaceCache.cpp61 const uint32_t whichFrame = imgIContainer::FRAME_CURRENT; in TEST_F() local
95 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
106 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
116 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
128 surf = image->GetFrameAtSize(size, whichFrame, exactFlags); in TEST_F()
135 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
146 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
156 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
/dports/www/firefox/firefox-99.0/image/test/gtest/
H A DTestSurfaceCache.cpp61 const uint32_t whichFrame = imgIContainer::FRAME_CURRENT; in TEST_F() local
95 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
106 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
116 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
128 surf = image->GetFrameAtSize(size, whichFrame, exactFlags); in TEST_F()
135 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
146 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
156 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/gtest/
H A DTestSurfaceCache.cpp61 const uint32_t whichFrame = imgIContainer::FRAME_CURRENT; in TEST_F() local
95 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
106 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
116 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
128 surf = image->GetFrameAtSize(size, whichFrame, exactFlags); in TEST_F()
135 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
146 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
156 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
/dports/lang/spidermonkey60/firefox-60.9.0/image/test/gtest/
H A DTestSurfaceCache.cpp61 const uint32_t whichFrame = imgIContainer::FRAME_CURRENT; in TEST_F() local
95 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
106 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
116 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
128 surf = image->GetFrameAtSize(size, whichFrame, exactFlags); in TEST_F()
135 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
146 image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
156 surf = image->GetFrameAtSize(size, whichFrame, bestMatchFlags); in TEST_F()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/compilers/roqvq/
H A Dcodec.cpp57 whichFrame = 0; in codec()
75 whichFrame = 0; in ~codec()
375 whichFrame=1; in SetPreviousImage()
401 rgbmap = previousImage[(whichFrame&1)]->bitmapData(); in MakePreviousImage()
403 if ((whichFrame&1) == 1) { in MakePreviousImage()
495 if (diff == false && whichFrame) { in MakePreviousImage()
550 if (whichFrame == 0) { in MakePreviousImage()
581 temp = ((whichFrame+1)&1); in InitImages()
1194 if (codebookmade && whichFrame>4) fsize -= 256; in SparseEncode()
1347 whichFrame++; in SparseEncode()
[all …]
H A Dcodec.h82 int whichFrame; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/framelist/
H A DTreeViewerFrameSource.java88 public Frame getFrame(int whichFrame, int flags) { in getFrame() argument
89 switch (whichFrame) { in getFrame()
H A DIFrameSource.java57 public Frame getFrame(int whichFrame, int flags); in getFrame() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator/src/org/eclipse/ui/internal/navigator/framelist/
H A DTreeViewerFrameSource.java91 public Frame getFrame(int whichFrame, int flags) { in getFrame() argument
92 switch (whichFrame) { in getFrame()
H A DIFrameSource.java58 public Frame getFrame(int whichFrame, int flags); in getFrame() argument
/dports/www/firefox-esr/firefox-91.8.0/image/
H A DVectorImage.cpp719 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in GetFrameInternal() local
736 float animTime = (whichFrame == FRAME_FIRST) in GetFrameInternal()
759 decodeSize, whichFrame, aFlags); in GetFrameInternal()
960 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in NS_IMETHODIMP_() local
962 float animTime = (whichFrame == FRAME_FIRST) in NS_IMETHODIMP_()
/dports/mail/thunderbird/thunderbird-91.8.0/image/
H A DVectorImage.cpp719 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in GetFrameInternal() local
736 float animTime = (whichFrame == FRAME_FIRST) in GetFrameInternal()
759 decodeSize, whichFrame, aFlags); in GetFrameInternal()
960 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in NS_IMETHODIMP_() local
962 float animTime = (whichFrame == FRAME_FIRST) in NS_IMETHODIMP_()
/dports/www/firefox/firefox-99.0/image/
H A DVectorImage.cpp694 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in NS_IMETHODIMP_() local
709 float animTime = (whichFrame == FRAME_FIRST) in NS_IMETHODIMP_()
1000 uint32_t whichFrame = mHaveAnimations ? aWhichFrame : FRAME_FIRST; in NS_IMETHODIMP_() local
1002 float animTime = (whichFrame == FRAME_FIRST) in NS_IMETHODIMP_()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dbmtex.cpp2099 int whichFrame = ComputeParticleFrame(sc); in EvalColor() local
2101 …float a = texout->Filter(uvGen->EvalUVMapMono(sc,alphasampList[whichFrame],filterType!=FILTER_NADA… in EvalColor()
2105 c = texout->Filter(uvGen->EvalUVMap(sc,mysampList[whichFrame],filterType!=FILTER_NADA)); in EvalColor()
2131 int whichFrame = ComputeParticleFrame(sc); in EvalMono() local
2134 f = texout->Filter(uvGen->EvalUVMapMono(sc,alphasampList[whichFrame],filterType!=FILTER_NADA)); in EvalMono()
2136 f = texout->Filter(uvGen->EvalUVMapMono(sc,mysampList[whichFrame],filterType!=FILTER_NADA)); in EvalMono()
2160 int whichFrame = ComputeParticleFrame(sc); in EvalNormalPerturb() local
2163 dM =(.01f)*uvGen->EvalDeriv(sc,alphasampList[whichFrame],filterType!=FILTER_NADA); in EvalNormalPerturb()
2165 dM =(.01f)*uvGen->EvalDeriv(sc,mysampList[whichFrame],filterType!=FILTER_NADA); in EvalNormalPerturb()
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/
H A Dinterpreter.go120 func (s *callStack) popIfExists(whichFrame int) {
121 if len(s.stack) == whichFrame {
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DImageBitmap.cpp1576 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in OnImageReady() local
1578 aImgContainer->GetFrame(whichFrame, frameFlags); in OnImageReady()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DImageBitmap.cpp1589 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in OnImageReady() local
1591 aImgContainer->GetFrame(whichFrame, frameFlags); in OnImageReady()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DImageBitmap.cpp1576 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in OnImageReady() local
1578 aImgContainer->GetFrame(whichFrame, frameFlags); in OnImageReady()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DImageBitmap.cpp1962 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in OnImageReady() local
1973 aImgContainer->GetFrame(whichFrame, frameFlags); in OnImageReady()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmap.cpp1145 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in DecodeBlob() local
1146 RefPtr<SourceSurface> surface = imgContainer->GetFrame(whichFrame, frameFlags); in DecodeBlob()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmap.cpp2128 uint32_t whichFrame = imgIContainer::FRAME_FIRST; in OnImageReady() local
2130 aImgContainer->GetFrame(whichFrame, frameFlags); in OnImageReady()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsLayoutUtils.cpp7118 uint32_t whichFrame = (aSurfaceFlags & SFE_WANT_FIRST_FRAME) in SurfaceFromElement() local
7149 result.mSourceSurface = imgContainer->GetFrameAtSize(result.mSize, whichFrame, frameFlags); in SurfaceFromElement()
7166 result.mDrawInfo.mWhichFrame = whichFrame; in SurfaceFromElement()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsLayoutUtils.cpp7262 uint32_t whichFrame = aSurfaceFlags & SFE_WANT_FIRST_FRAME_IF_IMAGE in SurfaceFromElement() local
7292 imgContainer->GetFrameAtSize(result.mSize, whichFrame, frameFlags); in SurfaceFromElement()
7325 result.mDrawInfo.mWhichFrame = whichFrame; in SurfaceFromElement()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsLayoutUtils.cpp7193 uint32_t whichFrame = aSurfaceFlags & SFE_WANT_FIRST_FRAME_IF_IMAGE in SurfaceFromElement() local
7223 imgContainer->GetFrameAtSize(result.mSize, whichFrame, frameFlags); in SurfaceFromElement()
7256 result.mDrawInfo.mWhichFrame = whichFrame; in SurfaceFromElement()

12