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

  /external/chromium_org/third_party/skia/include/core/
SkClipStack.h 19 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
21 // (i.e., the fSaveCount in force when it was added). Restores are thus
22 // implemented by removing clips from fDeque that have an fSaveCount larger
68 fSaveCount != element.fSaveCount) {
163 int fSaveCount; // save count of stack when this element was added.
201 fSaveCount = saveCount;
271 int getSaveCount() const { return fSaveCount; }
423 int fSaveCount;
SkCanvas.h     [all...]
  /external/skia/include/core/
SkClipStack.h 19 // stores the stack depth (fSaveCount) and clips (fDeque) separately.
21 // (i.e., the fSaveCount in force when it was added). Restores are thus
22 // implemented by removing clips from fDeque that have an fSaveCount larger
68 fSaveCount != element.fSaveCount) {
163 int fSaveCount; // save count of stack when this element was added.
201 fSaveCount = saveCount;
271 int getSaveCount() const { return fSaveCount; }
423 int fSaveCount;
SkCanvas.h     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 343 fSaveCount = canvas->getSaveCount();
371 SkASSERT(fCanvas->getSaveCount() == fSaveCount);
398 int fSaveCount;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 343 fSaveCount = canvas->getSaveCount();
371 SkASSERT(fCanvas->getSaveCount() == fSaveCount);
398 int fSaveCount;
    [all...]

Completed in 359 milliseconds