Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.h100 struct ScopedBuffers { struct
101 ScopedBuffers(SkGlyphRunListPainter* painter, size_t size);
102 ~ScopedBuffers();
106 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList); argument
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()
377 return ScopedBuffers(this, size); in ensureBuffers()
380 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRun& glyphRun) -> ScopedBuffers { in ensureBuffers()
381 return ScopedBuffers(this, glyphRun.runSize()); in ensureBuffers()
384 SkGlyphRunListPainter::ScopedBuffers::ScopedBuffers(SkGlyphRunListPainter* painter, size_t size) in ScopedBuffers() function in SkGlyphRunListPainter::ScopedBuffers
389 SkGlyphRunListPainter::ScopedBuffers::~ScopedBuffers() { in ~ScopedBuffers()
/external/skqp/src/core/
DSkGlyphRunPainter.h120 struct ScopedBuffers { struct
121 ScopedBuffers(SkGlyphRunListPainter* painter, int size);
122 ~ScopedBuffers();
126 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList); argument
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()
478 SkGlyphRunListPainter::ScopedBuffers
484 return ScopedBuffers(this, size); in ensureBuffers()
487 SkGlyphRunListPainter::ScopedBuffers
489 return ScopedBuffers(this, glyphRun.runSize()); in ensureBuffers()
1100 SkGlyphRunListPainter::ScopedBuffers::ScopedBuffers(SkGlyphRunListPainter* painter, int size) in ScopedBuffers() function in SkGlyphRunListPainter::ScopedBuffers
1111 SkGlyphRunListPainter::ScopedBuffers::~ScopedBuffers() { in ~ScopedBuffers()