Searched refs:ConvertToCMAP8 (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/os/interface/
H A DIconUtils.h43 static status_t ConvertToCMAP8(BBitmap* source,
50 static status_t ConvertToCMAP8(const uint8* data,
/haiku/src/libs/icon/
H A DIconUtils.cpp360 result = ConvertToCMAP8((uint8*)temp.Bits(), width, height,
487 result = ConvertToCMAP8(src, width, height, srcBPR, icon);
683 // #pragma mark - ConvertFromCMAP8() and ConvertToCMAP8()
710 BIconUtils::ConvertToCMAP8(BBitmap* source, BBitmap* destination) function in class:BIconUtils
730 return ConvertToCMAP8(src, width, height, srcBPR, destination);
880 BIconUtils::ConvertToCMAP8(const uint8* src, uint32 width, uint32 height, function in class:BIconUtils
/haiku/src/kits/storage/
H A DMime.cpp148 status = BIconUtils::ConvertToCMAP8(icon32, icon8);

Completed in 38 milliseconds