Searched defs:BagOfBytes (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/text/gpu/ | ||
D | SubRunAllocator.cpp | 19 BagOfBytes::BagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in BagOfBytes() function in sktext::gpu::BagOfBytes |
D | SubRunAllocator.h | 31 BagOfBytes(BagOfBytes&& that) in BagOfBytes() function |
/external/skia/tests/ | ||
D | GrTextBlobTest.cpp | 50 using BagOfBytes = sktext::gpu::BagOfBytes; typedef |