Searched refs:swtPalette (Results 1 – 1 of 1) sorted by relevance
196 PaletteData swtPalette = swtData.palette; in convertToAwt() local197 if (swtPalette.isDirect) { in convertToAwt()200 if (swtPalette.equals(awtPalette)) { in convertToAwt()210 int sr = -awtPalette.redShift + swtPalette.redShift; in convertToAwt()211 int sg = -awtPalette.greenShift + swtPalette.greenShift; in convertToAwt()212 int sb = -awtPalette.blueShift + swtPalette.blueShift; in convertToAwt()218 int r = pixel & swtPalette.redMask; in convertToAwt()219 int g = pixel & swtPalette.greenMask; in convertToAwt()220 int b = pixel & swtPalette.blueMask; in convertToAwt()