Home
last modified time | relevance | path

Searched refs:bnd (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/tv/
H A DVideoView.cpp278 BRect bnd = Bounds(); in DrawTestImage() local
279 int seperator_y1 = int(0.60 * (bnd.Height() + 1)); in DrawTestImage()
280 int seperator_y2 = int(0.80 * (bnd.Height() + 1)); in DrawTestImage()
283 bar_width = bnd.Width() / 8; in DrawTestImage()
290 right = (i != 7) ? left + bar_width - 1 : bnd.right; in DrawTestImage()
297 bar_width = bnd.Width() / steps; in DrawTestImage()
305 right = (i != steps - 1) ? left + bar_width - 1 : bnd.right; in DrawTestImage()
312 bar_width = bnd.Width() / steps; in DrawTestImage()
320 right = (i != steps - 1) ? left + bar_width - 1 : bnd.right; in DrawTestImage()
321 FillRect(BRect(left, seperator_y2 + 1, right, bnd.bottom)); in DrawTestImage()
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp973 rect_d bnd = m_path32.bounding_rect(); in prepare_glyph() local
976 m_bounds.x1 = int(floor(bnd.x1)); in prepare_glyph()
977 m_bounds.y1 = int(floor(bnd.y1)); in prepare_glyph()
978 m_bounds.x2 = int(ceil(bnd.x2)); in prepare_glyph()
979 m_bounds.y2 = int(ceil(bnd.y2)); in prepare_glyph()
994 rect_d bnd = m_path16.bounding_rect(); in prepare_glyph() local
997 m_bounds.x1 = int(floor(bnd.x1)); in prepare_glyph()
998 m_bounds.y1 = int(floor(bnd.y1)); in prepare_glyph()
999 m_bounds.x2 = int(ceil(bnd.x2)); in prepare_glyph()
1000 m_bounds.y2 = int(ceil(bnd.y2)); in prepare_glyph()
/haiku/src/libs/zydis/Zydis/Generated/
H A DFormatterStrings.inc438 static const ZydisShortString STR_PREF_BND = ZYDIS_MAKE_SHORTSTRING("bnd ");