Home
last modified time | relevance | path

Searched refs:SkGlyphRunList (Results 1 – 25 of 50) sorted by relevance

12

/external/skia/src/core/
DSkGlyphRun.cpp46 SkGlyphRunList::SkGlyphRunList() = default;
47 SkGlyphRunList::SkGlyphRunList( in SkGlyphRunList() function in SkGlyphRunList
57 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkPaint& paint) in SkGlyphRunList() function in SkGlyphRunList
63 uint64_t SkGlyphRunList::uniqueID() const { in uniqueID()
68 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD()
77 bool SkGlyphRunList::anyRunsSubpixelPositioned() const { in anyRunsSubpixelPositioned()
86 bool SkGlyphRunList::allFontsFinite() const { in allFontsFinite()
95 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
245 const SkGlyphRunList& SkGlyphRunBuilder::useGlyphRunList() { in useGlyphRunList()
296 fGlyphRunList.~SkGlyphRunList(); in makeGlyphRunList()
[all …]
DSkGlyphRun.h57 class SkGlyphRunList {
66 SkGlyphRunList();
68 SkGlyphRunList(
74 SkGlyphRunList(const SkGlyphRun& glyphRun, const SkPaint& paint);
123 const SkGlyphRunList& useGlyphRunList();
164 SkGlyphRunList fGlyphRunList;
DSkGlyphRunPainter.h66 const SkGlyphRunList& glyphRunList, const SkMatrix& deviceMatrix,
72 void processGlyphRunList(const SkGlyphRunList& glyphRunList,
93 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
DSkDevice.h20 class SkGlyphRunList; variable
222 virtual void drawGlyphRunList(const SkGlyphRunList& glyphRunList) = 0;
341 friend class SkGlyphRunList; variable
426 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList()
DSkGlyphRunPainter.cpp167 const SkGlyphRunList& glyphRunList, const SkMatrix& deviceMatrix, in drawForBitmapDevice()
369 void SkGlyphRunListPainter::processGlyphRunList(const SkGlyphRunList& glyphRunList, in processGlyphRunList()
602 auto SkGlyphRunListPainter::ensureBuffers(const SkGlyphRunList& glyphRunList) -> ScopedBuffers { in ensureBuffers()
632 const SkGlyphRunList& glyphRunList) { in drawGlyphRunList()
818 const SkGlyphRunList& glyphRunList, in generateFromGlyphRunList()
DSkRemoteGlyphCacheImpl.h112 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkDraw_text.cpp115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
/external/skqp/src/core/
DSkGlyphRun.cpp46 SkGlyphRunList::SkGlyphRunList() = default;
47 SkGlyphRunList::SkGlyphRunList( in SkGlyphRunList() function in SkGlyphRunList
57 SkGlyphRunList::SkGlyphRunList(const SkGlyphRun& glyphRun, const SkPaint& paint) in SkGlyphRunList() function in SkGlyphRunList
63 uint64_t SkGlyphRunList::uniqueID() const { in uniqueID()
68 bool SkGlyphRunList::anyRunsLCD() const { in anyRunsLCD()
77 bool SkGlyphRunList::anyRunsSubpixelPositioned() const { in anyRunsSubpixelPositioned()
86 bool SkGlyphRunList::allFontsFinite() const { in allFontsFinite()
95 void SkGlyphRunList::temporaryShuntBlobNotifyAddedToCache(uint32_t cacheID) const { in temporaryShuntBlobNotifyAddedToCache()
245 const SkGlyphRunList& SkGlyphRunBuilder::useGlyphRunList() { in useGlyphRunList()
296 fGlyphRunList.~SkGlyphRunList(); in makeGlyphRunList()
[all …]
DSkGlyphRun.h57 class SkGlyphRunList {
66 SkGlyphRunList();
68 SkGlyphRunList(
74 SkGlyphRunList(const SkGlyphRun& glyphRun, const SkPaint& paint);
123 const SkGlyphRunList& useGlyphRunList();
164 SkGlyphRunList fGlyphRunList;
DSkDevice.h20 class SkGlyphRunList; variable
227 virtual void drawGlyphRunList(const SkGlyphRunList& glyphRunList) = 0;
346 friend class SkGlyphRunList; variable
428 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override {} in drawGlyphRunList()
DSkGlyphRunPainter.h78 const SkGlyphRunList& glyphRunList, const SkMatrix& deviceMatrix,
126 ScopedBuffers SK_WARN_UNUSED_RESULT ensureBuffers(const SkGlyphRunList& glyphRunList);
DSkRemoteGlyphCacheImpl.h115 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
DSkDraw_text.cpp115 void SkDraw::drawGlyphRunList(const SkGlyphRunList& glyphRunList, in drawGlyphRunList()
/external/skqp/src/gpu/text/
DGrTextBlobCache.h36 sk_sp<GrTextBlob> makeBlob(const SkGlyphRunList& glyphRunList, GrColor color) { in makeBlob()
40 sk_sp<GrTextBlob> makeCachedBlob(const SkGlyphRunList& glyphRunList, in makeCachedBlob()
DGrTextContext.h48 const SkMatrix& viewMatrix, const SkSurfaceProps&, const SkGlyphRunList&);
/external/skia/src/gpu/text/
DGrTextBlobCache.h36 sk_sp<GrTextBlob> makeBlob(const SkGlyphRunList& glyphRunList, in makeBlob()
43 sk_sp<GrTextBlob> makeCachedBlob(const SkGlyphRunList& glyphRunList, in makeCachedBlob()
DGrTextContext.h49 const SkMatrix& viewMatrix, const SkSurfaceProps&, const SkGlyphRunList&);
/external/skqp/src/xps/
DSkXPSDevice.h33 class SkGlyphRunList; variable
101 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList()
/external/skia/src/pdf/
DSkPDFDevice.h27 class SkGlyphRunList; variable
89 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/external/skqp/src/pdf/
DSkPDFDevice.h27 class SkGlyphRunList; variable
93 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/external/skia/src/xps/
DSkXPSDevice.h33 class SkGlyphRunList; variable
97 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override { in drawGlyphRunList()
/external/skia/src/svg/
DSkSVGDevice.h37 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/external/skqp/src/svg/
DSkSVGDevice.h38 void drawGlyphRunList(const SkGlyphRunList& glyphRunList) override;
/external/skqp/src/gpu/
DGrRenderTargetContext.h39 class SkGlyphRunList; variable
61 virtual void drawGlyphRunList(const GrClip&, const SkMatrix& viewMatrix, const SkGlyphRunList&);
/external/skia/src/gpu/
DGrRenderTargetContext.h39 class SkGlyphRunList; variable
61 virtual void drawGlyphRunList(const GrClip&, const SkMatrix& viewMatrix, const SkGlyphRunList&);

12