Searched refs:sk_free (Results 1 - 25 of 163) sorted by relevance

1234567

/external/chromium_org/third_party/skia/tests/
H A DMemoryTest.cpp10 sk_free(zeros);
/external/skia/tests/
H A DMemoryTest.cpp10 sk_free(zeros);
/external/chromium_org/third_party/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp18 sk_free(fBlock);
29 sk_free(fBlock);
/external/skia/experimental/DrawingBoard/
H A DSkNetPipeController.cpp18 sk_free(fBlock);
29 sk_free(fBlock);
/external/chromium_org/third_party/skia/src/ports/
H A DSkMemory_mozalloc.cpp33 void sk_free(void* p) { function
H A DSkMemory_malloc.cpp47 void sk_free(void* p) { function
/external/skia/src/ports/
H A DSkMemory_mozalloc.cpp33 void sk_free(void* p) { function
H A DSkMemory_malloc.cpp38 void sk_free(void* p) { function
/external/chromium_org/third_party/skia/src/utils/
H A DSkMeshUtils.cpp17 sk_free(fStorage);
23 sk_free(fStorage);
31 sk_free(fStorage);
/external/skia/src/utils/
H A DSkMeshUtils.cpp17 sk_free(fStorage);
23 sk_free(fStorage);
31 sk_free(fStorage);
/external/chromium_org/third_party/skia/include/core/
H A DSkTDStack.h28 sk_free(rec);
84 sk_free(fRec);
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
58 SK_API extern void sk_free(void*);
83 sk_free(p);
463 ~SkAutoFree() { sk_free(fPtr); }
470 previous ptr. Note it is the caller's responsibility to sk_free the
481 sk_free on the returned address.
486 as calling sk_free(detach())
489 sk_free(fPtr);
503 * the lifetime of the block, so the caller must not call sk_free() or delete
514 sk_free(fPt
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkColorTable.cpp57 sk_free(fColors);
58 sk_free(f16BitCache);
H A DSkMask.cpp44 sk_free(image);
/external/skia/include/core/
H A DSkTDStack.h28 sk_free(rec);
84 sk_free(fRec);
H A DSkTypes.h46 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
58 SK_API extern void sk_free(void*);
83 sk_free(p);
457 ~SkAutoFree() { sk_free(fPtr); }
464 previous ptr. Note it is the caller's responsibility to sk_free the
475 sk_free on the returned address.
480 as calling sk_free(detach())
483 sk_free(fPtr);
497 * the lifetime of the block, so the caller must not call sk_free() or delete
508 sk_free(fPt
[all...]
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAllocPool.cpp72 sk_free(block);
97 sk_free(fBlock);
/external/chromium_org/third_party/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp23 sk_free(fBlock);
27 sk_free(fBlock);
/external/skia/src/core/
H A DSkColorTable.cpp57 sk_free(fColors);
58 sk_free(f16BitCache);
/external/skia/src/gpu/
H A DGrAllocPool.cpp72 sk_free(block);
97 sk_free(fBlock);
/external/skia/src/pipe/utils/
H A DSamplePipeControllers.cpp23 sk_free(fBlock);
27 sk_free(fBlock);
/external/chromium_org/skia/ext/
H A DSkMemory_new_handler.cpp43 void sk_free(void* p) { function
/external/chromium_org/third_party/skia/experimental/FileReaderApp/
H A DReaderView.cpp67 sk_free(block);
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
H A DSkMesaGLContext.cpp44 sk_free(fImage);
/external/openssl/crypto/stack/
H A Dstack.h86 void sk_free(_STACK *);

Completed in 1144 milliseconds

1234567