Home
last modified time | relevance | path

Searched refs:BLIT_SRC (Results 1 – 25 of 49) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/graphics/
H A DCursor.java293 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
311 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
364 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
382 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
H A DImage.java1315 ImageData.blit(ImageData.BLIT_SRC, in init()
1333 ImageData.blit(ImageData.BLIT_SRC, in init()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/graphics/
H A DCursor.java295 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
313 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
373 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
391 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
H A DImage.java1344 ImageData.blit(ImageData.BLIT_SRC, in init()
1362 ImageData.blit(ImageData.BLIT_SRC, in init()
H A DImageData.java1146 if (palette.isDirect) blit(BLIT_SRC, in scaledTo()
1151 else blit(BLIT_SRC, in scaledTo()
1165 blit(BLIT_SRC, in scaledTo()
1174 blit(BLIT_SRC, in scaledTo()
1706 BLIT_SRC = 1, // copy source directly, else applies logic operations field in ImageData
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/graphics/
H A DCursor.java262 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
280 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
/dports/emulators/uae/uae-0.8.29/src/
H A Dpicasso96.c657 do_blit (ri, Bpp, x, y, x, y, width, height, BLIT_SRC, 0); in do_invertrect()
776 do_blit (&ri, picasso96_state.BytesPerPixel, 0, 0, 0, 0, width, height, BLIT_SRC, 0); in picasso_refresh()
1297 do_blit (&ri, Bpp, X, Y, X, Y, Width, Height, BLIT_SRC, 0); in picasso_InvertRect()
1428 do_blit (&ri, Bpp, X, Y, X, Y, Width, Height, BLIT_SRC, 0); in picasso_FillRect()
1551 BlitRect (&ri, NULL, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC); in picasso_BlitRect()
1800 do_blit (&ri, Bpp, X, Y, X, Y, W, H, BLIT_SRC, 0); in picasso_BlitPattern()
1953 do_blit (&ri, Bpp, X, Y, X, Y, W, H, BLIT_SRC, 0); in picasso_BlitTemplate()
2119 …cal_ri, GetBytesPerPixel (local_ri.RGBFormat), dstx, dsty, dstx, dsty, width, height, BLIT_SRC, 0); in picasso_BlitPlanar2Chunky()
2262 …cal_ri, GetBytesPerPixel (local_ri.RGBFormat), dstx, dsty, dstx, dsty, width, height, BLIT_SRC, 0); in picasso_BlitPlanar2Direct()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/graphics/
H A DCursor.java393 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
411 ImageData.blit(ImageData.BLIT_SRC, in Cursor()
H A DImage.java1011 ImageData.blit(ImageData.BLIT_SRC, in createRepresentation()
1029 ImageData.blit(ImageData.BLIT_SRC, in createRepresentation()
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32gfx.c506 DX_Blit( 0, a, 0, a, current_width, b - a + 1, BLIT_SRC ); in flush_screen()
511 DX_Blit( 0, a, 0, a, current_width, b - a + 1, BLIT_SRC ); in flush_screen()
563 BLIT_SRC ); in gfx_unlock_picasso()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dlib.rs332 if props.contains(f::ImageFeature::BLIT_SRC) { in image_format_properties()
1300 props.optimal_tiling |= f::ImageFeature::SAMPLED | f::ImageFeature::BLIT_SRC; in get()
1303 props.linear_tiling |= f::ImageFeature::SAMPLED | f::ImageFeature::BLIT_SRC; in get()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dlib.rs322 if props.contains(f::ImageFeature::BLIT_SRC) { in image_format_properties()
1264 props.optimal_tiling |= f::ImageFeature::SAMPLED | f::ImageFeature::BLIT_SRC; in get()
1267 props.linear_tiling |= f::ImageFeature::SAMPLED | f::ImageFeature::BLIT_SRC; in get()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dconv.rs427 if features.contains(vk::FormatFeatureFlags::BLIT_SRC) { in map_image_features()
428 mapped_flags |= format::ImageFeature::BLIT_SRC; in map_image_features()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-vulkan/src/
H A Dconv.rs427 if features.contains(vk::FormatFeatureFlags::BLIT_SRC) { in map_image_features()
428 mapped_flags |= format::ImageFeature::BLIT_SRC; in map_image_features()
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dpicasso96.h31 BLIT_SRC, enumerator
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dpicasso96.h56 BLIT_SRC, enumerator
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dpicasso96.h69 BLIT_SRC, enumerator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/common/org/eclipse/swt/graphics/
H A DImageData.java1146 if (palette.isDirect) blit(BLIT_SRC, in scaledTo()
1151 else blit(BLIT_SRC, in scaledTo()
1165 blit(BLIT_SRC, in scaledTo()
1174 blit(BLIT_SRC, in scaledTo()
1706 BLIT_SRC = 1, // copy source directly, else applies logic operations field in ImageData
/dports/www/firefox/firefox-99.0/third_party/rust/ash/src/vk/
H A Dbitflags.rs286 pub const BLIT_SRC: Self = Self(0b100_0000_0000); const
1266 pub const BLIT_SRC: Self = Self(0b100_0000_0000); const
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/examples/org.eclipse.swt.opengl.examples/src/org/eclipse/swt/opengl/examples/
H A DImageDataUtil.java55 BLIT_SRC = 1, // copy source directly, else applies logic operations field in ImageDataUtil
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dformat.rs161 const BLIT_SRC = 0x400; const
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dformat.rs160 const BLIT_SRC = 0x400; const
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dpicasso96.c1227 if(opcode == BLIT_SRC) { in do_blitrect_frame_buffer()
1267 case BLIT_SRC: break; in do_blitrect_frame_buffer()
1290 case BLIT_SRC: break; in do_blitrect_frame_buffer()
1314 case BLIT_SRC: break; in do_blitrect_frame_buffer()
1338 case BLIT_SRC: break; in do_blitrect_frame_buffer()
2734 result = BlitRect (renderinfo, (uaecptr)0, srcx, srcy, dstx, dsty, width, height, Mask, BLIT_SRC); in picasso_BlitRect()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dformat.rs172 const BLIT_SRC = 0x1000; const
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dformat.rs172 const BLIT_SRC = 0x1000; const

12