HomeSort by relevance Sort by last modified time
    Searched defs:clipStack (Results 1 - 5 of 5) sorted by null

  /external/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 65 const SkClipStack* clipStack = gDumpCanvas->getClipStack();
66 if (clipStack) {
67 SkClipStack::Iter iter(*clipStack, SkClipStack::Iter::kBottom_IterStart);
  /external/skia/include/gpu/
GrClip.h 18 * masks. 'A GrClip is either wide open, just an IRect, just a Rect, or a full clipstack.
19 * If the clip is a clipstack than the origin is used to translate the stack with
24 * NOTE: GrClip *must* point to a const clipstack
55 fClip.fStack = SkRef(other.clipStack());
79 if (this->clipStack() && other.clipStack()) {
80 return *this->clipStack() == *other.clipStack();
82 return this->clipStack() == other.clipStack();
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 341 SkString clipStack;
342 fDebugger.getClipStackText(&clipStack);
343 fInspectorWidget.setText(clipStack.c_str(), SkInspectorWidget::kClipStack_TabType);
  /external/skia/src/utils/debugger/
SkDebugCanvas.cpp 289 const SkClipStack* clipStack = canvas->getClipStack();
290 SkClipStack::Iter iter(*clipStack, SkClipStack::Iter::kBottom_IterStart);
  /external/skia/src/pdf/
SkPDFDevice.cpp 245 void updateClip(const SkClipStack& clipStack, const SkRegion& clipRegion,
381 const SkClipStack& clipStack,
389 iter.reset(clipStack, SkClipStack::Iter::kBottom_IterStart);
428 void GraphicStackState::updateClip(const SkClipStack& clipStack,
431 if (clipStack == currentEntry()->fClipStack) {
437 if (clipStack == currentEntry()->fClipStack) {
443 currentEntry()->fClipStack = clipStack;
451 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) {
465 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter);
484 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter)
    [all...]

Completed in 369 milliseconds