Home
last modified time | relevance | path

Searched refs:fBandType (Results 1 – 5 of 5) sorted by relevance

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Deq.c59 float *fBandType[NUM_BANDS]; member
178 plugin->fBandType[port - PORT_OFFSET - 2*NUM_CHANNELS - 3*NUM_BANDS] = data; in connectPortEQ()
332 ((int)(*plugin_data->fBandType[bd])) != plugin_data->PortFilter[bd]->iType || in runEQ_v2()
524 (int)(*plugin_data->fBandType[bd]), in runEQ_v2()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_class.pas582 fBandType : TfrBandType;
624 property BandType: TfrBandType read fBandType write fBandType;
5220 Read(fBandType,SizeOf(BandType));
5221 if (frVersion<28) and (fBandType=btChild) then
5222 fBandType := btNone; // btNone and btChild were swapped in version 29
5231 fBandType := TfrBandType(fFrameTyp);
5254 Write(fBandType,SizeOf(fBandType));
/dports/editors/lazarus/lazarus/components/lazreport/source/
H A Dlr_class.pas574 fBandType : TfrBandType;
616 property BandType: TfrBandType read fBandType write fBandType;
5127 Read(fBandType,SizeOf(BandType));
5128 if (frVersion<28) and (fBandType=btChild) then
5129 fBandType := btNone; // btNone and btChild were swapped in version 29
5138 fBandType := TfrBandType(fFrameTyp);
5161 Write(fBandType,SizeOf(fBandType));
/dports/editors/lazarus-qt5/lazarus/components/lazreport/source/
H A Dlr_class.pas574 fBandType : TfrBandType;
616 property BandType: TfrBandType read fBandType write fBandType;
5127 Read(fBandType,SizeOf(BandType));
5128 if (frVersion<28) and (fBandType=btChild) then
5129 fBandType := btNone; // btNone and btChild were swapped in version 29
5138 fBandType := TfrBandType(fFrameTyp);
5161 Write(fBandType,SizeOf(fBandType));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lazreport/source/
H A Dlr_class.pas582 fBandType : TfrBandType;
624 property BandType: TfrBandType read fBandType write fBandType;
5220 Read(fBandType,SizeOf(BandType));
5221 if (frVersion<28) and (fBandType=btChild) then
5222 fBandType := btNone; // btNone and btChild were swapped in version 29
5231 fBandType := TfrBandType(fFrameTyp);
5254 Write(fBandType,SizeOf(fBandType));