Home
last modified time | relevance | path

Searched refs:ScopedBuffers (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/text/
DGlyphRun.h37 class ScopedBuffers {
39 ScopedBuffers(SkSubRunBuffers* painter, size_t size);
40 ~ScopedBuffers();
48 static ScopedBuffers SK_WARN_UNUSED_RESULT EnsureBuffers(const GlyphRunList& glyphRunList);
DGlyphRun.cpp374 auto SkSubRunBuffers::EnsureBuffers(const GlyphRunList& glyphRunList) -> ScopedBuffers { in EnsureBuffers()
379 return ScopedBuffers(glyphRunList.buffers(), size); in EnsureBuffers()
382 SkSubRunBuffers::ScopedBuffers::ScopedBuffers(SkSubRunBuffers* buffers, size_t size) in ScopedBuffers() function in sktext::SkSubRunBuffers::ScopedBuffers
387 SkSubRunBuffers::ScopedBuffers::~ScopedBuffers() { in ~ScopedBuffers()