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

  /external/chromium_org/third_party/skia/include/gpu/
GrClipData.h 19 * with an offset bounding box. The clips in 'fClipStack' are in
25 const SkClipStack* fClipStack;
29 : fClipStack(NULL) {
38 if (NULL != fClipStack && NULL != other.fClipStack) {
39 return *fClipStack == *other.fClipStack;
42 return fClipStack == other.fClipStack;
  /external/skia/include/gpu/
GrClipData.h 19 * with an offset bounding box. The clips in 'fClipStack' are in
25 const SkClipStack* fClipStack;
29 : fClipStack(NULL) {
38 if (NULL != fClipStack && NULL != other.fClipStack) {
39 return *fClipStack == *other.fClipStack;
42 return fClipStack == other.fClipStack;
  /external/chromium_org/third_party/skia/include/core/
SkDraw.h 140 const SkClipStack* fClipStack; // optional
SkCanvas.h     [all...]
  /external/skia/include/core/
SkDraw.h 140 const SkClipStack* fClipStack; // optional
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 238 const SkClipStack* fClipStack;
  /external/skia/include/pdf/
SkPDFDevice.h 238 const SkClipStack* fClipStack;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 204 // we have to fall back to the region. Treat fClipStack as authoritative.
206 SkClipStack fClipStack;
240 fClipStack == cur.fClipStack &&
252 fEntries[0].fClipStack = existingClipStack;
442 if (clipStack == currentEntry()->fClipStack) {
448 if (clipStack == currentEntry()->fClipStack) {
454 currentEntry()->fClipStack = clipStack;
467 // gsState->initialEntry()->fClipStack/Region specifies the clip that has
476 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter)
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 204 // we have to fall back to the region. Treat fClipStack as authoritative.
206 SkClipStack fClipStack;
240 fClipStack == cur.fClipStack &&
252 fEntries[0].fClipStack = existingClipStack;
442 if (clipStack == currentEntry()->fClipStack) {
448 if (clipStack == currentEntry()->fClipStack) {
454 currentEntry()->fClipStack = clipStack;
467 // gsState->initialEntry()->fClipStack/Region specifies the clip that has
476 skip_clip_stack_prefix(fEntries[0].fClipStack, clipStack, &iter)
    [all...]

Completed in 607 milliseconds