Lines Matching refs:bounds

774 		// cache target bounds
776 // if vertical, check bounds top and scroll if different from newValue
780 // if horizontal, check bounds left and scroll if different from newValue
1180 BRect bounds = Bounds();
1181 bounds.InsetBy(1.0, 1.0);
1184 fPrivateData->fThumbFrame = bounds;
1191 maxSize = bounds.Height();
1192 buttonSize = bounds.Width() + 1.0;
1194 maxSize = bounds.Width();
1195 buttonSize = bounds.Height() + 1.0;
1275 BRect bounds = Bounds();
1276 bounds.InsetBy(1.0f, 1.0f);
1286 maxSize = bounds.Height();
1287 buttonSize = bounds.Width() + 1.0f;
1291 maxSize = bounds.Width();
1292 buttonSize = bounds.Height() + 1.0f;
1318 BRect bounds = Bounds();
1319 bounds.InsetBy(1.0f, 1.0f);
1322 ? bounds.Width() + 1.0f
1323 : bounds.Height() + 1.0f;
1325 BRect rect(bounds.left, bounds.top,
1326 bounds.left + buttonSize, bounds.top + buttonSize);
1337 rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize);
1341 rect.OffsetTo(bounds.left, bounds.bottom - buttonSize);
1353 rect.OffsetTo(bounds.right - 2 * buttonSize, bounds.top);
1357 rect.OffsetTo(bounds.right - buttonSize, bounds.top);
1369 BRect bounds = Bounds();
1370 bounds.InsetBy(1.0f, 1.0f);
1373 ? bounds.Width() + 1.0f
1374 : bounds.Height() + 1.0f;
1376 BRect rect(bounds.left, bounds.top,
1377 bounds.left + buttonSize - 1.0f, bounds.top + buttonSize - 1.0f);
1389 rect.OffsetTo(bounds.left, bounds.bottom - 2 * buttonSize + 1);
1393 rect.OffsetTo(bounds.left, bounds.bottom - buttonSize + 1);
1406 rect.OffsetTo(bounds.right - 2 * buttonSize + 1, bounds.top);
1410 rect.OffsetTo(bounds.right - buttonSize + 1, bounds.top);