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

/frameworks/base/libs/hwui/
H A DSnapshot.cpp85 void Snapshot::setClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot
87 mClipArea->setClip(left, top, right, bottom);
109 setClip(left, top, right, bottom);
H A DClipArea.cpp199 void ClipArea::setClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::ClipArea
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java181 * This should be used over the normal Graphics2D setClip method.
185 void setClip(Shape clipShape) { method in class:GcSnapshot.Layer
186 // because setClip is only guaranteed to work with rectangle shape,
189 mGraphics.setClip(null);
323 mLocalLayer.setClip(currentClip);
412 baseLayer.setClip(getClip());
488 // Because Graphics2D#setClip works a bit peculiarly, we optimize
512 layer.setClip(area);
722 layer.setClip(clip);

Completed in 396 milliseconds