HomeSort by relevance Sort by last modified time
    Searched defs:setClip (Results 1 - 25 of 30) sorted by null

1 2

  /external/skia/include/core/
SkBounder.h 81 void setClip(const SkRegion* clip) { fClip = clip; }
  /external/skia/legacy/include/core/
SkBounder.h 79 void setClip(const SkRegion* clip) { fClip = clip; }
  /external/skia/legacy/src/core/
SkQuadClipper.cpp 27 void SkQuadClipper::setClip(const SkIRect& clip) {
SkCubicClipper.cpp 15 void SkCubicClipper::setClip(const SkIRect& clip) {
  /external/skia/src/core/
SkQuadClipper.cpp 29 void SkQuadClipper::setClip(const SkIRect& clip) {
SkCubicClipper.cpp 17 void SkCubicClipper::setClip(const SkIRect& clip) {
  /frameworks/base/libs/hwui/
Snapshot.cpp 138 setClip(r.left, r.top, r.right, r.bottom);
156 void Snapshot::setClip(float left, float top, float right, float bottom) {
184 setClip(left, top, right, bottom);
  /external/webkit/Source/WebCore/platform/graphics/qt/
TextureMapperQt.cpp 101 void TextureMapperQt::setClip(const IntRect& rect)
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 544 public void setClip(int x, int y, int width, int height)
546 graphics.setClip(x, y, width, height);
549 public void setClip(Shape clip)
551 graphics.setClip(clip);
  /external/webkit/Source/WebCore/rendering/style/
FillLayer.h 99 void setClip(EFillBox b) { m_clip = b; m_clipSet = true; }
RenderStyle.cpp 585 void RenderStyle::setClip(Length top, Length right, Length bottom, Length left)
    [all...]
RenderStyle.h     [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 118 void GrDrawTarget::setClip(const GrClipData* clip) {
824 target->setClip(&fReplacementClip);
GrContext.cpp 546 void GrContext::setClip(const GrClipData* clipData) {
547 fGpu->setClip(clipData);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
TextureMapperGL.cpp 597 void TextureMapperGL::setClip(const IntRect& rect)
647 setClip(visibleRect);
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp     [all...]
InlineTextBox.cpp     [all...]
RenderLayer.cpp     [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 177 * This should be used over the normal Graphics2D setClip method.
181 void setClip(Shape clipShape) {
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);
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/
jfreechart-swt-1.0.9.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 

Completed in 234 milliseconds

1 2