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

  /external/skia/include/gpu/
GrClipData.h 22 * with an offset bounding box. The clips in 'fClipStack' are in
28 const SkClipStack* fClipStack;
32 : fClipStack(NULL) {
41 if (NULL != fClipStack && NULL != other.fClipStack) {
42 return *fClipStack == *other.fClipStack;
45 return fClipStack == other.fClipStack;
  /external/skia/include/core/
SkDraw.h 124 const SkClipStack* fClipStack; // optional
SkCanvas.h     [all...]
  /external/skia/include/pdf/
SkPDFDevice.h 203 const SkClipStack* fClipStack;
  /external/skia/legacy/include/core/
SkDraw.h 112 const SkClipStack* fClipStack; // optional
SkCanvas.h     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 194 // we have to fall back to the region. Treat fClipStack as authoritative.
196 SkClipStack fClipStack;
230 fClipStack == b.fClipStack &&
243 fEntries[0].fClipStack = existingClipStack;
345 if (clipStack == currentEntry()->fClipStack) {
351 if (clipStack == currentEntry()->fClipStack) {
357 // gsState->initialEntry()->fClipStack/Region specifies the clip that has
366 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter);
384 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter)
    [all...]

Completed in 364 milliseconds