Lines Matching refs:ImportBits
679 error = ImportBits(data, length, inBPR, offset, colorSpace); in SetBits()
709 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, int32 offset, in ImportBits() function in BBitmap
756 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, in ImportBits() function in BBitmap
781 BBitmap::ImportBits(const void* data, int32 length, int32 bpr, in ImportBits() function in BBitmap
784 return ImportBits(data, length, bpr, colorSpace, from, to, BSize(width - 1, height - 1)); in ImportBits()
803 BBitmap::ImportBits(const BBitmap* bitmap) in ImportBits() function in BBitmap
811 return ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ImportBits()
835 BBitmap::ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, BSize size) in ImportBits() function in BBitmap
843 return ImportBits(bitmap->Bits(), bitmap->BitsLength(), in ImportBits()
849 BBitmap::ImportBits(const BBitmap* bitmap, BPoint from, BPoint to, int32 width, int32 height) in ImportBits() function in BBitmap
851 return ImportBits(bitmap, from, to, BSize(width - 1, height - 1)); in ImportBits()