Lines Matching refs:Format
47 Format sourceFormat;
48 Format destFormat;
78 void clear(void* pixel, sw::Format format, Surface *dest, const SliceRect &dRect, unsigned int rgbaMask);
83 bool read(Float4 &color, Pointer<Byte> element, Format format);
84 bool write(Float4 &color, Pointer<Byte> element, Format format, const Blitter::Options& options);
85 bool read(Int4 &color, Pointer<Byte> element, Format format);
86 bool write(Int4 &color, Pointer<Byte> element, Format format, const Blitter::Options& options);
87 static bool GetScale(float4& scale, Format format);