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

  /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/src/gpu/
GrClip.cpp 38 this->clipStack()->getConservativeBounds(-this->origin().fX,
GrClipMaskManager.cpp 253 GrReducedClip::ReduceClipStack(*clip.clipStack(),
    [all...]
  /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/src/pdf/
SkPDFDevice.h 247 const SkClipStack* clipStack,
256 ContentEntry* setUpContentEntry(const SkClipStack* clipStack,
268 const SkClipStack& clipStack,
282 const SkClipStack* clipStack,
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...]
  /external/skia/debugger/
SkDebugger.cpp 147 void SkDebugger::getClipStackText(SkString* clipStack) {
148 clipStack->set(fDebugCanvas->clipStackData());
SkDebugger.h 123 void getClipStackText(SkString* clipStack);
  /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/core/
SkCanvas.cpp 150 const SkClipStack& clipStack, SkRasterClip* updateClip) {
177 fDevice->setMatrixClip(*fMatrix, fClip.forceGetBW(), clipStack);
    [all...]

Completed in 744 milliseconds