Home
last modified time | relevance | path

Searched refs:origDstInfo (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceContext.cpp61 bool GrSurfaceContext::readPixels(const GrImageInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() argument
76 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
83 if (!origDstInfo.isValid()) { in readPixels()
96 auto dstInfo = origDstInfo; in readPixels()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceContext.cpp61 bool GrSurfaceContext::readPixels(const GrImageInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() argument
76 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
83 if (!origDstInfo.isValid()) { in readPixels()
96 auto dstInfo = origDstInfo; in readPixels()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceContext.cpp61 bool GrSurfaceContext::readPixels(const GrImageInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() argument
76 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
83 if (!origDstInfo.isValid()) { in readPixels()
96 auto dstInfo = origDstInfo; in readPixels()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrSurfaceContext.cpp61 bool GrSurfaceContext::readPixels(const GrImageInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() argument
76 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
83 if (!origDstInfo.isValid()) { in readPixels()
96 auto dstInfo = origDstInfo; in readPixels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/
H A DGrSurfaceContext.cpp126 bool GrSurfaceContext::readPixels(const GrImageInfo& origDstInfo, void* dst, size_t rowBytes, in readPixels() argument
141 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
148 if (!origDstInfo.isValid()) { in readPixels()
165 auto dstInfo = origDstInfo; in readPixels()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/
H A DGrSurfaceContext.cpp135 bool GrSurfaceContext::readPixels(GrDirectContext* dContext, const GrImageInfo& origDstInfo, in readPixels() argument
149 size_t tightRowBytes = origDstInfo.minRowBytes(); in readPixels()
156 if (!origDstInfo.isValid()) { in readPixels()
173 auto dstInfo = origDstInfo; in readPixels()