Searched refs:ConvertFromCMAP8 (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/interface/
H A DIconUtils.h41 static status_t ConvertFromCMAP8(BBitmap* source,
46 static status_t ConvertFromCMAP8(const uint8* data,
/haiku/src/kits/tracker/
H A DBitmaps.cpp178 if (BIconUtils::ConvertFromCMAP8((uint8*)data, size, size, size,
/haiku/src/libs/icon/
H A DIconUtils.cpp609 result = ConvertFromCMAP8(buffer, (uint32)which, (uint32)which,
675 BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON,
683 // #pragma mark - ConvertFromCMAP8() and ConvertToCMAP8()
687 BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination) function in class:BIconUtils
705 return ConvertFromCMAP8(src, width, height, srcBPR, destination);
735 BIconUtils::ConvertFromCMAP8(const uint8* src, uint32 width, uint32 height, function in class:BIconUtils
/haiku/src/kits/storage/
H A DMime.cpp210 status = BIconUtils::ConvertFromCMAP8(bitmap, icon);
H A DAppFileInfo.cpp744 error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
/haiku/src/build/libbe/storage/
H A DAppFileInfo.cpp746 error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,

Completed in 60 milliseconds