Lines Matching refs:BIconUtils
306 BIconUtils::GetIcon(BNode* node, const char* vectorIconAttrName, in GetIcon()
379 BIconUtils::GetVectorIcon(BNode* node, const char* attrName, BBitmap* icon) in GetVectorIcon()
441 BIconUtils::GetVectorIcon(const uint8* buffer, size_t size, BBitmap* icon) in GetVectorIcon()
506 BIconUtils::GetCMAP8Icon(BNode* node, const char* smallIconAttrName, in GetCMAP8Icon()
621 BIconUtils::GetSystemIcon(const char* iconName, BBitmap* icon) in GetSystemIcon()
661 && BIconUtils::GetVectorIcon(rawIcon, size, icon) == B_OK) { in GetSystemIcon()
675 BIconUtils::ConvertFromCMAP8(rawIcon, B_LARGE_ICON, B_LARGE_ICON, in GetSystemIcon()
687 BIconUtils::ConvertFromCMAP8(BBitmap* source, BBitmap* destination) in ConvertFromCMAP8()
710 BIconUtils::ConvertToCMAP8(BBitmap* source, BBitmap* destination) in ConvertToCMAP8()
735 BIconUtils::ConvertFromCMAP8(const uint8* src, uint32 width, uint32 height, in ConvertFromCMAP8()
880 BIconUtils::ConvertToCMAP8(const uint8* src, uint32 width, uint32 height, in ConvertToCMAP8()
943 BIconUtils::BIconUtils() {} in BIconUtils() function in BIconUtils
944 BIconUtils::~BIconUtils() {} in ~BIconUtils()
945 BIconUtils::BIconUtils(const BIconUtils&) {} in BIconUtils() argument
946 BIconUtils& BIconUtils::operator=(const BIconUtils&) { return *this; } in operator =() argument