Lines Matching refs:PixOrCopy
115 } PixOrCopy; typedef
117 static WEBP_INLINE PixOrCopy PixOrCopyCreateCopy(uint32_t distance, in PixOrCopyCreateCopy()
119 PixOrCopy retval; in PixOrCopyCreateCopy()
126 static WEBP_INLINE PixOrCopy PixOrCopyCreateCacheIdx(int idx) { in PixOrCopyCreateCacheIdx()
127 PixOrCopy retval; in PixOrCopyCreateCacheIdx()
136 static WEBP_INLINE PixOrCopy PixOrCopyCreateLiteral(uint32_t argb) { in PixOrCopyCreateLiteral()
137 PixOrCopy retval; in PixOrCopyCreateLiteral()
144 static WEBP_INLINE int PixOrCopyIsLiteral(const PixOrCopy* const p) { in PixOrCopyIsLiteral()
148 static WEBP_INLINE int PixOrCopyIsCacheIdx(const PixOrCopy* const p) { in PixOrCopyIsCacheIdx()
152 static WEBP_INLINE int PixOrCopyIsCopy(const PixOrCopy* const p) { in PixOrCopyIsCopy()
156 static WEBP_INLINE uint32_t PixOrCopyLiteral(const PixOrCopy* const p, in PixOrCopyLiteral()
162 static WEBP_INLINE uint32_t PixOrCopyLength(const PixOrCopy* const p) { in PixOrCopyLength()
166 static WEBP_INLINE uint32_t PixOrCopyArgb(const PixOrCopy* const p) { in PixOrCopyArgb()
171 static WEBP_INLINE uint32_t PixOrCopyCacheIdx(const PixOrCopy* const p) { in PixOrCopyCacheIdx()
177 static WEBP_INLINE uint32_t PixOrCopyDistance(const PixOrCopy* const p) { in PixOrCopyDistance()
186 PixOrCopy* refs;