Searched refs:rounded (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libnbaio/ |
D | roundup.c | 26 unsigned rounded = ((unsigned) 0x80000000) >> lz; in roundup() local 28 if (v > rounded && lz > 0) { in roundup() 29 rounded <<= 1; in roundup() 31 return rounded; in roundup()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_neon.S | 317 vrshrn.i32 d16, Q8, #8 @ d16 : R shifted right by 8 rounded'n narrowed to 16bit 319 vrshrn.i32 d20, Q10, #8 @ d20 : B shifted right by 8 rounded'n narrowed to 16bit 323 vrshrn.i32 d19, Q12, #8 @ d19 : G shifted right by 8 rounded'n narrowed to 16bit 408 vrshrn.i32 d16, Q8, #8 @ d16 : R shifted right by 8 rounded'n narrowed to 16bit 410 vrshrn.i32 d20, Q10, #8 @ d20 : B shifted right by 8 rounded'n narrowed to 16bit 414 vrshrn.i32 d19, Q12, #8 @ d19 : G shifted right by 8 rounded'n narrowed to 16bit 502 vrshrn.i32 d16, Q8, #8 @ d16 : R shifted right by 8 rounded'n narrowed to 16bit 504 vrshrn.i32 d20, Q10, #8 @ d20 : B shifted right by 8 rounded'n narrowed to 16bit 508 vrshrn.i32 d19, Q12, #8 @ d19 : G shifted right by 8 rounded'n narrowed to 16bit
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_menu.jd | 189 should include rounded corners, but only when logically appropriate.</p> 266 <li>Menu icons should include rounded corners, but only when logically 267 appropriate. For example, in Figure 3 the logical place for rounded corners is
|
D | icon_design_launcher_archive.jd | 393 <li>All launcher icons must be created with rounded corners to make them look 513 <li>Add depth to shapes by extruding them and create the rounded corners as
|
D | icon_design_launcher.jd | 176 alt="Side by side: full-frame vs. subtly rounded and treated icons"></td>
|
D | widget_design.jd | 229 <p>Most widgets will have a solid background rectangle or rounded rectangle shape. It is a best
|
D | icon_design_status_bar.jd | 503 <li>Add rounded corners as specified in Figure 5.</li>
|
/frameworks/base/docs/html/design/patterns/ |
D | pure-android.jd | 18 distinctive fashion. For example, some platforms advocate rounded corners for their buttons, others
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 1552 <dd>Creates rounded corners for the shape. Applies only when the shape is a rectangle. 1573 radius greater than 1, or else no corners are rounded. If you want specific corners 1574 to <em>not</em> be rounded, a work-around is to use {@code android:radius} to set a default corner 1576 want, providing zero ("0dp") where you don't want rounded corners.</p>
|
/frameworks/rs/scriptc/ |
D | rs_cl.rsh | 672 * Round to the nearest integral value. Half values are rounded away from zero.
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 98 Shapes such as circles and rounded rectangles are now rendered at higher quality 658 certain shapes (rounded rects, circles and ovals).</p>
|