Searched refs:SkInPlaceNewCheck (Results 1 – 2 of 2) sorted by relevance
437 template <typename T> T* SkInPlaceNewCheck(void* storage, size_t size) { in SkInPlaceNewCheck() function442 T* SkInPlaceNewCheck(void* storage, size_t size, const A1& a1, const A2& a2, const A3& a3) { in SkInPlaceNewCheck() function
226 return SkInPlaceNewCheck<SkDefaultBitmapControllerState>(storage, size, bm, inverse, quality); in onRequestBitmap()