Searched refs:trimmedHeight (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/interface/
H A DIcon.cpp339 uint32 trimmedHeight = trimmedBitmap->Bounds().IntegerHeight() + 1; local
341 for (uint32 y = 0; y < trimmedHeight; y++) {
/haiku/src/kits/shared/
H A DIconButton.cpp559 uint32 trimmedHeight = trimmedBitmap.Bounds().IntegerHeight() + 1; local
561 for (uint32 y = 0; y < trimmedHeight; y++) {

Completed in 39 milliseconds