Home
last modified time | relevance | path

Searched defs:IsPicture (Results 1 – 7 of 7) sorted by relevance

/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
/dports/multimedia/dirac/dirac-1.0.2/libdirac_byteio/
H A Dparseunit_byteio.h179 bool IsPicture() const in IsPicture() function
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4DefGraphics.h238 bool IsPicture() { return eMode == MODE_Picture; } in IsPicture() function
/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynGdiPlus.pas429 class function IsPicture(const FileName: TFileName): TGraphicClass; in IsPicture() function
/dports/audio/musicpd/mpd-0.23.6/src/decoder/plugins/
H A DFfmpegDecoderPlugin.cxx127 IsPicture(const AVStream &stream) noexcept in IsPicture() function
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DUtil.cpp509 bool CUtil::IsPicture(const std::string& strFile) in IsPicture() function in CUtil
H A DFileItem.cpp981 bool CFileItem::IsPicture() const in IsPicture() function in CFileItem