• Home
  • Raw
  • Download

Lines Matching refs:nonOpaquePunchThroughAlpha

146 		bool nonOpaquePunchThroughAlpha = punchThroughAlpha && !opaqueBit;  in decodeBlock()  local
156 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
160 decodeHBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
168 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
173 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
359 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualBlock()
369 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeIndividualBlock()
372 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeDifferentialBlock()
382 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeDifferentialBlock()
385 …b1, int r2, int g2, int b2, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualOrDifferentialBlock()
411 …const int(&intensityModifier)[8][4] = nonOpaquePunchThroughAlpha ? intensityModifierNonOpaque : in… in decodeIndividualOrDifferentialBlock()
473 if(nonOpaquePunchThroughAlpha) in decodeIndividualOrDifferentialBlock()
479 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeTBlock()
513 if(nonOpaquePunchThroughAlpha) in decodeTBlock()
519 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeHBlock()
553 if(nonOpaquePunchThroughAlpha) in decodeHBlock()