Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.h106 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
107 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRun& glyphRun);
DSkGlyphRunPainter.cpp84 ScopedBuffers _ = this->ensureBuffers(glyphRunList); in drawForBitmapDevice()
242 ScopedBuffers _ = this->ensureBuffers(glyphRun); in processGlyphRun()
372 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers() function in SkGlyphRunListPainter
380 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) -> ScopedBuffers { 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