Home | History | Annotate | Download | only in core

Lines Matching refs:allocator

1250             SkSTArenaAlloc<kSkBlitterContextSize> allocator;
1251 // blitter will be owned by the allocator.
1252 SkBlitter* blitter = SkBlitter::ChooseSprite(fDst, *paint, pmap, ix, iy, &allocator);
1305 // blitter will be owned by the allocator.
1306 SkSTArenaAlloc<kSkBlitterContextSize> allocator;
1307 SkBlitter* blitter = SkBlitter::ChooseSprite(fDst, paint, pmap, x, y, &allocator);