ConvertFromCMAP8
static status_t ConvertFromCMAP8(BBitmap* source,
static status_t ConvertFromCMAP8(const uint8* data,
error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
error = BIconUtils::ConvertFromCMAP8(buffer, (uint32)size,
status = BIconUtils::ConvertFromCMAP8(bitmap, icon);
if (BIconUtils::ConvertFromCMAP8((uint8*)data, size, size, size,
result = ConvertFromCMAP8(buffer, (uint32)which, (uint32)which,
BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON,
return ConvertFromCMAP8(src, width, height, srcBPR, destination);