Searched refs:SkInPlaceNewCheck (Results 1 – 2 of 2) sorted by relevance
428 template <typename T> T* SkInPlaceNewCheck(void* storage, size_t size) { in SkInPlaceNewCheck() function433 T* SkInPlaceNewCheck(void* storage, size_t size, const A1& a1, const A2& a2, const A3& a3) { in SkInPlaceNewCheck() function438 T* SkInPlaceNewCheck(void* storage, size_t size, in SkInPlaceNewCheck() function
262 return SkInPlaceNewCheck<SkDefaultBitmapControllerState>(storage, size, in onRequestBitmap()