Home
last modified time | relevance | path

Searched refs:DataSourceSurface (Results 226 – 250 of 1193) sorted by relevance

12345678910>>...48

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DRenderBufferTextureHost.cpp68 if (NS_WARN_IF(!mSurface->Map(gfx::DataSourceSurface::MapType::READ_WRITE, in Lock()
92 !mYSurface->Map(gfx::DataSourceSurface::MapType::READ_WRITE, in Lock()
94 !mCbSurface->Map(gfx::DataSourceSurface::MapType::READ_WRITE, in Lock()
96 !mCrSurface->Map(gfx::DataSourceSurface::MapType::READ_WRITE, in Lock()
H A DRendererScreenshotGrabber.cpp82 [&item, aRenderer](gfx::DataSourceSurface* aTargetSurface) { in ProcessQueue()
83 gfx::DataSourceSurface::ScopedMap map(aTargetSurface, in ProcessQueue()
84 gfx::DataSourceSurface::WRITE); in ProcessQueue()
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DRendererScreenshotGrabber.cpp84 [&item, aRenderer](gfx::DataSourceSurface* aTargetSurface) { in ProcessQueue()
85 gfx::DataSourceSurface::ScopedMap map(aTargetSurface, in ProcessQueue()
86 gfx::DataSourceSurface::WRITE); in ProcessQueue()
/dports/mail/thunderbird/thunderbird-91.8.0/widget/gtk/
H A DWindowSurfaceWayland.h29 WindowImageSurface(gfx::DataSourceSurface* aImageSurface,
36 RefPtr<gfx::DataSourceSurface> mImageSurface;
142 RefPtr<gfx::DataSourceSurface> mImageSurface;
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DRendererScreenshotGrabber.cpp82 [&item, aRenderer](gfx::DataSourceSurface* aTargetSurface) { in ProcessQueue()
83 gfx::DataSourceSurface::ScopedMap map(aTargetSurface, in ProcessQueue()
84 gfx::DataSourceSurface::WRITE); in ProcessQueue()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DRendererScreenshotGrabber.cpp84 [&item, aRenderer](gfx::DataSourceSurface* aTargetSurface) { in ProcessQueue()
85 gfx::DataSourceSurface::ScopedMap map(aTargetSurface, in ProcessQueue()
86 gfx::DataSourceSurface::WRITE); in ProcessQueue()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DImageDataSerializer.h19 class DataSourceSurface; variable
78 already_AddRefed<gfx::DataSourceSurface> DataSourceSurfaceFromYCbCrDescriptor(
80 gfx::DataSourceSurface* aSurface = nullptr);
/dports/www/firefox-esr/firefox-91.8.0/widget/gtk/
H A DWindowSurfaceWayland.h29 WindowImageSurface(gfx::DataSourceSurface* aImageSurface,
36 RefPtr<gfx::DataSourceSurface> mImageSurface;
142 RefPtr<gfx::DataSourceSurface> mImageSurface;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/
H A DImageBitmapRenderingContext.cpp83 already_AddRefed<DataSourceSurface>
86 RefPtr<DataSourceSurface> temp = Factory::CreateDataSourceSurface( in MatchWithIntrinsicSize()
92 DataSourceSurface::ScopedMap map(temp, DataSourceSurface::READ_WRITE); in MatchWithIntrinsicSize()
124 RefPtr<DataSourceSurface> data = surface->GetDataSurface(); in GetImageBuffer()
H A DImageBitmap.h30 class DataSourceSurface; variable
59 RefPtr<gfx::DataSourceSurface> mSurface;
127 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
132 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DImageDataSerializer.cpp179 already_AddRefed<DataSourceSurface>
180 …rDescriptor(uint8_t* aBuffer, const YCbCrDescriptor& aDescriptor, gfx::DataSourceSurface* aSurface) in DataSourceSurfaceFromYCbCrDescriptor()
187 RefPtr<DataSourceSurface> result; in DataSourceSurfaceFromYCbCrDescriptor()
205 DataSourceSurface::MappedSurface map; in DataSourceSurfaceFromYCbCrDescriptor()
206 if (NS_WARN_IF(!result->Map(DataSourceSurface::MapType::WRITE, &map))) { in DataSourceSurfaceFromYCbCrDescriptor()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DImageDataSerializer.h20 class DataSourceSurface; variable
89 already_AddRefed<gfx::DataSourceSurface> DataSourceSurfaceFromYCbCrDescriptor(
91 gfx::DataSourceSurface* aSurface = nullptr);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DImageDataSerializer.h19 class DataSourceSurface; variable
86 already_AddRefed<gfx::DataSourceSurface> DataSourceSurfaceFromYCbCrDescriptor(
88 gfx::DataSourceSurface* aSurface = nullptr);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DImageDataSerializer.h20 class DataSourceSurface; variable
89 already_AddRefed<gfx::DataSourceSurface> DataSourceSurfaceFromYCbCrDescriptor(
91 gfx::DataSourceSurface* aSurface = nullptr);
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DImageBitmap.h31 class DataSourceSurface; variable
60 RefPtr<gfx::DataSourceSurface> mSurface;
128 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
133 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmapRenderingContext.cpp83 already_AddRefed<gfx::DataSourceSurface>
86 RefPtr<gfx::DataSourceSurface> temp = gfx::Factory::CreateDataSourceSurface( in MatchWithIntrinsicSize()
92 gfx::DataSourceSurface::ScopedMap map(temp, in MatchWithIntrinsicSize()
93 gfx::DataSourceSurface::READ_WRITE); in MatchWithIntrinsicSize()
125 RefPtr<gfx::DataSourceSurface> data = surface->GetDataSurface(); in GetImageBuffer()
/dports/www/firefox/firefox-99.0/gfx/ipc/
H A DCanvasManagerChild.cpp146 already_AddRefed<DataSourceSurface> CanvasManagerChild::GetSnapshot( in GetSnapshot()
182 RefPtr<DataSourceSurface> surface = in GetSnapshot()
189 gfx::DataSourceSurface::ScopedMap map(surface, in GetSnapshot()
190 gfx::DataSourceSurface::READ_WRITE); in GetSnapshot()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/
H A DImageBitmap.h31 class DataSourceSurface; variable
60 RefPtr<gfx::DataSourceSurface> mSurface;
128 const nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
133 nsTArray<RefPtr<gfx::DataSourceSurface>>& aClonedSurfaces,
H A DImageBitmapRenderingContext.cpp83 already_AddRefed<gfx::DataSourceSurface>
86 RefPtr<gfx::DataSourceSurface> temp = gfx::Factory::CreateDataSourceSurface( in MatchWithIntrinsicSize()
92 gfx::DataSourceSurface::ScopedMap map(temp, in MatchWithIntrinsicSize()
93 gfx::DataSourceSurface::READ_WRITE); in MatchWithIntrinsicSize()
125 RefPtr<gfx::DataSourceSurface> data = surface->GetDataSurface(); in GetImageBuffer()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGMaskFrame.cpp275 RefPtr<DataSourceSurface> maskSurface = maskSnapshot->GetDataSurface(); in NS_IMPL_FRAMEARENA_HELPERS()
276 DataSourceSurface::MappedSurface map; in NS_IMPL_FRAMEARENA_HELPERS()
277 if (!maskSurface->Map(DataSourceSurface::MapType::READ, &map)) { in NS_IMPL_FRAMEARENA_HELPERS()
282 RefPtr<DataSourceSurface> destMaskSurface = in NS_IMPL_FRAMEARENA_HELPERS()
287 DataSourceSurface::MappedSurface destMap; in NS_IMPL_FRAMEARENA_HELPERS()
288 if (!destMaskSurface->Map(DataSourceSurface::MapType::WRITE, &destMap)) { in NS_IMPL_FRAMEARENA_HELPERS()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/ipc/
H A DSharedSurfacesParent.h26 class DataSourceSurface; variable
41 static already_AddRefed<gfx::DataSourceSurface> Get(
45 static already_AddRefed<gfx::DataSourceSurface> Acquire(
/dports/www/firefox/firefox-99.0/gfx/layers/ipc/
H A DSharedSurfacesParent.h26 class DataSourceSurface; variable
41 static already_AddRefed<gfx::DataSourceSurface> Get(
45 static already_AddRefed<gfx::DataSourceSurface> Acquire(
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DImageDataSerializer.h20 class DataSourceSurface; variable
92 already_AddRefed<gfx::DataSourceSurface> DataSourceSurfaceFromYCbCrDescriptor(
94 gfx::DataSourceSurface* aSurface = nullptr);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/ipc/
H A DSharedSurfacesParent.h26 class DataSourceSurface; variable
41 static already_AddRefed<gfx::DataSourceSurface> Get(
45 static already_AddRefed<gfx::DataSourceSurface> Acquire(
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetTiled.h183 virtual already_AddRefed<DataSourceSurface> GetDataSurface() in GetDataSurface()
185 RefPtr<DataSourceSurface> surf = Factory::CreateDataSourceSurface(GetSize(), GetFormat()); in GetDataSurface()
187 DataSourceSurface::MappedSurface mappedSurf; in GetDataSurface()
188 if (!surf->Map(DataSourceSurface::MapType::WRITE, &mappedSurf)) { in GetDataSurface()
204 RefPtr<DataSourceSurface> dataSurf = mSnapshots[i]->GetDataSurface(); in GetDataSurface()

12345678910>>...48