Home
last modified time | relevance | path

Searched refs:clipStack (Results 1 – 10 of 10) sorted by relevance

/external/skia/include/gpu/
DGrClip.h54 fClip.fStack = SkRef(other.clipStack());
78 if (this->clipStack() && other.clipStack()) {
79 return *this->clipStack() == *other.clipStack();
81 return this->clipStack() == other.clipStack();
96 const SkClipStack* clipStack() const { in clipStack() function
101 void setClipStack(const SkClipStack* clipStack, const SkIPoint* origin = NULL) {
103 if (clipStack->isWideOpen()) {
108 fClip.fStack = SkRef(clipStack);
140 (kClipStack_ClipType == fClipType && this->clipStack()->isWideOpen()) || in isWideOpen()
146 (kClipStack_ClipType == fClipType && this->clipStack()->isWideOpen()) || in isWideOpen()
[all …]
/external/skia/src/pdf/
DSkPDFDevice.cpp248 void updateClip(const SkClipStack& clipStack, const SkRegion& clipRegion,
379 const SkClipStack& clipStack, in get_clip_stack_path() argument
387 iter.reset(clipStack, SkClipStack::Iter::kBottom_IterStart); in get_clip_stack_path()
426 void GraphicStackState::updateClip(const SkClipStack& clipStack, in updateClip() argument
429 if (clipStack == currentEntry()->fClipStack) { in updateClip()
435 if (clipStack == currentEntry()->fClipStack) { in updateClip()
441 currentEntry()->fClipStack = clipStack; in updateClip()
449 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) { in updateClip()
463 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter); in updateClip()
482 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter); in updateClip()
[all …]
DSkPDFDevice.h258 const SkClipStack* clipStack,
267 ContentEntry* setUpContentEntry(const SkClipStack* clipStack,
279 const SkClipStack& clipStack,
292 const SkClipStack* clipStack,
/external/skia/debugger/
DSkDebugger.cpp147 void SkDebugger::getClipStackText(SkString* clipStack) { in getClipStackText() argument
148 clipStack->set(fDebugCanvas->clipStackData()); in getClipStackText()
DSkDebugger.h123 void getClipStackText(SkString* clipStack);
/external/skia/src/gpu/
DGrClip.cpp38 this->clipStack()->getConservativeBounds(-this->origin().fX, in getConservativeBounds()
DGrClipMaskManager.cpp291 *stack = *clip.clipStack(); in add_rect_to_clip()
381 GrReducedClip::ReduceClipStack(*clip.clipStack(), in setupClipping()
/external/skia/debugger/QT/
DSkDebuggerGUI.cpp272 SkString clipStack; in drawComplete() local
273 fDebugger.getClipStackText(&clipStack); in drawComplete()
274 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType); in drawComplete()
/external/skia/tools/debugger/
DSkDebugCanvas.cpp267 const SkClipStack* clipStack = canvas->getClipStack(); in drawTo() local
268 SkClipStack::Iter iter(*clipStack, SkClipStack::Iter::kBottom_IterStart); in drawTo()
/external/skia/src/core/
DSkCanvas.cpp230 const SkClipStack& clipStack, SkRasterClip* updateClip) { in updateMC()
257 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack); in updateMC()