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

  /external/skia/src/core/
SkDrawProcs.h 18 SkBounder* fBounder;
SkCanvas.cpp 222 fBounder = canvas->getBounder();
249 if (fBounder) {
250 fBounder->setClip(fClip);
354 SkAutoBounderCommit(SkBounder* bounder) : fBounder(bounder) {}
356 if (NULL != fBounder) {
357 fBounder->commit();
361 SkBounder* fBounder;
393 SkAutoBounderCommit ac(fBounder); \
401 fBounder = NULL;
453 SkSafeUnref(fBounder);
    [all...]
  /external/skia/include/core/
SkDraw.h 114 SkBounder* fBounder; // optional
SkCanvas.h     [all...]

Completed in 322 milliseconds