HomeSort by relevance Sort by last modified time
    Searched refs:sk_free (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /external/skia/src/ports/
SkMemory_mozalloc.cpp 33 void sk_free(void* p) { function
SkMemory_brew.cpp 41 void sk_free(void* p) { function
SkMemory_malloc.cpp 37 void sk_free(void* p) { function
  /external/skia/legacy/src/core/
SkColorTable.cpp 69 sk_free(fColors);
70 sk_free(f16BitCache);
91 sk_free(f16BitCache);
119 sk_free(f16BitCache);
SkRegionPriv.h 74 sk_free(this);
SkMallocPixelRef.cpp 27 sk_free(fStorage);
SkMask.cpp 47 sk_free(image);
  /external/skia/legacy/src/ports/
SkMemory_brew.cpp 41 void sk_free(void* p) { function
SkMemory_malloc.cpp 37 void sk_free(void* p) { function
  /external/skia/src/core/
SkColorTable.cpp 72 sk_free(fColors);
73 sk_free(f16BitCache);
94 sk_free(f16BitCache);
122 sk_free(f16BitCache);
SkMallocPixelRef.cpp 30 sk_free(fStorage);
SkMask.cpp 47 sk_free(image);
  /external/skia/legacy/src/utils/
SkMeshUtils.cpp 17 sk_free(fStorage);
23 sk_free(fStorage);
31 sk_free(fStorage);
  /external/skia/src/utils/
SkMeshUtils.cpp 17 sk_free(fStorage);
23 sk_free(fStorage);
31 sk_free(fStorage);
  /external/skia/include/core/
SkTDStack.h 28 sk_free(rec);
84 sk_free(fRec);
SkTypes.h 53 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
65 SK_API extern void sk_free(void*);
82 sk_free(p);
401 ~SkAutoFree() { sk_free(fPtr); }
408 previous ptr. Note it is the caller's responsibility to sk_free the
419 sk_free on the returned address.
424 as calling sk_free(detach())
427 sk_free(fPtr);
440 * the lifetime of the block, so the caller must not call sk_free() or delete
451 sk_free(fPtr)
    [all...]
SkOSFile.h 100 sk_free(fStr);
SkTemplates.h 235 sk_free(fPtr);
240 sk_free(fPtr);
278 sk_free(fPtr);
285 sk_free(fPtr);
  /external/skia/legacy/include/core/
SkTDStack.h 28 sk_free(rec);
84 sk_free(fRec);
SkTypes.h 53 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
65 SK_API extern void sk_free(void*);
82 sk_free(p);
371 ~SkAutoFree() { sk_free(fPtr); }
378 previous ptr. Note it is the caller's responsibility to sk_free the
389 sk_free on the returned address.
394 as calling sk_free(detach())
397 sk_free(fPtr);
410 * the lifetime of the block, so the caller must not call sk_free() or delete
421 sk_free(fPtr)
    [all...]
SkOSFile.h 73 sk_free(fStr);
SkTemplates.h 180 sk_free(fPtr);
185 sk_free(fPtr);
223 sk_free(fPtr);
230 sk_free(fPtr);
  /external/skia/src/pipe/utils/
SamplePipeControllers.cpp 22 sk_free(fBlock);
26 sk_free(fBlock);
  /external/openssl/crypto/stack/
stack.h 86 void sk_free(_STACK *);
  /external/openssl/include/openssl/
stack.h 86 void sk_free(_STACK *);

Completed in 1253 milliseconds

1 2 3 4 5 6