HomeSort by relevance Sort by last modified time
    Searched refs:getClip (Results 1 - 16 of 16) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 318 Shape currentClip = baseLayer.getGraphics().getClip();
408 baseLayer.setClip(getClip());
491 Shape currentClip = getClip();
500 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
512 Shape currentClip = getClip();
532 public Shape getClip() {
535 return mLayers.get(0).getGraphics().getClip();
651 Shape clip = getClip();
  /external/skia/src/gpu/
GrTextContext.cpp 89 if (context->getClip().hasConservativeBounds()) {
92 GrRect r = context->getClip().getConservativeBounds();
98 context->getClip().getConservativeBounds().roundOut(&fClipRect);
GrDrawTarget.h 86 const GrClip& getClip() const;
603 fClip = fTarget->getClip();
    [all...]
GrAAHairLinePathRenderer.cpp 513 if (target->getClip().hasConservativeBounds()) {
514 GrRect clipRect = target->getClip().getConservativeBounds();
SkGpuDevice.cpp 708 GrClip oldClip = context->getClip();
781 GrClip oldClip = context->getClip();
    [all...]
GrInOrderDrawBuffer.cpp 55 this->setClip(target.getClip());
GrContext.cpp 568 const GrClip& GrContext::getClip() const { return fGpu->getClip(); }
    [all...]
GrDrawTarget.cpp 510 const GrClip& GrDrawTarget::getClip() const {
    [all...]
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 449 public Shape getClip()
451 return graphics.getClip();
  /external/skia/include/gpu/
GrContext.h 332 const GrClip& getClip() const;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 264 const SkRegion& getClip() const { return *fClip; }
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguardgui.jar 
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas_Delegate.java 544 Rectangle rect = canvasDelegate.getSnapshot().getClip().getBounds();
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java     [all...]

Completed in 450 milliseconds