Lines Matching refs:nonOpaquePunchThroughAlpha
122 bool nonOpaquePunchThroughAlpha = punchThroughAlpha && !opaqueBit; in decodeBlock() local
132 decodeTBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
136 decodeHBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
144 decodeDifferentialBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
149 decodeIndividualBlock(dest, x, y, w, h, pitch, alphaValues, nonOpaquePunchThroughAlpha); in decodeBlock()
335 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualBlock()
345 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeIndividualBlock()
348 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeDifferentialBlock()
358 …ialBlock(dest, x, y, w, h, pitch, r1, g1, b1, r2, g2, b2, alphaValues, nonOpaquePunchThroughAlpha); in decodeDifferentialBlock()
361 …b1, int r2, int g2, int b2, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeIndividualOrDifferentialBlock()
389 …const int(&intensityModifier)[8][4] = nonOpaquePunchThroughAlpha ? intensityModifierNonOpaque : in… in decodeIndividualOrDifferentialBlock()
451 if(nonOpaquePunchThroughAlpha) in decodeIndividualOrDifferentialBlock()
457 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeTBlock()
491 if(nonOpaquePunchThroughAlpha) in decodeTBlock()
497 …y, int w, int h, int pitch, unsigned char alphaValues[4][4], bool nonOpaquePunchThroughAlpha) const in decodeHBlock()
531 if(nonOpaquePunchThroughAlpha) in decodeHBlock()