Home
last modified time | relevance | path

Searched refs:allocThrow (Results 1 – 25 of 28) sorted by relevance

12

/external/skia/src/core/
DSkPathHeap.cpp27 SkPath* p = (SkPath*)fHeap.allocThrow(count * sizeof(SkPath)); in SkPathHeap()
47 SkPath* p = (SkPath*)fHeap.allocThrow(sizeof(SkPath)); in append()
DSkPictureStateTree.cpp31 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); in appendDraw()
67 SkMatrix* m = static_cast<SkMatrix*>(fAlloc.allocThrow(sizeof(SkMatrix))); in appendTransform()
82 Node* n = static_cast<Node*>(fAlloc.allocThrow(sizeof(Node))); in appendNode()
DSkPictureFlat.h183 virtual void* allocThrow(size_t bytes) = 0;
279 SkFlatData* result = (SkFlatData*) controller->allocThrow(allocSize); in Create()
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); in detachScratch()
582 virtual void* allocThrow(size_t bytes) SK_OVERRIDE { in allocThrow() function
583 fLastAllocated = fHeap.allocThrow(bytes); in allocThrow()
DSkEdgeBuilder.cpp16 return static_cast<T*>(alloc.allocThrow(sizeof(T))); in typedAllocThrow()
99 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); in buildPoly()
DSkRecord.h68 return (T*)fAlloc.allocThrow(sizeof(T) * count);
DSkRTree.cpp125 Node* out = static_cast<Node*>(fNodes.allocThrow(fNodeSize)); in allocateNode()
/external/chromium_org/third_party/skia/src/core/
DSkPathHeap.cpp27 SkPath* p = (SkPath*)fHeap.allocThrow(count * sizeof(SkPath)); in SkPathHeap()
47 SkPath* p = (SkPath*)fHeap.allocThrow(sizeof(SkPath)); in append()
DSkPictureStateTree.cpp31 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); in appendDraw()
67 SkMatrix* m = static_cast<SkMatrix*>(fAlloc.allocThrow(sizeof(SkMatrix))); in appendTransform()
82 Node* n = static_cast<Node*>(fAlloc.allocThrow(sizeof(Node))); in appendNode()
DSkPictureFlat.h183 virtual void* allocThrow(size_t bytes) = 0;
279 SkFlatData* result = (SkFlatData*) controller->allocThrow(allocSize); in Create()
541 SkFlatData* detached = (SkFlatData*)fController->allocThrow(fScratch.bytesWritten()); in detachScratch()
582 virtual void* allocThrow(size_t bytes) SK_OVERRIDE { in allocThrow() function
583 fLastAllocated = fHeap.allocThrow(bytes); in allocThrow()
DSkEdgeBuilder.cpp16 return static_cast<T*>(alloc.allocThrow(sizeof(T))); in typedAllocThrow()
99 char* storage = (char*)fAlloc.allocThrow(maxEdgeSize + maxEdgePtrSize); in buildPoly()
DSkRecord.h68 return (T*)fAlloc.allocThrow(sizeof(T) * count);
DSkRTree.cpp125 Node* out = static_cast<Node*>(fNodes.allocThrow(fNodeSize)); in allocateNode()
/external/chromium_org/third_party/skia/bench/
DStackBench.cpp109 for (int i = 0; i < K*loops; i++) s.allocThrow(sizeof(int)); in BENCH()
132 void* p = s.allocThrow(sizeof(int)); in BENCH()
DMemoryBench.cpp44 alloc.allocThrow(inc); in onDraw()
/external/skia/bench/
DStackBench.cpp109 for (int i = 0; i < K*loops; i++) s.allocThrow(sizeof(int)); in BENCH()
132 void* p = s.allocThrow(sizeof(int)); in BENCH()
DMemoryBench.cpp44 alloc.allocThrow(inc); in onDraw()
/external/skia/include/core/
DSkChunkAlloc.h32 void* allocThrow(size_t bytes) { in allocThrow() function
/external/chromium_org/third_party/skia/include/core/
DSkChunkAlloc.h32 void* allocThrow(size_t bytes) { in allocThrow() function
/external/chromium_org/third_party/skia/src/pipe/utils/
DSamplePipeControllers.cpp99 fBlock = fAllocator.allocThrow(blockSize); in requestBlock()
/external/skia/src/pipe/utils/
DSamplePipeControllers.cpp99 fBlock = fAllocator.allocThrow(blockSize); in requestBlock()
/external/chromium_org/third_party/skia/tests/
DMemsetTest.cpp28 void* ptr = alloc.allocThrow(size); in test_chunkalloc()
/external/skia/tests/
DMemsetTest.cpp28 void* ptr = alloc.allocThrow(size); in test_chunkalloc()
/external/chromium_org/third_party/skia/src/pipe/
DSkGPipeWrite.cpp86 virtual void* allocThrow(size_t bytes) SK_OVERRIDE;
124 void* FlattenableHeap::allocThrow(size_t bytes) { in allocThrow() function in FlattenableHeap
/external/skia/src/pipe/
DSkGPipeWrite.cpp86 virtual void* allocThrow(size_t bytes) SK_OVERRIDE;
124 void* FlattenableHeap::allocThrow(size_t bytes) { in allocThrow() function in FlattenableHeap
/external/skia/src/utils/
DSkDeferredCanvas.cpp108 fBlock = fAllocator.allocThrow(blockSize); in requestBlock()

12