Home
last modified time | relevance | path

Searched refs:IsPicture (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/dirac/dirac-1.0.2/libdirac_byteio/
H A Dpicture_byteio.h131 bool IsIntra() const { return IsPicture() && (NumRefs()==0) ; } in IsIntra()
136 bool IsInter() const { return IsPicture() && (NumRefs()>0) ; } in IsInter()
H A Dparseunit_byteio.h179 bool IsPicture() const in IsPicture() function
H A Dparseunit_byteio.cpp229 if(IsPicture()) in GetType()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DPictureInfoLoader.cpp53 …if (!pItem->IsPicture() || pItem->IsZIP() || pItem->IsRAR() || pItem->IsCBR() || pItem->IsCBZ() ||… in LoadItemCached()
76 …if (!pItem->IsPicture() || pItem->IsZIP() || pItem->IsRAR() || pItem->IsCBR() || pItem->IsCBZ() ||… in LoadItemLookup()
H A DGUIWindowPictures.cpp324 (pItem->IsPicture() || (bShowVideos && pItem->IsVideo()))) in ShowPicture()
455 if (item->IsPicture()) in GetContextButtons()
558 … if (pItem->IsPicture() && !(pItem->IsZIP() || pItem->IsRAR() || pItem->IsCBZ() || pItem->IsCBR())) in LoadPlayList()
579 …IsFolder || item->IsZIP() || item->IsRAR() || item->IsCBZ() || item->IsCBR() || !item->IsPicture()) in OnItemInfo()
H A DPictureThumbLoader.cpp73 …if (pItem->IsPicture() && !pItem->IsZIP() && !pItem->IsRAR() && !pItem->IsCBZ() && !pItem->IsCBR()… in LoadItemCached()
185 … if (!items[i]->IsPicture() || items[i]->IsZIP() || items[i]->IsRAR() || items[i]->IsPlayList()) in ProcessFoldersAndArchives()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIMultiImage.cpp226 if (item.IsPicture() || CTextureCache::GetInstance().HasCachedImage(m_currentPath)) in LoadDirectory()
296 if (item.IsPicture() || StringUtils::StartsWithNoCase(item.GetMimeType(), "image/")) in DoWork()
314 …if (pItem && (pItem->IsPicture() || StringUtils::StartsWithNoCase(pItem->GetMimeType(), "image/"))) in DoWork()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/guiinfo/
H A DPicturesGUIInfo.cpp122 …if (item->IsPicture() && info.m_info >= LISTITEM_PICTURE_START && info.m_info <= LISTITEM_PICTURE_… in GetLabel()
196 if (item->IsPicture()) in GetLabel()
/dports/lang/fpc-source/fpc-3.2.2/packages/amunits/src/otherlibs/
H A Dguigfx.pas195 FUNCTION IsPicture(filename : pCHAR; const tags : array of PtrUInt) : BOOLEAN; in IsPicture() function
269 FUNCTION IsPicture(filename : pCHAR; const tags : array of PtrUInt) : BOOLEAN; in IsPicture() function
271 IsPicture := IsPictureA(filename , @tags);
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DFfmpegDecoderPlugin.cxx127 IsPicture(const AVStream &stream) noexcept in IsPicture() function
138 if (IsPicture(*format_context.streams[i])) in FindPictureStream()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4DefGraphics.h238 bool IsPicture() { return eMode == MODE_Picture; } in IsPicture() function
H A DC4DefGraphics.cpp374 if (pGfxOvrl->IsPicture()) in Draw()
883 assert(!IsPicture()); in Draw()
1066 assert(IsPicture()); in DrawPicture()
H A DC4Object.cpp1988 if (!pGfxOvrl->IsPicture()) in Draw()
2373 if (pGfxOvrl->IsPicture()) in Picture2Facet()
4787 if (pOwnOverlay->IsPicture()) in CanConcatPictureWith()
4793 if (pOtherOverlay->IsPicture()) in CanConcatPictureWith()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/favourites/
H A DFavouritesService.cpp214 else if (item.IsPicture()) in GetExecutePath()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DTextureCacheJob.cpp196 if (!(file.IsPicture() && !(file.IsZIP() || file.IsRAR() || file.IsCBR() || file.IsCBZ() )) in LoadImage()
H A DUtil.h57 static bool IsPicture(const std::string& strFile);
H A DFileItem.h172 bool IsPicture() const;
H A DFileItem.cpp981 bool CFileItem::IsPicture() const in IsPicture() function in CFileItem
998 return CUtil::IsPicture(m_strPath); in IsPicture()
1396 else if ( IsPicture() ) in FillInDefaultIcon()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/listproviders/
H A DDirectoryProvider.cpp110 if (item->IsPicture()) in getThumbLoader()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/network/upnp/
H A DUPnPRenderer.cpp633 if (item->IsPicture()) { in PlayMedia()
H A DUPnPInternal.cpp146 else if (item.IsPicture() ) in GetMimeType()
415 } else if (item.IsPicture()) { in BuildObject()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/interfaces/json-rpc/
H A DFileItemHandler.cpp511 if (item->IsPicture()) in FillFileItemList()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/music/windows/
H A DGUIWindowMusicBase.cpp334 …if (pItem->m_bIsFolder || pItem->IsPlayList() || pItem->IsPicture() || pItem->IsLyrics() || pItem-… in RetrieveMusicInfo()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DFile.cpp288 if (URIUtils::IsInternetStream(url, true) && !CUtil::IsPicture(pathToUrl) ) in Open()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/windows/
H A DGUIWindowFileManager.cpp663 if (pItem->IsPicture()) in OnStart()

12