Searched refs:SkAutoFree (Results 1 – 5 of 5) sorted by relevance
490 class SkAutoFree : SkNoncopyable {492 SkAutoFree() : fPtr(NULL) {} in SkAutoFree() function493 explicit SkAutoFree(void* ptr) : fPtr(ptr) {} in SkAutoFree() function494 ~SkAutoFree() { sk_free(fPtr); } in ~SkAutoFree()527 SkAutoFree(const SkAutoFree&);528 SkAutoFree& operator=(const SkAutoFree&);530 #define SkAutoFree(...) SK_REQUIRE_LOCAL_VAR(SkAutoFree) macro
75 SkAutoFree fBitData;
353 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1))); in generate_distance_field_from_image()
282 SkAutoFree autoFreeVariations(variations); in ft_face_setup_axes()1745 SkAutoFree autoFreeVariations(variations); in scanFont()
429 SkAutoFree fColorData; // This provides storage for arrays in fInfo.