Home
last modified time | relevance | path

Searched refs:EnsureBuffers (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/text/
DGlyphRun.h48 static ScopedBuffers SK_WARN_UNUSED_RESULT EnsureBuffers(const GlyphRunList& glyphRunList);
DGlyphRun.cpp374 auto SkSubRunBuffers::EnsureBuffers(const GlyphRunList& glyphRunList) -> ScopedBuffers { in EnsureBuffers() function in sktext::SkSubRunBuffers
/external/skia/src/text/gpu/
DSubRunContainer.cpp2500 auto bufferScope = SkSubRunBuffers::EnsureBuffers(glyphRunList); in MakeInAlloc()