Lines Matching refs:curPixel
492 uint8_t *curPixel = dest; in decodeIndividualOrDifferentialBlock() local
495 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
501 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
505 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
511 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
516 uint8_t *curPixel = dest; in decodeIndividualOrDifferentialBlock() local
519 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeIndividualOrDifferentialBlock()
530 curPixel += destRowPitch; in decodeIndividualOrDifferentialBlock()
568 uint8_t *curPixel = dest; in decodeTBlock() local
571 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeTBlock()
577 curPixel += destRowPitch; in decodeTBlock()
617 uint8_t *curPixel = dest; in decodeHBlock() local
620 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodeHBlock()
626 curPixel += destRowPitch; in decodeHBlock()
654 uint8_t *curPixel = dest; in decodePlanarBlock() local
657 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodePlanarBlock()
669 curPixel += pitch; in decodePlanarBlock()
690 uint8_t *curPixel = dest; in decodePunchThroughAlphaBlock() local
693 R8G8B8A8 *row = reinterpret_cast<R8G8B8A8 *>(curPixel); in decodePunchThroughAlphaBlock()
701 curPixel += destRowPitch; in decodePunchThroughAlphaBlock()