/external/chromium_org/third_party/skia/src/gpu/ |
GrTextContext.cpp | 14 const GrClipData* clipData = context->getClip();
|
GrSoftwarePathRenderer.cpp | 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
|
GrInOrderDrawBuffer.cpp | 209 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); 237 SkPoint originOffset = {SkIntToScalar(this->getClip()->fOrigin.fX), 238 SkIntToScalar(this->getClip()->fOrigin.fY)}; 241 return this->getClip()->fClipStack->quickContains(clipSpaceBounds); 812 fClips.back() != *this->getClip()->fClipStack || 813 fClipOrigins.back() != this->getClip()->fOrigin)) { 821 fClips.push_back() = *this->getClip()->fClipStack; 822 fClipOrigins.push_back() = this->getClip()->fOrigin;
|
GrDrawTarget.h | 63 const GrClipData* getClip() const; 585 fClip = fTarget->getClip(); [all...] |
GrDrawTarget.cpp | 131 const GrClipData* GrDrawTarget::getClip() const { 421 const GrClipData* clip = this->getClip(); 808 fClip = fTarget->getClip(); [all...] |
GrContext.cpp | 786 if (NULL != this->getClip()) { 788 clipSpaceRTRect.offset(SkIntToScalar(this->getClip()->fOrigin.fX), 789 SkIntToScalar(this->getClip()->fOrigin.fY)); 792 if (!checkClip || target->getClip()->fClipStack->quickContains(clipSpaceRTRect)) { [all...] |
GrGpu.cpp | 335 if (!fClipMaskManager.setupClipping(this->getClip(), are)) {
|
SkGpuDevice.cpp | 288 if (fContext->getClip() == &fClipData) { [all...] |
GrAAHairLinePathRenderer.cpp | [all...] |
/external/skia/src/gpu/ |
GrTextContext.cpp | 14 const GrClipData* clipData = context->getClip();
|
GrSoftwarePathRenderer.cpp | 56 target->getClip()->getConservativeBounds(rt, devClipBounds);
|
GrInOrderDrawBuffer.cpp | 209 this->getClip()->getConservativeBounds(this->getDrawState().getRenderTarget(), &rect, &iior); 237 SkPoint originOffset = {SkIntToScalar(this->getClip()->fOrigin.fX), 238 SkIntToScalar(this->getClip()->fOrigin.fY)}; 241 return this->getClip()->fClipStack->quickContains(clipSpaceBounds); 812 fClips.back() != *this->getClip()->fClipStack || 813 fClipOrigins.back() != this->getClip()->fOrigin)) { 821 fClips.push_back() = *this->getClip()->fClipStack; 822 fClipOrigins.push_back() = this->getClip()->fOrigin;
|
GrDrawTarget.h | 63 const GrClipData* getClip() const; 585 fClip = fTarget->getClip(); [all...] |
GrDrawTarget.cpp | 131 const GrClipData* GrDrawTarget::getClip() const { 421 const GrClipData* clip = this->getClip(); 808 fClip = fTarget->getClip(); [all...] |
GrContext.cpp | 786 if (NULL != this->getClip()) { 788 clipSpaceRTRect.offset(SkIntToScalar(this->getClip()->fOrigin.fX), 789 SkIntToScalar(this->getClip()->fOrigin.fY)); 792 if (!checkClip || target->getClip()->fClipStack->quickContains(clipSpaceRTRect)) { [all...] |
GrGpu.cpp | 335 if (!fClipMaskManager.setupClipping(this->getClip(), are)) {
|
SkGpuDevice.cpp | 288 if (fContext->getClip() == &fClipData) { [all...] |
GrAAHairLinePathRenderer.cpp | [all...] |
/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/chromium_org/third_party/skia/include/gpu/ |
GrContext.h | 363 const GrClipData* getClip() const { return fClip; } 785 fOldClip = context->getClip(); 794 fOldClip = fContext->getClip(); [all...] |
/external/skia/include/gpu/ |
GrContext.h | 363 const GrClipData* getClip() const { return fClip; } 785 fOldClip = context->getClip(); 794 fOldClip = fContext->getClip(); [all...] |
/external/proguard/src/proguard/gui/splash/ |
OverrideGraphics2D.java | 449 public Shape getClip() 451 return graphics.getClip();
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
|
/external/skia/src/gpu/gl/ |
GrGpuGL_program.cpp | 280 this->getClip()->getConservativeBounds(drawState.getRenderTarget(), &devClipBounds);
|
/external/chromium_org/third_party/skia/src/core/ |
SkCanvas.cpp | 321 const SkRegion& getClip() const { return *fClip; } [all...] |