Home
last modified time | relevance | path

Searched defs:BagOfBytes (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/text/gpu/
DSubRunAllocator.cpp19 BagOfBytes::BagOfBytes(char* bytes, size_t size, size_t firstHeapAllocation) in BagOfBytes() function in sktext::gpu::BagOfBytes
32 BagOfBytes::BagOfBytes(size_t firstHeapAllocation) in BagOfBytes() function in sktext::gpu::BagOfBytes
DSubRunAllocator.h31 BagOfBytes(BagOfBytes&& that) in BagOfBytes() function
/external/skia/tests/
DGrTextBlobTest.cpp50 using BagOfBytes = sktext::gpu::BagOfBytes; typedef