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

  /external/skia/src/core/
SkClipStack.cpp 130 fPath.get()->setIsVolatile(true);
152 path->setIsVolatile(true);
SkBitmap.cpp 493 void SkBitmap::setIsVolatile(bool isVolatile) {
793 dst.setIsVolatile(this->isVolatile());
809 dst.setIsVolatile(this->isVolatile());
    [all...]
SkDevice.cpp 358 tmp.setIsVolatile(true);
SkDraw.cpp 600 path.setIsVolatile((count-1) == i);
717 path.setIsVolatile(true);
    [all...]
SkStroke.cpp 392 fOuter.setIsVolatile(true);
394 fInner.setIsVolatile(true);
    [all...]
  /external/skia/tests/
BitmapCopyTest.cpp 224 bitmap.setIsVolatile(true);
261 bitmap.setIsVolatile(false);
  /external/skia/include/core/
SkBitmap.h 190 void setIsVolatile(bool);
    [all...]
SkPath.h 204 void setIsVolatile(bool isVolatile) {
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 388 path.setIsVolatile(true);
470 path.setIsVolatile(true);
545 path.setIsVolatile(true);
575 path.setIsVolatile(true);
607 path.setIsVolatile(true);
799 result->setIsVolatile(true);
845 devPathPtr->setIsVolatile(true);
    [all...]
GrClipMaskManager.cpp 410 path.setIsVolatile(true);
    [all...]
  /external/skia/bench/
BitmapBench.cpp 131 fBitmap.setIsVolatile(fIsVolatile);

Completed in 559 milliseconds