Home
last modified time | relevance | path

Searched refs:has_photo (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/shotwell/shotwell-0.30.14/src/direct/
H A DDirectPhotoPage.vala186 if (has_photo()) {
197 bool sensitive = has_photo() && !get_photo_missing();
264 set_action_sensitive("SetBackground", has_photo() && !get_photo_missing());
271 bool revert_possible = has_photo() ? get_photo().has_transformations()
273 bool rotate_possible = has_photo() ? is_rotate_available(get_photo()) : false;
274 bool enhance_possible = has_photo() ? is_enhance_available(get_photo()) : false;
285 set_action_sensitive("SetBackground", has_photo());
287 if (has_photo()) {
437 if (has_photo())
/dports/graphics/elementary-photos/photos-2.7.1/src/Views/
H A DLibraryPhotoPage.vala205 has_photo ());
207 set_action_sensitive ("Revert", has_photo () ?
210 if (has_photo () && !get_photo_missing ()) {
224 if (has_photo ()) {
269 if (has_photo ()) {
676 if (!has_photo ())
690 if (!has_photo ())
724 if (!has_photo ())
762 if (has_photo ()) {
796 if (!has_photo ())
[all …]
H A DDirectPhotoPage.vala253 if (!has_photo ()) {
269 if (!has_photo ()) {
307 if (has_photo ()) {
318 bool sensitive = has_photo () && !get_photo_missing ();
381 bool revert_possible = has_photo () ? get_photo ().has_transformations ()
383 bool rotate_possible = has_photo () ? is_rotate_available (get_photo ()) : false;
384 bool enhance_possible = has_photo () ? is_enhance_available (get_photo ()) : false;
395 set_action_sensitive ("SetBackground", has_photo ());
397 if (has_photo ()) {
H A DEditingHostPage.vala406 if (has_photo ()) {
422 public bool has_photo () {
578 if (has_photo ()) {
1268 if (has_photo ())
1527 if (!has_photo ())
1557 if (!has_photo ())
1578 if (!has_photo ())
1739 if (!has_photo ())
1778 if (!has_photo ())
1871 if (!has_photo ())
[all …]
H A DCollectionPage.vala398 … return MediaSourceCollection.has_photo ((Gee.Collection<MediaSource>) get_view ().get_sources ());
402 …return MediaSourceCollection.has_photo ((Gee.Collection<MediaSource>) get_view ().get_selected_sou…
/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Drec.c71 rec->pilots[i].has_photo = sd_read_ubyte(r); in sd_rec_load()
73 if(rec->pilots[i].has_photo) { in sd_rec_load()
184 sd_write_ubyte(w, rec->pilots[i].has_photo); in sd_rec_save()
185 if(rec->pilots[i].has_photo) { in sd_rec_save()
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A DPhotoPage.vala953 if (has_photo()) {
1644 if (has_photo())
1920 if (!has_photo())
1950 if (!has_photo())
2003 if (!has_photo())
2158 if (!has_photo())
2173 if (!has_photo())
2268 if (!has_photo())
2301 if (!has_photo())
2901 if (!has_photo())
[all …]
H A DCollectionPage.vala210 … return MediaSourceCollection.has_photo((Gee.Collection<MediaSource>) get_view().get_sources());
214 …return MediaSourceCollection.has_photo((Gee.Collection<MediaSource>) get_view().get_selected_sourc…
H A DDesktopIntegration.vala134 if (MediaSourceCollection.has_video(media) && !MediaSourceCollection.has_photo(media)) {
H A DMediaDataRepresentation.vala414 public static bool has_photo(Gee.Collection<MediaSource> media) {
/dports/games/openomf/libShadowDive-b2c34a6/include/shadowdive/
H A Drec.h48 uint8_t has_photo; ///< Tells if the pilot has a photo sprite member
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DWebPagesManager.cpp244 bool has_photo = !photo.is_empty(); in store() local
259 STORE_FLAG(has_photo); in store()
285 if (has_photo) { in store()
316 bool has_photo; in parse() local
331 PARSE_FLAG(has_photo); in parse()
361 if (has_photo) { in parse()
H A DNotificationManager.cpp3465 bool has_photo = !photo_.is_empty(); in store() local
3476 STORE_FLAG(has_photo); in store()
3499 if (has_photo) { in store()
3518 bool has_photo; in parse() local
3529 PARSE_FLAG(has_photo); in parse()
3554 if (has_photo) { in parse()
3690 STORE_FLAG(has_photo); in store()
3702 if (has_photo) { in store()
3714 bool has_photo; in parse() local
3719 PARSE_FLAG(has_photo); in parse()
[all …]
H A DWebPageBlock.cpp379 bool has_photo = !photo.is_empty(); in store() local
385 STORE_FLAG(has_photo); in store()
397 if (has_photo) { in store()
413 bool has_photo; in parse() local
419 PARSE_FLAG(has_photo); in parse()
431 if (has_photo) { in parse()
H A DContactsManager.cpp3497 if (has_photo) { in store()
3523 bool has_photo; in parse() local
3572 if (has_photo) { in parse()
3659 if (has_photo) { in store()
3677 bool has_photo; in parse() local
3699 if (has_photo) { in parse()
3738 if (has_photo) { in store()
3761 bool has_photo; in parse() local
3877 bool has_photo; in parse() local
3975 bool has_photo; in parse() local
[all …]
H A DInlineQueriesManager.cpp1287 bool has_photo = (flags & BOT_INLINE_MEDIA_RESULT_FLAG_HAS_PHOTO) != 0; in on_get_inline_query_results() local
1290 if (!has_photo) { in on_get_inline_query_results()
1316 } else if (has_document && !(has_photo && is_photo)) { in on_get_inline_query_results()
1435 } else if (has_photo) { in on_get_inline_query_results()
/dports/graphics/elementary-photos/photos-2.7.1/src/events/
H A DEventDirectoryItem.vala90 bool has_photos = MediaSourceCollection.has_photo (event.get_media ());
/dports/graphics/shotwell/shotwell-0.30.14/src/events/
H A DEventDirectoryItem.vala91 bool has_photos = MediaSourceCollection.has_photo(event.get_media());
/dports/graphics/elementary-photos/photos-2.7.1/src/
H A DMediaDataRepresentation.vala422 public static bool has_photo (Gee.Collection<MediaSource> media) {
/dports/graphics/elementary-photos/photos-2.7.1/src/library/
H A DLibraryWindow.vala593 if (!photo_page.has_photo ())
/dports/graphics/shotwell/shotwell-0.30.14/src/library/
H A DLibraryWindow.vala498 if (!photo_page.has_photo())