• Home
  • Raw
  • Download

Lines Matching refs:nonOpaquePunchThroughAlpha

147 			bool nonOpaquePunchThroughAlpha = punchThroughAlpha && !opaqueBit;  in decodeBlock()  local
157 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
161 decodeHBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
169 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
174 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
360 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualBlock()
370 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeIndividualBlock()
373 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeDifferentialBlock()
383 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeDifferentialBlock()
386 …b1, int r2, int g2, int b2, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualOrDifferentialBlock()
414 …const int(&intensityModifier)[8][4] = nonOpaquePunchThroughAlpha ? intensityModifierNonOpaque : in… in decodeIndividualOrDifferentialBlock()
476 if(nonOpaquePunchThroughAlpha) in decodeIndividualOrDifferentialBlock()
482 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeTBlock()
516 if(nonOpaquePunchThroughAlpha) in decodeTBlock()
522 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeHBlock()
556 if(nonOpaquePunchThroughAlpha) in decodeHBlock()