Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.h93 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
96 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRun& glyphRun);
DSkGlyphRunPainter.cpp169 ScopedBuffers _ = this->ensureBuffers(glyphRunList); in drawForBitmapDevice()
389 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRunList()
468 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRunList()
541 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRunList()
602 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers() function in SkGlyphRunListPainter
611 SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) { in ensureBuffers() function in SkGlyphRunListPainter
/external/skqp/src/core/
DSkGlyphRunPainter.h126 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
129 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRun& glyphRun);
DSkGlyphRunPainter.cpp155 ScopedBuffers _ = this->ensureBuffers(glyphRunList); in drawForBitmapDevice()
376 ScopedBuffers _ = this->ensureBuffers(glyphRun); in drawGlyphRunAsBMPWithPathFallback()
479 SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) { in ensureBuffers() function in SkGlyphRunListPainter
488 SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) { in ensureBuffers() function in SkGlyphRunListPainter