HomeSort by relevance Sort by last modified time
    Searched refs:sk_calloc_throw (Results 1 - 20 of 20) sorted by null

  /external/skia/tests/
MemoryTest.cpp 5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char));
PDFDeflateWStreamTest.cpp 23 return sk_calloc_throw(SkToSizeT(items) * SkToSizeT(size));
  /external/skqp/tests/
MemoryTest.cpp 5 char* zeros = (char*)sk_calloc_throw(kNum*sizeof(char));
PDFDeflateWStreamTest.cpp 23 return sk_calloc_throw(SkToSizeT(items) * SkToSizeT(size));
  /external/skia/include/private/
SkMalloc.h 62 static inline void* sk_calloc_throw(size_t size) { function
78 SK_API extern void* sk_calloc_throw(size_t count, size_t elemSize);
  /external/skqp/include/private/
SkMalloc.h 62 static inline void* sk_calloc_throw(size_t size) { function
78 SK_API extern void* sk_calloc_throw(size_t count, size_t elemSize);
  /external/skia/src/utils/
SkBitSet.h 19 fBitData.reset((uint32_t*)sk_calloc_throw(fDwordCount * sizeof(uint32_t)));
  /external/skqp/src/utils/
SkBitSet.h 19 fBitData.reset((uint32_t*)sk_calloc_throw(fDwordCount * sizeof(uint32_t)));
  /external/skia/src/core/
SkMallocPixelRef.cpp 14 void* sk_calloc_throw(size_t count, size_t elemSize) { function
15 return sk_calloc_throw(SkSafeMath::Mul(count, elemSize));
SkTDynamicHash.h 265 fArray = (T**)sk_calloc_throw(sizeof(T*) * fCapacity);
SkDistanceFieldGen.cpp 359 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1)));
  /external/skqp/src/core/
SkMallocPixelRef.cpp 14 void* sk_calloc_throw(size_t count, size_t elemSize) { function
15 return sk_calloc_throw(SkSafeMath::Mul(count, elemSize));
SkTDynamicHash.h 265 fArray = (T**)sk_calloc_throw(sizeof(T*) * fCapacity);
SkDistanceFieldGen.cpp 359 SkAutoFree storage(sk_calloc_throw(dataWidth*dataHeight*(sizeof(DFData) + 1)));
  /external/skqp/src/gpu/
GrBuffer.cpp 17 cpuData = sk_calloc_throw(sizeInBytes);
GrBufferAllocPool.cpp 338 fCpuData = sk_calloc_throw(newSize);
GrDrawOpAtlas.cpp 104 fData = reinterpret_cast<unsigned char*>(sk_calloc_throw(fBytesPerPixel * fWidth *
  /external/skia/src/pdf/
SkDeflate.cpp 23 return sk_calloc_throw(SkToSizeT(items) * SkToSizeT(size));
  /external/skqp/src/pdf/
SkDeflate.cpp 23 return sk_calloc_throw(SkToSizeT(items) * SkToSizeT(size));
  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 104 fData = reinterpret_cast<unsigned char*>(sk_calloc_throw(fBytesPerPixel * fWidth *

Completed in 1000 milliseconds