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

  /external/skia/include/utils/
SkDeferredCanvas.h 139 size_t getBitmapSizeThreshold() const { return fBitmapSizeThreshold; }
248 size_t fBitmapSizeThreshold;
  /external/skia/src/utils/
SkDeferredCanvas.cpp 549 fBitmapSizeThreshold = kDeferredCanvasBitmapSizeThreshold;
571 fBitmapSizeThreshold = sizeThreshold;
    [all...]

Completed in 98 milliseconds