Home
last modified time | relevance | path

Searched refs:GetIsCompressed (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgramemdirectory.pas29 function GetIsCompressed: boolean; in GetIsCompressed() function
54 property IsCompressed: boolean read GetIsCompressed write SetIsCompressed;
497 function TMemDirectoryEntry.GetIsCompressed: boolean; in TMemDirectoryEntry.GetIsCompressed() function
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgramemdirectory.pas29 function GetIsCompressed: boolean; in GetIsCompressed() function
54 property IsCompressed: boolean read GetIsCompressed write SetIsCompressed;
497 function TMemDirectoryEntry.GetIsCompressed: boolean; in TMemDirectoryEntry.GetIsCompressed() function
/dports/databases/arrow/apache-arrow-6.0.1/go/parquet/internal/gen-go/parquet/
H A Dparquet.go4380 func (p *DataPageHeaderV2) GetIsCompressed() bool { func