Home
last modified time | relevance | path

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

/external/skia/tests/
DSmallAllocatorTest.cpp32 SkSmallAllocator<kMaxObjects, kBytes> alloc; in test_allocator()
78 SkSmallAllocator<1, 8> alloc; in DEF_TEST()
DLayerDrawLooperTest.cpp61 SkSmallAllocator<1, 32> allocator; in test_frontToBack()
101 SkSmallAllocator<1, 32> allocator; in test_backToFront()
141 SkSmallAllocator<1, 32> allocator; in test_mixed()
/external/skia/src/core/
DSkDrawLooper.cpp17 SkSmallAllocator<1, 32> allocator; in canComputeFastBounds()
41 SkSmallAllocator<1, 32> allocator; in computeFastBounds()
DSkSmallAllocator.h32 class SkSmallAllocator : SkNoncopyable {
34 SkSmallAllocator() in SkSmallAllocator() function
39 ~SkSmallAllocator() { in ~SkSmallAllocator()
DSkBitmapProcShader.h73 typedef SkSmallAllocator<3, 1024> SkTBlitterAllocator;
DSkCanvas.cpp436 SkSmallAllocator<1, 32> fLooperContextAllocator;