Home
last modified time | relevance | path

Searched defs:isPgm (Results 1 – 2 of 2) sorted by relevance

/dports/audio/audacity/audacity-Audacity-3.1.3/src/effects/VST/
H A DVSTEffect.cpp2609 void VSTEffect::callSetChunk(bool isPgm, int len, void *buf) in callSetChunk()
2622 void VSTEffect::callSetChunk(bool isPgm, int len, void *buf, VstPatchChunkInfo *info) in callSetChunk()
/dports/biology/bbmap/bbmap/current/fileIO/
H A DFileFormat.java576 public static boolean isPgm(String ext){ in isPgm() method in FileFormat