Searched refs:setClip (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.h99 void setClip(float left, float top, float right, float bottom);
H A DSnapshot.cpp152 setClip(r.left, r.top, r.right, r.bottom);
170 void Snapshot::setClip(float left, float top, float right, float bottom) { function in class:android::uirenderer::Snapshot
197 setClip(left, top, right, bottom);
H A DDisplayListRenderer.cpp1444 mSnapshot->setClip(0.0f, 0.0f, mWidth, mHeight);
H A DOpenGLRenderer.cpp181 mSnapshot->setClip(left, top, right, bottom);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java177 * This should be used over the normal Graphics2D setClip method.
181 void setClip(Shape clipShape) { method in class:GcSnapshot.Layer
182 // because setClip is only guaranteed to work with rectangle shape,
185 mGraphics.setClip(null);
319 mLocalLayer.setClip(currentClip);
408 baseLayer.setClip(getClip());
484 // Because Graphics2D#setClip works a bit peculiarly, we optimize
508 layer.setClip(area);
653 layer.setClip(clip);

Completed in 3528 milliseconds