OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocThrow
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h
32
void*
allocThrow
(size_t bytes) {
/external/skia/include/core/
SkChunkAlloc.h
32
void*
allocThrow
(size_t bytes) {
/external/chromium_org/third_party/skia/src/core/
SkPathHeap.cpp
25
SkPath* p = (SkPath*)fHeap.
allocThrow
(count * sizeof(SkPath));
45
SkPath* p = (SkPath*)fHeap.
allocThrow
(sizeof(SkPath));
SkPictureStateTree.cpp
31
Draw* draw = static_cast<Draw*>(fAlloc.
allocThrow
(sizeof(Draw)));
67
SkMatrix* m = static_cast<SkMatrix*>(fAlloc.
allocThrow
(sizeof(SkMatrix)));
82
Node* n = static_cast<Node*>(fAlloc.
allocThrow
(sizeof(Node)));
SkPictureFlat.cpp
115
SkFlatData* result = (SkFlatData*) controller->
allocThrow
(allocSize);
SkPictureFlat.h
184
virtual void*
allocThrow
(size_t bytes) = 0;
187
* Hint that this block, which was allocated with
allocThrow
, is no longer needed.
553
SkFlatData* detached = (SkFlatData*)fController->
allocThrow
(paddedSize);
611
virtual void*
allocThrow
(size_t bytes) SK_OVERRIDE {
612
fLastAllocated = fHeap.
allocThrow
(bytes);
SkEdgeBuilder.cpp
16
return static_cast<T*>(alloc.
allocThrow
(sizeof(T)));
99
char* storage = (char*)fAlloc.
allocThrow
(maxEdgeSize + maxEdgePtrSize);
SkRegion_rects.cpp
95
SkRegion::RunType* row = (SkRegion::RunType*)fAlloc.
allocThrow
(size);
SkRTree.cpp
125
Node* out = static_cast<Node*>(fNodes.
allocThrow
(fNodeSize));
/external/skia/src/core/
SkPathHeap.cpp
25
SkPath* p = (SkPath*)fHeap.
allocThrow
(count * sizeof(SkPath));
45
SkPath* p = (SkPath*)fHeap.
allocThrow
(sizeof(SkPath));
SkPictureStateTree.cpp
31
Draw* draw = static_cast<Draw*>(fAlloc.
allocThrow
(sizeof(Draw)));
67
SkMatrix* m = static_cast<SkMatrix*>(fAlloc.
allocThrow
(sizeof(SkMatrix)));
82
Node* n = static_cast<Node*>(fAlloc.
allocThrow
(sizeof(Node)));
SkPictureFlat.cpp
115
SkFlatData* result = (SkFlatData*) controller->
allocThrow
(allocSize);
SkPictureFlat.h
184
virtual void*
allocThrow
(size_t bytes) = 0;
187
* Hint that this block, which was allocated with
allocThrow
, is no longer needed.
553
SkFlatData* detached = (SkFlatData*)fController->
allocThrow
(paddedSize);
611
virtual void*
allocThrow
(size_t bytes) SK_OVERRIDE {
612
fLastAllocated = fHeap.
allocThrow
(bytes);
SkEdgeBuilder.cpp
16
return static_cast<T*>(alloc.
allocThrow
(sizeof(T)));
99
char* storage = (char*)fAlloc.
allocThrow
(maxEdgeSize + maxEdgePtrSize);
SkRegion_rects.cpp
95
SkRegion::RunType* row = (SkRegion::RunType*)fAlloc.
allocThrow
(size);
SkRTree.cpp
125
Node* out = static_cast<Node*>(fNodes.
allocThrow
(fNodeSize));
/external/chromium_org/third_party/skia/src/pipe/utils/
SamplePipeControllers.cpp
99
fBlock = fAllocator.
allocThrow
(blockSize);
/external/skia/src/pipe/utils/
SamplePipeControllers.cpp
99
fBlock = fAllocator.
allocThrow
(blockSize);
/external/skia/bench/
MemoryBench.cpp
44
alloc.
allocThrow
(inc);
/external/skia/tests/
MemsetTest.cpp
29
void* ptr = alloc.
allocThrow
(size);
/external/chromium_org/third_party/skia/src/pipe/
SkGPipeWrite.cpp
86
virtual void*
allocThrow
(size_t bytes) SK_OVERRIDE;
122
void* FlattenableHeap::
allocThrow
(size_t bytes) {
[
all
...]
/external/skia/src/pipe/
SkGPipeWrite.cpp
86
virtual void*
allocThrow
(size_t bytes) SK_OVERRIDE;
122
void* FlattenableHeap::
allocThrow
(size_t bytes) {
[
all
...]
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
110
fBlock = fAllocator.
allocThrow
(blockSize);
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
110
fBlock = fAllocator.
allocThrow
(blockSize);
[
all
...]
Completed in 378 milliseconds