Home
last modified time | relevance | path

Searched defs:srcBitmap (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkImageTest.cpp19 SkBitmap srcBitmap; in DEF_TEST() local
H A DGrAHardwareBufferTest.cpp114 const SkBitmap srcBitmap = make_src_bitmap(); in basic_draw_test_helper() local
224 const SkBitmap srcBitmap = make_src_bitmap(); in surface_draw_test_helper() local
H A DShaderTest.cpp57 SkBitmap srcBitmap; in DEF_TEST() local
H A DVkHardwareBufferTest.cpp1035 static bool check_read(skiatest::Reporter* reporter, const SkBitmap& srcBitmap, in check_read()
1126 SkBitmap srcBitmap = make_src_bitmap(); in run_test() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/
H A Dresource_he.cpp141 const byte *srcBitmap = cursor->getSurface(); in extractResource() local
192 const byte *srcBitmap = macCursor->getSurface(); in extractResource() local
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/
H A Dresource_he.cpp147 const byte *srcBitmap = cursor->getSurface(); in extractResource() local
198 const byte *srcBitmap = macCursor->getSurface(); in extractResource() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Ddistortion.cpp42 const Graphics::Surface *srcBitmap, in blitDistortionCore()
182 Graphics::Surface srcBitmap; in blitDistortion() local
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Ddistortion.cpp42 const Graphics::Surface *srcBitmap, in blitDistortionCore()
182 Graphics::Surface srcBitmap; in blitDistortion() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/FrameDebugger/
H A DGsContextView.cpp234 Framework::CBitmap CGsContextView::LookupBitmap(const Framework::CBitmap& srcBitmap, const ColorArr… in LookupBitmap()
256 Framework::CBitmap CGsContextView::ExtractAlpha32(const Framework::CBitmap& srcBitmap) in ExtractAlpha32()
/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.cpp491 Image &srcBitmap, in removeWaterFromBitmap()
816 Image &srcBitmap, in addBitmapToLandscape()
836 Image &srcBitmap, in addBitmap()
939 Image srcBitmap = in scalePlanBitmap() local
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWinImage.c422 Pixmap srcBitmap, /* Source bitmap to be rotated */ in Blt_RotateBitmap()
635 Pixmap srcBitmap, in Blt_ScaleBitmap()
695 Pixmap srcBitmap, /* Source bitmap. */ in Blt_ScaleRotateBitmapRegion()
H A DbltUnixImage.c718 Blt_RotateBitmap(tkwin, srcBitmap, srcWidth, srcHeight, theta, in Blt_RotateBitmap() argument
904 Blt_ScaleBitmap(tkwin, srcBitmap, srcWidth, srcHeight, destWidth, destHeight) in Blt_ScaleBitmap() argument
990 Pixmap srcBitmap, /* Source bitmap. */ in Blt_ScaleRotateBitmapRegion()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/font/
H A DFont.cpp153 FT_Bitmap * srcBitmap = &face->glyph->bitmap; in insertGlyph() local
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dsurface.cpp111 void BITMAP::draw(const BITMAP *srcBitmap, const Common::Rect &srcRect, in draw()
247 void BITMAP::stretchDraw(const BITMAP *srcBitmap, const Common::Rect &srcRect, in stretchDraw()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dtext.cpp63 byte *srcBitmap = _vm->_displayMan->getNativeBitmapOrGraphic(kDMGraphicIdxFont); in printTextToBitmap() local
/dports/misc/mnn/MNN-1.2.0/demo/android/app/src/main/java/com/taobao/android/mnn/
H A DMNNNetNative.java66 …protected static native boolean nativeConvertBitmapToTensor(Bitmap srcBitmap, long tensorPtr, int … in nativeConvertBitmapToTensor()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dtext.cpp63 byte *srcBitmap = _vm->_displayMan->getNativeBitmapOrGraphic(kDMGraphicIdxFont); in printTextToBitmap() local
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/test/
H A DTestFreeRDPCodecPlanar.c5497 static BOOL RunTestPlanar(BITMAP_PLANAR_CONTEXT* planar, const BYTE* srcBitmap, in RunTestPlanar()
/dports/graphics/xpdf4/xpdf-4.03/xpdf/
H A DTileCompositor.cc296 void TileCompositor::blit(SplashBitmap *srcBitmap, int xSrc, int ySrc, in blit()
/dports/graphics/xpdf/xpdf-4.03/xpdf/
H A DTileCompositor.cc296 void TileCompositor::blit(SplashBitmap *srcBitmap, int xSrc, int ySrc, in blit()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/
H A Dcfx_graphics.cpp1059 FWL_Error CFX_Graphics::XorDIBitmap(const CFX_DIBitmap* srcBitmap, in XorDIBitmap()
1095 FWL_Error CFX_Graphics::EqvDIBitmap(const CFX_DIBitmap* srcBitmap, in EqvDIBitmap()
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/lottie/
H A Dlottieitem.cpp505 VBitmap srcBitmap = cache.make_surface(size.width(), size.height()); in render() local
567 VBitmap srcBitmap = cache.make_surface(size.width(), size.height()); in renderMatteLayer() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DDisAsm.cpp623HBITMAP srcBitmap, HBITMAP srcMaskBitmap, Framework::Win32::CRect& srcRect) in DrawMaskedBitmap()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Dgraphics.cpp153 void Graphics::copyRectBetweenBitmaps(Bitmap *destBitmap, int destX, int destY, Bitmap *srcBitmap, … in copyRectBetweenBitmaps()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Dgraphics.cpp149 void Graphics::copyRectBetweenBitmaps(Bitmap *destBitmap, int destX, int destY, Bitmap *srcBitmap, … in copyRectBetweenBitmaps()

123