Searched refs:pixelWidth (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/kits/interface/layout/widget_layout_test/
H A DGroupView.h76 Strut(float pixelWidth, float pixelHeight);
H A DGroupView.cpp387 Strut::Strut(float pixelWidth, float pixelHeight) argument
389 fSize(pixelWidth >= 0 ? pixelWidth - 1 : B_SIZE_UNSET,
/haiku/src/apps/cortex/support/
H A DMediaString.h144 uint16 pixelWidth,
H A DMediaString.cpp1115 uint16 pixelWidth,
1120 if ((pixelWidth == media_raw_video_format::wildcard.pixel_width_aspect)
1126 s << static_cast<uint32>(pixelWidth);
1114 forVideoAspectRatio( uint16 pixelWidth, uint16 pixelHeight) argument

Completed in 91 milliseconds