MCPcopy Index your code
hub / github.com/Audio4Linux/JDSP4Linux / fill

Method fill

3rdparty/qcustomplot/qcustomplot.cpp:26203–26209  ·  view source on GitHub ↗

! Sets all cells to the value \a z. */

Source from the content-addressed store, hash-verified

26201 Sets all cells to the value \a z.
26202*/
26203void QCPColorMapData::fill(double z)
26204{
26205 const int dataCount = mValueSize*mKeySize;
26206 memset(mData, z, dataCount*sizeof(*mData));
26207 mDataBounds = QCPRange(z, z);
26208 mDataModified = true;
26209}
26210
26211/*!
26212 Sets the opacity of all color map cells to \a alpha. A value of 0 for \a alpha results in a fully

Callers 10

clearMethod · 0.80
createCachedLabelMethod · 0.80
placeTickLabelMethod · 0.80
toPixmapMethod · 0.80
QCPColorGradientMethod · 0.80
updateColorBufferMethod · 0.80
updateMapImageMethod · 0.80
drawMethod · 0.80
paintEventMethod · 0.80
resizeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected