[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 1078
Date : Tue May 16 14:21:29 BST 2006
Changed paths:
M /Trunk/XaraLX/wxOil/bfxalu.cpp
M /Trunk/XaraLX/wxOil/bfxalu.h
M /Trunk/XaraLX/wxOil/bfxpixop.cpp
M /Trunk/XaraLX/wxOil/bfxpixop.h
Fix authors line
Diff:
Index: Trunk/XaraLX/wxOil/bfxpixop.h
===================================================================
--- Trunk/XaraLX/wxOil/bfxpixop.h (revision 1077)
+++ Trunk/XaraLX/wxOil/bfxpixop.h (revision 1078)
@@ -121,7 +121,7 @@
> class BfxPixelOp : public CCObject
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -201,7 +201,7 @@
> class BfxPixelOp32 : public BfxPixelOp
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: 32 bit Pixel operator
@@ -280,7 +280,7 @@
> class BfxPixelOpPseudo : public BfxPixelOp
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: 32 bit Pixel operator
@@ -353,7 +353,7 @@
> class BfxPixelOp24 : public BfxPixelOp
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: 32 bit Pixel operator
@@ -382,7 +382,7 @@
> class BfxPositivePixelOp : public BfxPixelOp32
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -405,7 +405,7 @@
> class BfxThresholdPixelOp : public BfxPixelOp32
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -428,7 +428,7 @@
> class BfxColourThresholdPixelOp : public BfxPixelOp32
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -451,7 +451,7 @@
> class BfxPositivePixelOpPseudo : public BfxPixelOpPseudo
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -474,7 +474,7 @@
> class BfxThresholdPixelOpPseudo : public BfxPixelOpPseudo
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -497,7 +497,7 @@
> class BfxColourThresholdPixelOpPseudo : public BfxPixelOpPseudo
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Pixel operator
@@ -520,7 +520,7 @@
> class Octree : public CCObject
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Colour octree
Index: Trunk/XaraLX/wxOil/bfxalu.h
===================================================================
--- Trunk/XaraLX/wxOil/bfxalu.h (revision 1077)
+++ Trunk/XaraLX/wxOil/bfxalu.h (revision 1078)
@@ -162,7 +162,7 @@
> class BfxErrorRegionList : public CCObject
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 02/01/1995
Purpose: Stores error region list for tracing
@@ -219,7 +219,7 @@
> class BfxALU : public CCObject
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Arithmetic and logic unit for bitmap effects
@@ -419,7 +419,7 @@
> class BfxALULUT : public CCObject
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/1994
Purpose: Lookup table
Index: Trunk/XaraLX/wxOil/bfxpixop.cpp
===================================================================
--- Trunk/XaraLX/wxOil/bfxpixop.cpp (revision 1077)
+++ Trunk/XaraLX/wxOil/bfxpixop.cpp (revision 1078)
@@ -135,7 +135,7 @@
> BfxPixelOp::BfxPixelOp()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -165,7 +165,7 @@
> BfxPixelOp::~BfxPixelOp()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -184,7 +184,7 @@
> BOOL BfxPixelOp::Reset()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Resets all parameters associated with the cache
@@ -210,7 +210,7 @@
BOOL theDefaultValue);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: pKB = pointer to the bitmap
theCacheStateMask = bit mask used to show cache information
@@ -263,7 +263,7 @@
> BOOL BfxPixelOp::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -288,7 +288,7 @@
> BOOL BfxPixelOp::IsInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -307,7 +307,7 @@
> BOOL BfxPixelOp::SetAuxilliaryBitmaps(KernelBitmap * pProposed, KernelBitmap * pCurrent,
KernelBitmap * pOriginal, INT32 Threshold, DWORD theColour);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: pProposed = the proposed bitmap (with new proposed grad fill)
pCurrent = the current bitmap (as built up)
@@ -386,7 +386,7 @@
> BfxPixelOp32::BfxPixelOp32()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -409,7 +409,7 @@
> BfxPixelOp32::~BfxPixelOp32()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -428,7 +428,7 @@
> BOOL BfxPixelOp32::Reset()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Resets all parameters associated with the cache
@@ -459,7 +459,7 @@
BOOL theDefaultValue);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: pKB = pointer to the bitmap
theCacheStateMask = bit mask used to show cache information
@@ -500,7 +500,7 @@
> BOOL BfxPixelOp32::ClearEntireCache()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: None
@@ -527,7 +527,7 @@
> BOOL BfxPixelOp32::ClearCachedArea()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: None
@@ -557,7 +557,7 @@
> BOOL BfxPixelOp32::IsInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -575,7 +575,7 @@
> BOOL BfxPixelOp32::GetValueAdjustCache(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -604,7 +604,7 @@
> BOOL BfxPixelOp32::CheckMinimumArea(INT32 MinimumArea, INT32 InitialX, INT32 InitialY, BOOL * FoundRegion)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 17/1/95
Inputs: MinimumArea = minimum area
Outputs: FoundRegion set as per whether it's found a region
@@ -633,7 +633,7 @@
> BOOL BfxPixelOp32::FloodSearch(INT32 x, INT32 y, INT32 MinimumArea)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 17/1/95
Inputs: x = start x
y = start y
@@ -674,7 +674,7 @@
> BfxPixelOpPseudo::BfxPixelOpPseudo()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -694,7 +694,7 @@
> BfxPixelOpPseudo::~BfxPixelOpPseudo()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Constructs object
@@ -713,7 +713,7 @@
> BOOL BfxPixelOpPseudo::Reset()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: None
Outputs: Resets all parameters associated with the cache
@@ -739,7 +739,7 @@
BOOL theDefaultValue);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: pKB = pointer to the bitmap
theCacheStateMask = bit mask used to show cache information
@@ -794,7 +794,7 @@
> BOOL BfxPositivePixelOp::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -833,7 +833,7 @@
> BOOL BfxColourThresholdPixelOp::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -875,7 +875,7 @@
> BOOL BfxThresholdPixelOp::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -907,7 +907,7 @@
> BOOL BfxPositivePixelOpPseudo::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -941,7 +941,7 @@
> BOOL BfxColourThresholdPixelOpPseudo::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -971,7 +971,7 @@
> BOOL BfxThresholdPixelOpPseudo::IsPixelReallyInRegion(INT32 x, INT32 y)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: x,y = coordinates of pixel
Outputs: None
@@ -1001,7 +1001,7 @@
INT32 * R, INT32 * G, INT32 * B)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 14/03/95
Inputs: Colour = the colour
Outputs: R, G, B = rd, green, blue components
@@ -1046,7 +1046,7 @@
> BOOL BfxPixelOpPseudo::CheckMinimumArea(INT32 MinimumArea, INT32 InitialX, INT32 InitialY, BOOL * FoundRegion)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 17/1/95
Inputs: MinimumArea = minimum area
Outputs: FoundRegion set as per whether it's found a region
@@ -1087,7 +1087,7 @@
> BOOL BfxPixelOpPseudo::FloodSearch(INT32 x, INT32 y, INT32 MinimumArea,
INT32 FloodArray[BFX_PSEUDOFLOODSIZE][2], INT32 * FloodTop)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 17/1/95
Inputs: x = start x
y = start y
@@ -1136,7 +1136,7 @@
> Octree::Octree()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: None
Outputs: Constructs object
@@ -1160,7 +1160,7 @@
> Octree::~Octree()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: None
Outputs: Constructs object
@@ -1184,7 +1184,7 @@
> BOOL Octree::Init(INT32 NumColours)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: None
Outputs: Resets all parameters associated with the cache
@@ -1223,7 +1223,7 @@
> OctreeElement * Octree::GetElement(INT32 r, INT32 g, INT32 b)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: r, g, b values to octree search for
Outputs: None
@@ -1260,7 +1260,7 @@
> BOOL Octree::Insert(INT32 r, INT32 g, INT32 b)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: r, g, b values to insert
Outputs: None
@@ -1363,7 +1363,7 @@
> void Octree::CheckIntegrity()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: None
Outputs: None
@@ -1420,7 +1420,7 @@
> void Octree::Unlink(OctreeElement * pEl)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: pEl = pointer to element to unlink
Outputs: None
@@ -1457,7 +1457,7 @@
> void Octree::Link(OctreeElement * pEl)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: pEl = pointer to element to unlink
Outputs: None
@@ -1486,7 +1486,7 @@
> BOOL Octree::Index(RGBQUAD * Palette, OctreeElement * pEl=NULL)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: *pEl = element to index (and its children) or NULL for top element
Outputs: *Palette = palette filled in as per octree
@@ -1534,7 +1534,7 @@
> DWORD Octree::GetIndex(INT32 r, INT32 g, INT32 b)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 19/04/95
Inputs: r, g, b to get
Outputs: None
Index: Trunk/XaraLX/wxOil/bfxalu.cpp
===================================================================
--- Trunk/XaraLX/wxOil/bfxalu.cpp (revision 1077)
+++ Trunk/XaraLX/wxOil/bfxalu.cpp (revision 1078)
@@ -198,7 +198,7 @@
> BOOL BfxALULUT::LinearABK(double PropA, double PropB, double Offset)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 02/11/94
Inputs: None
Outputs: Initialises LUT
@@ -259,7 +259,7 @@
> BYTE BfxALULUT::BYTE GetLUT(UINT32 A, UINT32 B)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 02/11/94
Inputs: A & B LUT address
Outputs: None
@@ -283,7 +283,7 @@
> BfxALU::BfxALU()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/94
Inputs: None
Outputs: Constructs object
@@ -308,7 +308,7 @@
> BfxALU::~BfxALU()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 12/10/94
Inputs: None
Outputs: Constructs object
@@ -335,7 +335,7 @@
> BOOL BfxALU::Init()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: Initialises subsystem
@@ -384,7 +384,7 @@
> BOOL BfxALU::DeInit()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: DeInitialises subsystem
@@ -413,7 +413,7 @@
INT32 NewDepth=0, String_256 * pName =NULL, UINT32 ResID =0)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: pBitmap = pointer to the bitmap whose size to copy or NULL
XAdjust = Amount to alter X size by
@@ -555,7 +555,7 @@
> BOOL BfxALU::SetA(KernelBitmap *pBitmap=NULL);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: pBitmap = pointer to the bitmap to use as an accumulator
Outputs: Sets up GDraw to use the kernel bitmap as an accumulator
@@ -604,7 +604,7 @@
> BOOL BfxALU::SetB(KernelBitmap *pBitmap=NULL,INT32 XOffset=0,INT32 YOffset=0,
const BYTE * pTable=NULL,DWORD Style=0)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: pBitmap = pointer to the bitmap to use as B reg
X/YOffset = offsets in pixels
@@ -653,7 +653,7 @@
> BOOL BfxALU::SetB(DWORD Colour)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: Colour is the colour word we're using
Outputs: Sets up GDraw to use the kernel bitmap as B reg
@@ -683,7 +683,7 @@
> BOOL BfxALU::SetT(KernelBitmap *pBitmap=NULL,INT32 XOffset=0,INT32 YOffset=0,
const BYTE * pTable=NULL,DWORD Style=0)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: pBitmap = pointer to the bitmap to use as T reg
X/YOffset = offsets in pixels
@@ -733,7 +733,7 @@
> BOOL BfxALU::SetT(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: Value is the value we're passing in
Outputs: Sets up GDraw to use the kernel bitmap as T reg
@@ -762,7 +762,7 @@
> BOOL BfxALU::DoRect()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: Accumulator altered
@@ -799,7 +799,7 @@
> BOOL BfxALU::ZeroA(DWORD FillValue = 0)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: FillValue - Value to fill with
Outputs: Accumulator altered
@@ -833,7 +833,7 @@
> BOOL BfxALU::UseBT(DWORD TransparencyStyle=0)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: TransparencyStyle = the transparency method to use
Outputs: Performs an ALU operation using B & T with a given transparency type
@@ -935,7 +935,7 @@
> BOOL BfxALU::UseBK(DWORD TransparencyStyle,DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: TransparencyStyle = the transparency method to use
Value = Value of T
@@ -987,7 +987,7 @@
> BOOL BfxALU::PlotB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: Performs an ALU operation A<-B
@@ -1036,7 +1036,7 @@
> BOOL BfxALU::PlotBLUT(BfxALULUT * LUT)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: Performs an ALU operation A<-B
@@ -1087,7 +1087,7 @@
> BOOL BfxALU::PartTAB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- TA + (1-T)B
@@ -1108,7 +1108,7 @@
> BOOL BfxALU::PartMulTAB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- TAB + (1-T)B
@@ -1129,7 +1129,7 @@
> BOOL BfxALU::PartRevMulTAB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- T(1-(1-A)(1-B)) + (1-T)B
@@ -1150,7 +1150,7 @@
> BOOL BfxALU::AddTAB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- A + TB
@@ -1171,7 +1171,7 @@
> BOOL BfxALU::SubTAB()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- A - TB
@@ -1192,7 +1192,7 @@
> BOOL BfxALU::PartKAB(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- TA + (1-Value)B
@@ -1213,7 +1213,7 @@
> BOOL BfxALU::PartMulKAB(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- TAB + (1-Value)B
@@ -1234,7 +1234,7 @@
> BOOL BfxALU::PartRevMulKAB(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- Value.(1-(1-A)(1-B)) + (1-Value)B
@@ -1255,7 +1255,7 @@
> BOOL BfxALU::AddKAB(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- A + Value.B
@@ -1276,7 +1276,7 @@
> BOOL BfxALU::SubKAB(DWORD Value)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: None
Outputs: A <- A - Value.B
@@ -1298,7 +1298,7 @@
> BOOL BfxALU::MarkThresholdError(INT32 Value, DWORD MarkValue, DWORD ClearValue)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 18/1/95
Inputs: Value = the threshold
MarkValue = the value to mark over the threshold pixels with
@@ -1367,7 +1367,7 @@
> BOOL BfxALU::MarkColourThresholdError(INT32 Value, DWORD Colour, DWORD MarkValue, DWORD ClearValue,
double * pAError = NULL, double * pBError = NULL, INT32 * pTotalPixels = NULL)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: Value = the threshould
MarkValue = the value to mark positively affected pixels with
@@ -1470,7 +1470,7 @@
> BOOL BfxALU::MarkPositive(INT32 Value, DWORD MarkValue, DWORD ClearValue,
double * pAError = NULL, double * pBError = NULL, INT32 * pTotalPixels = NULL)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: Value = the threshould
MarkValue = the value to mark positively affected pixels with
@@ -1569,7 +1569,7 @@
> BOOL BfxALU::MarkBitByWord(DWORD BitMask, DWORD TheWord)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: TheWord = value to look for to mark
Outputs: A |= BitMask if B=TheWord
@@ -1618,7 +1618,7 @@
> BOOL BfxALU::ClearBitByWord(DWORD BitMask, DWORD TheWord)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: TheWord = value to look for to mark
Outputs: A &= ~BitMask if B=TheWord else intact
@@ -1666,7 +1666,7 @@
> BOOL BfxALU::MarkWordByBit(DWORD BitMask, DWORD MarkValue, DWORD ClearValue)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: MarkValue & ClearValue = the two workds with which to mark
Outputs: A = ((B & BitMask) ? MarkValue:ClearValue);
@@ -1717,7 +1717,7 @@
BOOL * FoundRegion, INT32 * InitialX, INT32 * InitialY, INT32 * Area,
INT32 * pSize, INT32 * pHighestChain, INT32 * pWidth, DWORD * * ppA)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: MarkValue = the value marked pixel have
ClearValue = the value cleared pixels have
@@ -1840,7 +1840,7 @@
BOOL * FoundRegion, INT32 * InitialX, INT32 * InitialY, INT32 * Area)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: MarkValue = the value marked pixel have
ClearValue = the value cleared pixels have
@@ -1906,7 +1906,7 @@
BOOL * FoundRegion, INT32 * InitialX, INT32 * InitialY, INT32 * Area)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: MarkValue = the value marked pixel have
ClearValue = the value cleared pixels have
@@ -1992,7 +1992,7 @@
BfxErrorRegionList * pERL, INT32 MinimumArea)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: MarkValue = the value marked pixel have
ClearValue = the value cleared pixels have
@@ -2090,7 +2090,7 @@
> BOOL BfxALU::ScanBit(DWORD BitMask, INT32 * X, INT32 * Y, INT32 * pPixel, BOOL * Found, BOOL CheckConnected=FALSE)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: BitMask = the bit mask to search for
*X = the start X position or NULL
@@ -2169,7 +2169,7 @@
> BOOL BfxALU::ScanThreshold(INT32 Value, INT32 * X, INT32 * Y, INT32 * pPixel, BOOL * Found, BOOL CheckConnected=FALSE)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/10/94
Inputs: Value = the threshold to look for
*X = the start X position or NULL
@@ -2414,7 +2414,7 @@
INT32 StartX, INT32 StartY, INT32 EndX, INT32 EndY, BOOL Antialias=FALSE,
BOOL ColoursAreDWORDs = FALSE)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 26/01/95
Inputs: ThePath = pointer to path to plot or NULL for whole thing
StartColour = COLORREF of start col
@@ -2527,7 +2527,7 @@
> BOOL BfxALU::GetStatistics(Path * ThePath, KernelStatistics * pStats)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 26/01/95
Inputs: ThePath = the path to do
Outputs: pStats filled in
@@ -2609,7 +2609,7 @@
> BOOL BfxALU::GetSize(KernelBitmap * pBitmap, INT32 * pXSize, INT32 * pYSize, INT32 * pDepth)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 26/01/95
Inputs: pBitmap
Outputs: pXSize (if non NULL) contains X size,
@@ -2645,7 +2645,7 @@
> BOOL BfxALU::ByteCopyBA()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: Accumulator altered
@@ -2687,7 +2687,7 @@
> BfxErrorRegionList::BfxErrorRegionList()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: Constructs object
@@ -2714,7 +2714,7 @@
> BfxErrorRegionList::~BfxErrorRegionList()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: Constructs object
@@ -2736,7 +2736,7 @@
> BOOL BfxErrorRegionList::Init(UINT32 Length)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: Length = no. of items that should go into list
Outputs: None
@@ -2773,7 +2773,7 @@
> BOOL BfxErrorRegionList::Empty()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: None
@@ -2802,7 +2802,7 @@
> BOOL BfxErrorRegionList::ResetRead()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: None
@@ -2823,7 +2823,7 @@
> BOOL BfxErrorRegionList::Insert(INT32 XCoord, INT32 YCoord, INT32 Area)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: XCoord, YCoord & Area = the number of the
Outputs: None
@@ -2856,7 +2856,7 @@
> BOOL BfxErrorRegionList::Sort()
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: None
@@ -2899,7 +2899,7 @@
> BOOL BfxErrorRegionList::GetCurrent(INT32 * XCoord, INT32 * YCoord, INT32 * Area)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 01/02/95
Inputs: None
Outputs: None
@@ -2920,7 +2920,7 @@
> BOOL BfxALU::MakeAccusoftHandle(INT32 * pHandle, BOOL DoBodge = FALSE)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: DoBodge - tries to get round a bug in the Accusoft linear interpolation resize code
Outputs: *pHandle = Accusoft handle
@@ -3378,7 +3378,7 @@
> BOOL BfxALU::MakeKernelBitmap(INT32 Handle, KernelBitmap * * ppOutput, BOOL Make32Bits=FALSE,
String_256 * pName =NULL, UINT32 ResID =0, BOOL DoBodge = FALSE)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: DoBodge - tries to get round a bug in the Accusoft linear interpolation resize code
Outputs: *pHandle = Accusoft handle
@@ -3580,7 +3580,7 @@
> BOOL BfxALU::FlipX(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3611,7 +3611,7 @@
> BOOL BfxALU::FlipY(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3644,7 +3644,7 @@
> BOOL BfxALU::Rotate90(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3676,7 +3676,7 @@
> BOOL BfxALU::Rotate180(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3708,7 +3708,7 @@
> BOOL BfxALU::Rotate270(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 27/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3740,7 +3740,7 @@
> BOOL BfxALU::BrightnessContrast(KernelBitmap * * ppOutput, INT32 Brightness, INT32 Contrast, INT32 Colour)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Brightness & Contast (-127 to +127)
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3839,7 +3839,7 @@
> BOOL BfxALU::BayerMono(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3883,7 +3883,7 @@
> BOOL BfxALU::HalftoneMono(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3935,7 +3935,7 @@
> BOOL BfxALU::DiffusionMono(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -3981,7 +3981,7 @@
> BOOL BfxALU::BayerColour(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4021,7 +4021,7 @@
> BOOL BfxALU::PopularityColour(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4061,7 +4061,7 @@
> BOOL BfxALU::DiffusionColour(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4104,7 +4104,7 @@
> BOOL BfxALU::MakeGreyscale(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4145,7 +4145,7 @@
> BOOL BfxALU::MakeGreyscale32to8(KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4210,7 +4210,7 @@
> static BOOL BfxALU::IsGreyscaleBitmap(KernelBitmap * pKB);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: pKB the bitmap to operate on
Outputs: None
@@ -4237,7 +4237,7 @@
> static BOOL BfxALU::IsGreyscaleBitmap(OILBitmap * pKB);
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: pKB the bitmap to operate on
Outputs: None
@@ -4271,7 +4271,7 @@
> BOOL BfxALU::Octree (KernelBitmap * * ppOutput)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: None
Outputs: *ppOutput = a pointer to the output bitmap
@@ -4314,7 +4314,7 @@
> BOOL BfxALU::SharpenBlur(KernelBitmap * * ppOutput, INT32 Degree, INT32 Times)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Degree = degree of sharpening (+ve) or blurring (-ve)
Times = number of times to apply
@@ -4359,7 +4359,7 @@
> BOOL BfxALU::RemoveDither(KernelBitmap * * ppOutput, INT32 Thresh, INT32 QuantCols, TraceMethod Method)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Thresh = Threshold for a sharp edge (0-255). No dither removal at 0, highest at 255
QuantCols = number of quantisation colours to use (17-255 colour, 2-255 GS)
@@ -4897,7 +4897,7 @@
> void BfxALU::SlowRemoveDither(BYTE * ByteLine[5], INT32 NoiseMatrix[5][5],
BYTE * OutputLine, INT32 Width, INT32 Thresh, BOOL Mono)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/04/95
Inputs: ByteLine - a ptr to 5 ptrs to extended scanlines of 32 bit source data
NoiseMatrix - the variable convolution matrix
@@ -4996,7 +4996,7 @@
> BOOL BfxALU::SpecialEffect(KernelBitmap * * ppOutput, double * Matrix, BfxSpecialEffect Type)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Brightness & Contast (-127 to +127)
Outputs: *ppOutput = a pointer to the output bitmap
@@ -5080,7 +5080,7 @@
> BOOL BfxALU::Resize(KernelBitmap * * ppOutput, INT32 Width, INT32 Height, BOOL LinearInterpolation)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Brightness & Contast (-127 to +127)
Outputs: *ppOutput = a pointer to the output bitmap
@@ -5156,7 +5156,7 @@
> BOOL BfxALU::AdjustBrightnessContrastColour(LPBYTE Source, LPBYTE Dest, INT32 Size, INT32 Width, INT32 Height,
INT32 Brightness, INT32 Contrast, INT32 Colour, BOOL SingleChannel)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: Source = pointer to source bytes
Size = size of entries
@@ -5253,7 +5253,7 @@
> void BfxALU::ConvertScanLineToDWORD(KernelBitmap * pBitmap, INT32 Line, DWORD * pBuffer)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: pBitmap pointer to bitmap
Line = line number
@@ -5351,7 +5351,7 @@
> void BfxALU::ConvertScanLineToDWORD(KernelBitmap * pBitmap, INT32 Line, DWORD * pBuffer)
- Author: Alex
+ Author: Alex_Bligh (Xara Group Ltd) <camelotdev@xxxxxxxx>
Created: 28/01/95
Inputs: pBitmap pointer to bitmap
Line = line number
Xara