Searched refs:clipped (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Snapshot.cpp | 133 bool clipped = false; in clipTransformed() local 139 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, SkRegion::kIntersect_Op); in clipTransformed() 141 clipped = clipRect->intersect(r); in clipTransformed() 142 if (!clipped) { in clipTransformed() 144 clipped = true; in clipTransformed() 151 clipped = true; in clipTransformed() 156 clipped = clipRegionOp(r.left, r.top, r.right, r.bottom, op); in clipTransformed() 161 if (clipped) { in clipTransformed() 165 return clipped; in clipTransformed()
|
/frameworks/base/tools/preload/ |
D | Compile.java | 52 String clipped = line.substring(19); in main() local 53 records.add(new Record(clipped, lineNumber)); in main()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 113 Even so, the animation will still be drawn beyond the bounds of its View and will not be clipped.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 238 <td>Additional option that can be set to have the top and/or bottom edges of the child clipped to 243 <td>Additional option that can be set to have the left and/or right edges of the child clipped to 1127 can control how much the child drawable gets clipped in width and height based on the level, as well 1176 resource to be clipped.</dd> 1233 <td>Additional option that can be set to have the top and/or bottom edges of the child clipped to 1238 <td>Additional option that can be set to have the left and/or right edges of the child clipped to 1280 <p class="note"><strong>Note:</strong> The default level is 0, which is fully clipped so the image 1281 is not visible. When the level is 10,000, the image is not clipped and completely visible.</p> 1384 <td>Additional option that can be set to have the top and/or bottom edges of the child clipped to 1389 <td>Additional option that can be set to have the left and/or right edges of the child clipped to
|
/frameworks/base/docs/html/training/material/ |
D | shadows-clipping.jd | 29 clipped by the parent by default.</p>
|
/frameworks/base/docs/html/samples/new/ |
D | index.jd | 267 clipped using different outlines.</p>
|
/frameworks/base/docs/html/training/tv/start/ |
D | layouts.jd | 121 Avoid screen elements being clipped due to overscan and by incorporating a 10% margin
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 190 <p>The clipboard holds only one piece of clipped data (a {@link android.content.ClipData}
|