Home
last modified time | relevance | path

Searched refs:get_current_format (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/util/
H A Dclipboard.h54 ClipboardFormat get_current_format();
H A Dclipboard.cpp210 ClipboardFormat get_current_format() in get_current_format() function
332 switch (get_current_format()) { in paste()
614 if (clipboard::get_current_format() == ClipboardPaletteEntries) { in get_palette()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dupgrade_tests.py57 def get_current_format(): function
291 check_format(sbox, get_current_format())
314 check_format(sbox, get_current_format())
332 check_format(sbox, get_current_format())
455 check_format(sbox, get_current_format())
538 check_format(sbox, get_current_format())
1453 check_format(sbox, get_current_format())
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dupgrade_tests.py57 def get_current_format(): function
291 check_format(sbox, get_current_format())
314 check_format(sbox, get_current_format())
332 check_format(sbox, get_current_format())
455 check_format(sbox, get_current_format())
538 check_format(sbox, get_current_format())
1453 check_format(sbox, get_current_format())
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dupgrade_tests.py57 def get_current_format(): function
291 check_format(sbox, get_current_format())
314 check_format(sbox, get_current_format())
332 check_format(sbox, get_current_format())
455 check_format(sbox, get_current_format())
538 check_format(sbox, get_current_format())
1453 check_format(sbox, get_current_format())
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dupgrade_tests.py57 def get_current_format(): function
291 check_format(sbox, get_current_format())
314 check_format(sbox, get_current_format())
332 check_format(sbox, get_current_format())
455 check_format(sbox, get_current_format())
538 check_format(sbox, get_current_format())
1453 check_format(sbox, get_current_format())
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Ddoc_view.cpp498 (clipboard::get_current_format() == clipboard::ClipboardImage in onCanPaste()
544 if (clipboard::get_current_format() == clipboard::ClipboardImage) { in onPaste()
H A Dpalette_view.cpp252 if (clipboard::get_current_format() == clipboard::ClipboardPaletteEntries) { in pasteFromClipboard()
580 (clipboard::get_current_format() == clipboard::ClipboardPaletteEntries)) { in onPaint()
H A Dcolor_bar.cpp994 return (clipboard::get_current_format() == clipboard::ClipboardPaletteEntries); in onCanPaste()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dvino.h216 pixel_format_t get_current_format(int channel);
H A Dvino.cpp684 vino_device::pixel_format_t vino_device::get_current_format(int channel) in get_current_format() function in vino_device
702 if (merge_pixel(channel, y, u, v, get_current_format(channel))) in process_pixel()
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dvino.h216 pixel_format_t get_current_format(int channel);
H A Dvino.cpp684 vino_device::pixel_format_t vino_device::get_current_format(int channel) in get_current_format() function in vino_device
702 if (merge_pixel(channel, y, u, v, get_current_format(channel))) in process_pixel()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/timeline/
H A Dtimeline.cpp3943 (clipboard::get_current_format() == clipboard::ClipboardDocRange && in onCanPaste()
3971 if (clipboard::get_current_format() == clipboard::ClipboardDocRange) { in onPaste()