Home
last modified time | relevance | path

Searched refs:ensureBuffers (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/core/
DSkGlyphRunPainter.h110 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
111 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRun& glyphRun);
DSkGlyphRunPainter.cpp83 ScopedBuffers _ = this->ensureBuffers(glyphRunList); in drawForBitmapDevice()
241 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRun()
375 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers() function in SkGlyphRunListPainter
383 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) -> ScopedBuffers { in ensureBuffers() function in SkGlyphRunListPainter
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.h86 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
89 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRun& glyphRun);
DSkGlyphRunPainter.cpp161 ScopedBuffers _ = this->ensureBuffers(glyphRunList); in drawForBitmapDevice()
392 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRunList()
595 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers() function in SkGlyphRunListPainter
604 SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) { in ensureBuffers() function in SkGlyphRunListPainter