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

/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp40 #define HEIGHT_PACKAGE 84.0f macro
152 float height = fPackages.size() * HEIGHT_PACKAGE;
427 float inset = (HEIGHT_PACKAGE - SIZE_ICON) / 2.0;
461 BPoint pt(HEIGHT_PACKAGE, y + (HEIGHT_PACKAGE * Y_PROPORTION_TITLE));
499 float maxTextWidth = (X_POSITION_RATING - HEIGHT_PACKAGE) - PADDING;
503 DrawString(renderedText, BPoint(HEIGHT_PACKAGE,
504 y + (HEIGHT_PACKAGE * yProportion)));
532 y + (HEIGHT_PACKAGE - SIZE_RATING_STAR) / 2.0f);
554 y + (HEIGHT_PACKAGE * 0.
[all...]

Completed in 29 milliseconds