Searched refs:thumb (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/tracker/
H A DThumbnails.cpp212 BBitmap thumb(NULL, false);
213 ScaleBitmap(image, thumb, B_XXL_ICON, fColorSpace);
215 BBitmap* thumbPointer = &thumb;
362 BBitmap thumb(BTranslationUtils::GetBitmap(&webpData));
364 // convert thumb to icon size
367 result = icon->ImportBits(&thumb);
369 // down-scale thumb to icon size
372 ScaleBitmap(&thumb, tmp, icon->Bounds(), icon->ColorSpace());
384 // file changed, remove all thumb attrs
H A DModel.cpp623 attr_info thumb; local
624 if (fNode->GetAttrInfo(kAttrThumbnail, &thumb) == B_OK
/haiku/src/kits/interface/
H A DChannelSlider.cpp598 const BBitmap* thumb = ThumbFor(channel, pressed); local
599 if (thumb == NULL)
602 BRect bitmapBounds(thumb->Bounds());
651 const BBitmap* thumb = ThumbFor(channel, false); local
652 if (thumb != NULL) {
653 frame = thumb->Bounds();
770 // of the first and last thumb frames (top/left and bottom/right)
/haiku/src/system/kernel/arch/arm/
H A Darch_elf.cpp339 #warning ARM:define T correctly for thumb!!!
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp2744 uint8* thumb = (uint8*)malloc(image.bytes);
2745 if (thumb == NULL)
2748 fRead(thumb, image.bytes);
2754 if (strcmp((char *)thumb + 6, "Exif")) {
2758 memcpy(&data[2], thumb + 2, image.bytes - 2);
2759 free(thumb);

Completed in 101 milliseconds