Searched defs:setClip (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.cpp101 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 DClipArea.cpp211 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 DGcSnapshot.java179 * 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 63 milliseconds