Searched refs:_AllocBitmap (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DAlphaSlider.h47 void _AllocBitmap(int32 width, int32 height);
H A DColorField.h72 void _AllocBitmap(int32 width, int32 height);
H A DColorSlider.h69 void _AllocBitmap(int32 width, int32 height);
H A DAlphaSlider.cpp228 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
368 // _AllocBitmap
370 AlphaSlider::_AllocBitmap(int32 width, int32 height) function in class:AlphaSlider
H A DColorField.cpp183 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
408 // _AllocBitmap
410 ColorField::_AllocBitmap(int32 width, int32 height) function in class:ColorField
H A DColorSlider.cpp226 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
424 ColorSlider::_AllocBitmap(int32 width, int32 height) function in class:ColorSlider
/haiku/src/apps/icon-o-matic/gui/
H A DGradientControl.h71 void _AllocBitmap(int32 width, int32 height);
H A DGradientControl.cpp420 _AllocBitmap(r.IntegerWidth() + 1, r.IntegerHeight() + 1);
597 GradientControl::_AllocBitmap(int32 width, int32 height) function in class:GradientControl

Completed in 72 milliseconds