Home
last modified time | relevance | path

Searched refs:srcPixmap (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkLinearBitmapPipeline.cpp430 if (srcPixmap.info().gammaCloseToSRGB()) { in choose_specific_accessor()
432 accessor->init<PA>(srcPixmap); in choose_specific_accessor()
436 accessor->init<PA>(srcPixmap); in choose_specific_accessor()
442 const SkPixmap& srcPixmap, in choose_pixel_accessor() argument
476 accessor->init<PA>(srcPixmap); in choose_pixel_accessor()
492 const SkPixmap& srcPixmap, in choose_pixel_sampler() argument
627 const SkPixmap& srcPixmap) in SkLinearBitmapPipeline() argument
672 const SkPixmap& srcPixmap, in ClonePipelineForBlitting() argument
703 const SkPixmap& srcPixmap, in SkLinearBitmapPipeline() argument
713 srcPixmap.writable_addr32(0, 0), srcPixmap.rowBytes() / 4); in SkLinearBitmapPipeline()
[all …]
H A DSkLinearBitmapPipeline_sample.h90 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
101 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
112 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
125 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
137 PixelConverter(const SkPixmap& srcPixmap) in PixelConverter() argument
138 : fColorTableSize(srcPixmap.ctable()->count()){ in PixelConverter()
139 SkColorTable* skColorTable = srcPixmap.ctable(); in PixelConverter()
171 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
185 PixelConverter(const SkPixmap& srcPixmap) { } in PixelConverter() argument
235 PixelAccessor(const SkPixmap& srcPixmap, Args&&... args) in PixelAccessor() argument
[all …]
H A DSkLinearBitmapPipeline.h35 const SkPixmap& srcPixmap);
39 const SkPixmap& srcPixmap,
50 const SkPixmap& srcPixmap,
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dpixmap.c713 TermWin.vts[page].bg.srcPixmap = p; in f_SetSrcPixmap()
717 TermWin.vts[page].bg.srcPixmap = p; in f_SetSrcPixmap()
743 if( new_p != BGpage.srcPixmap) { in f_ValidateSrcPixmap()
803 if (BGpage.srcPixmap == None) { in f_RenderPixmap()
824 BGpage.trgPixmap = BGpage.srcPixmap; in f_RenderPixmap()
904 if (BGpage.trgPixmap != BGpage.srcPixmap) in f_RenderPixmap()
992 XFreePixmap(Xdisplay,BGpage.srcPixmap); in f_LoadBGPixmap()
993 BGpage.srcPixmap = None; in f_LoadBGPixmap()
1062 if (BGpage.srcPixmap == None) in f_LoadBGPixmap()
1093 BGpage.srcPixmap = tmp; in f_LoadBGPixmap()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DScale.cpp21 SkPixmap srcPixmap(MakeSkiaImageInfo(IntSize(srcWidth, srcHeight), format), in Scale() local
26 if (srcPixmap.colorType() != kN32_SkColorType) { in Scale()
29 !tmpBitmap.writePixels(srcPixmap) || in Scale()
30 !tmpBitmap.peekPixels(&srcPixmap)) { in Scale()
37 return SkBitmapScaler::Resize(dstPixmap, srcPixmap, in Scale()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DScale.cpp21 SkPixmap srcPixmap(MakeSkiaImageInfo(IntSize(srcWidth, srcHeight), format), in Scale() local
26 if (srcPixmap.colorType() != kN32_SkColorType) { in Scale()
29 !tmpBitmap.writePixels(srcPixmap) || in Scale()
30 !tmpBitmap.peekPixels(&srcPixmap)) { in Scale()
37 return SkBitmapScaler::Resize(dstPixmap, srcPixmap, in Scale()
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DScale.cpp18 SkPixmap srcPixmap(MakeSkiaImageInfo(IntSize(srcWidth, srcHeight), format), in Scale() local
23 if (srcPixmap.colorType() != kN32_SkColorType) { in Scale()
26 !tmpBitmap.writePixels(srcPixmap) || in Scale()
27 !tmpBitmap.peekPixels(&srcPixmap)) { in Scale()
34 return SkBitmapScaler::Resize(dstPixmap, srcPixmap, in Scale()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DScale.cpp21 SkPixmap srcPixmap(MakeSkiaImageInfo(IntSize(srcWidth, srcHeight), format), in Scale() local
26 if (srcPixmap.colorType() != kN32_SkColorType) { in Scale()
29 !tmpBitmap.writePixels(srcPixmap) || in Scale()
30 !tmpBitmap.peekPixels(&srcPixmap)) { in Scale()
37 return SkBitmapScaler::Resize(dstPixmap, srcPixmap, in Scale()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DScale.cpp21 SkPixmap srcPixmap(MakeSkiaImageInfo(IntSize(srcWidth, srcHeight), format), in Scale() local
26 if (srcPixmap.colorType() != kN32_SkColorType) { in Scale()
29 !tmpBitmap.writePixels(srcPixmap) || in Scale()
30 !tmpBitmap.peekPixels(&srcPixmap)) { in Scale()
37 return SkBitmapScaler::Resize(dstPixmap, srcPixmap, in Scale()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dpixmap.c730 if( BG.srcPixmap != None && BG.bMySource && BG.srcPixmap != p ) in SetSrcPixmap()
733 BG.srcPixmap = p ; in SetSrcPixmap()
737 BG.srcPixmap = p ; in SetSrcPixmap()
742 if( BG.srcPixmap != None ) in SetSrcPixmap()
762 BG.srcPixmap = None ; in SetSrcPixmap()
933 if( BG.srcPixmap == None in RenderPixmap()
965 if( BG.trgPixmap != BG.srcPixmap ) in RenderPixmap()
974 BG.trgPixmap = BG.srcPixmap ; in RenderPixmap()
1075 if( BG.trgPixmap != BG.srcPixmap ) in RenderPixmap()
1154 XFreePixmap(Xdisplay, BG.srcPixmap); in LoadBGPixmap()
[all …]
/dports/x11/aterm/aterm-1.0.1/src/
H A Dpixmap.c730 if( BG.srcPixmap != None && BG.bMySource && BG.srcPixmap != p ) in SetSrcPixmap()
733 BG.srcPixmap = p ; in SetSrcPixmap()
737 BG.srcPixmap = p ; in SetSrcPixmap()
742 if( BG.srcPixmap != None ) in SetSrcPixmap()
762 BG.srcPixmap = None ; in SetSrcPixmap()
933 if( BG.srcPixmap == None in RenderPixmap()
965 if( BG.trgPixmap != BG.srcPixmap ) in RenderPixmap()
974 BG.trgPixmap = BG.srcPixmap ; in RenderPixmap()
1075 if( BG.trgPixmap != BG.srcPixmap ) in RenderPixmap()
1154 XFreePixmap(Xdisplay, BG.srcPixmap); in LoadBGPixmap()
[all …]
/dports/graphics/kolourpaint/kolourpaint-21.12.3/pixmapfx/
H A DkpPixmapFX.h86 const QImage &srcPixmap);
94 const QImage &srcPixmap);
96 const QImage &srcPixmap);
104 const QImage &srcPixmap);
106 const QImage &srcPixmap);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeimage/
H A Dtst_qdeclarativeimage.cpp315 QPixmap srcPixmap; in mirror() local
316 QVERIFY(srcPixmap.load(SRCDIR "/data/heart200.png")); in mirror()
327 …p_e.drawPixmap(QRect(0, 0, width, height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.hei… in mirror()
330 …p_e.drawPixmap(QRect(25, 0, height, height), srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.h… in mirror()
335 QRect rect(0, 0, srcPixmap.width()*ratio, srcPixmap.height()*ratio); in mirror()
337 p_e.drawPixmap(rect, srcPixmap, QRect(0, 0, srcPixmap.width(), srcPixmap.height())); in mirror()
341 p_e.drawTiledPixmap(QRect(0, 0, width, height), srcPixmap); in mirror()
344 transform.scale(width / srcPixmap.width(), 1.0); in mirror()
346 p_e.drawTiledPixmap(QRect(0, 0, width, height), srcPixmap); in mirror()
349 transform.scale(1.0, height / srcPixmap.height()); in mirror()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DPixmap_readPixels.cpp12 SkPixmap srcPixmap(srcInfo, (const void*) &pixels.front(), width * 4); in draw() local
19 bitmap.installPixels(srcPixmap); in draw()
26 srcPixmap.readPixels(dstInfo, &dstPixels.front(), width * 2); in draw()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DGrSurfaceTest.cpp348 SkAutoPixmapStorage srcPixmap; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
349 srcPixmap.alloc(ii); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
350 fillPixels(&srcPixmap, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
363 dContext, srcPixmap, GrRenderable::kNo, GrProtected::kNo); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
380 read.alloc(srcPixmap.info()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
381 auto readResult = surfContext->readPixels(dContext, srcPixmap.info(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
385 comparePixels(srcPixmap, read, reporter); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
391 write.alloc(srcPixmap.info()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
392 fillPixels(&write, [&srcPixmap](int x, int y) { return ~*srcPixmap.addr32(); }); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
393 auto writeResult = surfContext->writePixels(dContext, srcPixmap.info(), write.addr(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap,
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF,
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap),
227 Rect srcBounds= (**srcPixmap).bounds,
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap,
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF,
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap),
227 Rect srcBounds= (**srcPixmap).bounds,
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dmac_wrdwindow.c218 void MyCopyBits(PixMapHandle srcPixmap, PixMapHandle dstPixmap, in MyCopyBits() argument
222 int srcRowBytes= (**srcPixmap).rowBytes & 0x1FFF, in MyCopyBits()
225 Ptr srcAdr= GetPixBaseAddr(srcPixmap), in MyCopyBits()
227 Rect srcBounds= (**srcPixmap).bounds, in MyCopyBits()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp155 SkPixmap srcPixmap(srcInfo, texels[i].fPixels, origRowBytes); in upload() local
158 bitmap.writePixels(srcPixmap); in upload()

123