Searched refs:penStyle (Results 1 – 1 of 1) sorted by relevance
44 penStyle=PEN_SOLID; brushStyle = BRUSH_SOLID; in Pattern()76 enum PenStyle penStyle; member in PictReaderInternal::Pattern114 if (nBitCount<=0) penStyle=PEN_NULL; in read()115 else if (nBitCount<=16) penStyle=PEN_DOT; in read()116 else if (nBitCount<=32) penStyle=PEN_DASHDOT; in read()117 else if (nBitCount<=48) penStyle=PEN_DASH; in read()118 else penStyle=PEN_SOLID; in read()
Completed in 23 milliseconds