Home
last modified time | relevance | path

Searched refs:SkSmallAllocator (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkSmallAllocator.h28 class SkSmallAllocator : SkNoncopyable {
30 SkSmallAllocator() in SkSmallAllocator() function
35 ~SkSmallAllocator() { in ~SkSmallAllocator()
DSkDrawLooper.cpp17 SkSmallAllocator<1, 32> allocator; in canComputeFastBounds()
41 SkSmallAllocator<1, 32> allocator; in computeFastBounds()
DSkBitmapProcShader.h78 typedef SkSmallAllocator<3, 1500> SkTBlitterAllocator;
DSkCanvas.cpp552 SkSmallAllocator<1, 32> fLooperContextAllocator;
/external/skia/tests/
DSmallAllocatorTest.cpp32 SkSmallAllocator<kMaxObjects, kBytes> alloc; in test_allocator()
78 SkSmallAllocator<1, 8> alloc; in DEF_TEST()
DLayerDrawLooperTest.cpp62 SkSmallAllocator<1, 32> allocator; in test_frontToBack()
102 SkSmallAllocator<1, 32> allocator; in test_backToFront()
142 SkSmallAllocator<1, 32> allocator; in test_mixed()
/external/skia/gyp/
Dcore.gypi255 '<(skia_src_path)/core/SkSmallAllocator.h',