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

  /external/chromium_org/third_party/skia/tests/
ScaledImageCache.cpp 42 SkGraphics::SetImageCacheSingleAllocationByteLimit(0);
48 SkGraphics::SetImageCacheSingleAllocationByteLimit(size * 2);
54 SkGraphics::SetImageCacheSingleAllocationByteLimit(size / 2);
58 SkGraphics::SetImageCacheSingleAllocationByteLimit(originalAllocationLimit);
  /external/skia/tests/
ScaledImageCache.cpp 42 SkGraphics::SetImageCacheSingleAllocationByteLimit(0);
48 SkGraphics::SetImageCacheSingleAllocationByteLimit(size * 2);
54 SkGraphics::SetImageCacheSingleAllocationByteLimit(size / 2);
58 SkGraphics::SetImageCacheSingleAllocationByteLimit(originalAllocationLimit);
  /external/chromium_org/third_party/skia/include/core/
SkGraphics.h 122 static size_t SetImageCacheSingleAllocationByteLimit(size_t newLimit);
  /external/skia/include/core/
SkGraphics.h 122 static size_t SetImageCacheSingleAllocationByteLimit(size_t newLimit);
  /external/chromium_org/third_party/skia/src/core/
SkScaledImageCache.cpp 820 size_t SkGraphics::SetImageCacheSingleAllocationByteLimit(size_t newLimit) {
  /external/skia/src/core/
SkScaledImageCache.cpp 820 size_t SkGraphics::SetImageCacheSingleAllocationByteLimit(size_t newLimit) {
  /external/chromium_org/content/renderer/
render_thread_impl.cc 837 SkGraphics::SetImageCacheSingleAllocationByteLimit(
    [all...]

Completed in 3283 milliseconds