// PDConvert.d -- Definitions for PD scan-conversion get "PDFile.d" manifest [ //BitBlt function and source definitions fReplace=0 //d_s fPaint=1 //d_d or s fInvert=2 //d_d xor s fErase=3 //d_d and -s sBM=0 //s_bitmap sNotBM=1 //s_-bitmap sBMandGray=2 //s_bitmap and gray sGray=3 //s_gray ] // Leftover types manifest [ // Colors loColorInk=0 loColorClear=1 loColorTile=2 // Masks loRectangle=3 loTrapezoid=4 loRunGroup=5 loSamples=6 loColorSamples=7 // Control loPriority=8 loEnd=9 loMax=9 ] // Leftover structures for color structure LOC: [ typ word ] structure LOCTile: [ typ word transparent word addr word //in load ] manifest loColorSize=size LOCTile/16 // Leftover structures for masks structure LORectangle: [ typ word @MaskRectangle ] structure LOTrapezoid: [ typ word @MaskTrapezoid ] structure LORunGroup: [ typ word @MaskRunGroup fOffset word addr word //-1 means in PD file ] structure LOSamples: [ typ word @MaskSamples addr word //-1 means in PD file ] // Leftover structures for control structure LOPriority: [ typ word priority word ]