Home
last modified time | relevance | path

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

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dblender.cc310 VipsImage* foreground2 = foreground; in build() local
315 adjust_geom( foreground, &foreground2, in build()
334 int ih_comp = image_hierarchy_compare_images(foreground2, background); in build()
346 in_.push_back( foreground2 ); fgd_id = 1; in build()
351 in_.push_back( foreground2 ); fgd_id = 0; in build()
358 …std::cout<<"foreground2("<<foreground2<<")->Xsize="<<foreground2->Xsize<<" foreground2->Ysize="… in build()
371 PF_UNREF( foreground2, "BlenderPar::build() foreground2 unref" ); in build()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dsystem16_vidhrdw.c196 static struct tilemap *background2, *foreground2; variable
554 tilemap_mark_all_tiles_dirty( foreground2 ); in update_page()
582 tilemap_mark_tile_dirty( foreground2, offset ); in update_page()
948 foreground2 = tilemap_create( in VIDEO_START()
955 if( background2 && foreground2 ){ in VIDEO_START()
957 tilemap_set_transparent_pen( foreground2, 0 ); in VIDEO_START()
961 tilemap_set_scroll_rows( foreground2 , 64 ); in VIDEO_START()
1648 foreground2 = tilemap_create( in VIDEO_START()
1662 if( foreground2 && background2 ){ in VIDEO_START()
1665 tilemap_set_transparent_pen( foreground2, 0 ); in VIDEO_START()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dsystem16_vidhrdw.c194 static struct tilemap *background2, *foreground2; variable
582 tilemap_mark_all_tiles_dirty( foreground2 ); in update_page()
610 tilemap_mark_tile_dirty( foreground2, offset ); in update_page()
991 foreground2 = tilemap_create( in VIDEO_START()
998 if( background2 && foreground2 ){ in VIDEO_START()
1000 tilemap_set_transparent_pen( foreground2, 0 ); in VIDEO_START()
1004 tilemap_set_scroll_rows( foreground2 , 64 ); in VIDEO_START()
1691 foreground2 = tilemap_create( in VIDEO_START()
1705 if( foreground2 && background2 ){ in VIDEO_START()
1708 tilemap_set_transparent_pen( foreground2, 0 ); in VIDEO_START()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dsystem16.c106 static struct tilemap *background2, *foreground2; variable
253 tilemap_mark_all_tiles_dirty( foreground2 ); in update_page()
281 tilemap_mark_tile_dirty( foreground2, offset ); in update_page()
631 foreground2 = tilemap_create( in sys18_vh_start()
638 if( background2 && foreground2) in sys18_vh_start()
643 foreground2->transparent_pen = 0; in sys18_vh_start()
648 tilemap_set_scroll_rows( foreground2 , 64 ); in sys18_vh_start()
2042 tilemap_set_scrolly( foreground2, 0, -256+sys16_fg2_scrolly ); in sys18_vh_screenrefresh()
2045 tilemap_set_enable( foreground2, sys18_fg2_active ); in sys18_vh_screenrefresh()
2072 if(sys18_fg2_active) tilemap_draw( bitmap, foreground2, 0 ); in sys18_vh_screenrefresh()
[all …]
/dports/cad/xcircuit/xcircuit-3.10.30/lib/
H A DXCircuit.ad26 xcircuit*foreground2 : White
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dcolor_utils.cc321 SkColor foreground2, in PickContrastingColor() argument
326 GetContrastRatio(GetRelativeLuminance(foreground2), in PickContrastingColor()
328 foreground1 : foreground2; in PickContrastingColor()
H A Dcolor_utils.h141 SkColor foreground2,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dcolor_utils.cc319 SkColor foreground2, in PickContrastingColor() argument
324 GetContrastRatio(GetRelativeLuminance(foreground2), in PickContrastingColor()
326 foreground1 : foreground2; in PickContrastingColor()
H A Dcolor_utils.h141 SkColor foreground2,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DButton.java468 final double[] foreground2; in drawTitleWithFrameInView() local
470 foreground2 = foreground == null ? display.getNSColorRGB (NSColor.textColor()) : foreground; in drawTitleWithFrameInView()
472 foreground2 = DEFAULT_DISABLED_FOREGROUND; in drawTitleWithFrameInView()
474 foreground2 = getLighterOrDarkerColor(foreground, 0.5, luma(foreground) >= 0.5); in drawTitleWithFrameInView()
476 NSAttributedString attribStr = createString(text, null, foreground2, style, true, true, true); in drawTitleWithFrameInView()
/dports/cad/xcircuit/xcircuit-3.10.30/
H A DREADME284 xcircuit*foreground2 color of every object drawn; Black
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DImageFilterTest.cpp1843 sk_sp<SkImageFilter> foreground2(new FixedBoundsImageFilter(SkIRect::MakeXYWH(40, 40, 50, 50))); in DEF_TEST() local
1845 SkBlendMode::kSrcIn, std::move(background2), std::move(foreground2), nullptr)); in DEF_TEST()