Searched defs:setClip (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
H A D | Snapshot.cpp | 101 void Snapshot::setClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot 103 mClipArea->setClip(left, top, right, bottom); 125 setClip(left, top, right, bottom);
|
H A D | ClipArea.cpp | 211 void ClipArea::setClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::ClipArea
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | GcSnapshot.java | 179 * This should be used over the normal Graphics2D setClip method. 183 void setClip(Shape clipShape) { method in class:GcSnapshot.Layer 184 // because setClip is only guaranteed to work with rectangle shape, 187 mGraphics.setClip(null); 321 mLocalLayer.setClip(currentClip); 410 baseLayer.setClip(getClip()); 486 // Because Graphics2D#setClip works a bit peculiarly, we optimize 510 layer.setClip(area); 719 layer.setClip(clip);
|
Completed in 658 milliseconds