Home
last modified time | relevance | path

Searched defs:LZWCTreeNode (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx276 struct LZWCTreeNode struct in psp::LZWEncoder
278 LZWCTreeNode* mpBrother; // next node with same parent
279 LZWCTreeNode* mpFirstChild; // first son
280 sal_uInt16 mnCode; // code for the string
281 sal_uInt16 mnValue; // pixelvalue

Completed in 16 milliseconds