• Home
  • Raw
  • Download

Lines Matching refs:destRowPitch

64                                    size_t destRowPitch,  in decodeAsSingleETC2Channel()
69 uint8_t *row = dest + (j * destRowPitch); in decodeAsSingleETC2Channel()
92 size_t destRowPitch, in decodeAsSingleEACChannel()
99 (j * destRowPitch)); in decodeAsSingleEACChannel()
127 size_t destRowPitch, in decodeAsRGB()
142 decodeTBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
147 decodeHBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
152 decodePlanarBlock(dest, x, y, w, h, destRowPitch, alphaValues); in decodeAsRGB()
156 decodeDifferentialBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
162 decodeIndividualBlock(dest, x, y, w, h, destRowPitch, alphaValues, in decodeAsRGB()
426 size_t destRowPitch, in decodeIndividualBlock()
437 decodeIndividualOrDifferentialBlock(dest, x, y, w, h, destRowPitch, r1, g1, b1, r2, g2, b2, in decodeIndividualBlock()
446 size_t destRowPitch, in decodeDifferentialBlock()
457 decodeIndividualOrDifferentialBlock(dest, x, y, w, h, destRowPitch, r1, g1, b1, r2, g2, b2, in decodeDifferentialBlock()
466 size_t destRowPitch, in decodeIndividualOrDifferentialBlock()
501 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
511 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
530 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
535 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeIndividualOrDifferentialBlock()
544 size_t destRowPitch, in decodeTBlock()
577 curPixel += destRowPitch; in decodeTBlock()
582 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeTBlock()
591 size_t destRowPitch, in decodeHBlock()
626 curPixel += destRowPitch; in decodeHBlock()
631 decodePunchThroughAlphaBlock(dest, x, y, w, h, destRowPitch); in decodeHBlock()
688 size_t destRowPitch) const in decodePunchThroughAlphaBlock()
701 curPixel += destRowPitch; in decodePunchThroughAlphaBlock()