Home
last modified time | relevance | path

Searched refs:aClonedSurfaces (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DImageBitmap.h128 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
133 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1279 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1305 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1306 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1316 if (aIndex >= aClonedSurfaces.Length()) { in ReadStructuredClone()
1320 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1345 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1364 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1389 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DImageBitmap.h127 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
132 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1291 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1317 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1318 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1328 if (aIndex >= aClonedSurfaces.Length()) { in ReadStructuredClone()
1332 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1357 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1376 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1401 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DImageBitmap.h128 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
133 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1279 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1305 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1306 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1316 if (aIndex >= aClonedSurfaces.Length()) { in ReadStructuredClone()
1320 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1345 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1364 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1389 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DImageBitmap.h146 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
151 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1476 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1503 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1504 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1513 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1538 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1552 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1579 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DImageBitmap.h130 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
135 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1647 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1673 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1674 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1684 if (aIndex >= aClonedSurfaces.Length()) { in ReadStructuredClone()
1688 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1713 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1732 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1769 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DImageBitmap.h133 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
138 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmap.cpp1351 const nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in ReadStructuredClone() argument
1383 MOZ_ASSERT(!aClonedSurfaces.IsEmpty()); in ReadStructuredClone()
1384 MOZ_ASSERT(aIndex < aClonedSurfaces.Length()); in ReadStructuredClone()
1394 if (aIndex >= aClonedSurfaces.Length()) { in ReadStructuredClone()
1398 RefPtr<layers::Image> img = CreateImageFromSurface(aClonedSurfaces[aIndex]); in ReadStructuredClone()
1424 nsTArray<RefPtr<DataSourceSurface>>& aClonedSurfaces, in WriteStructuredClone() argument
1440 uint32_t index = aClonedSurfaces.Length(); in WriteStructuredClone()
1466 aClonedSurfaces.AppendElement(dstDataSurface); in WriteStructuredClone()