MCPcopy Create free account
hub / github.com/audacity/audacity / SetColourGroup

Method SetColourGroup

libraries/lib-theme/Theme.cpp:427–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425}
426
427void FlowPacker::SetColourGroup( )
428{
429 myPosBase = 750;
430 mxPos =0;
431 mOldFlags = mFlags;
432 iImageGroupSize = 1;
433 iImageGroupIndex = -1;
434 mComponentWidth=0;
435 myHeight = 11;
436}
437
438void FlowPacker::GetNextPosition( int xSize, int ySize )
439{

Callers 3

CreateOneImageCacheMethod · 0.80
WriteOneImageMapMethod · 0.80
ReadImageCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected