Home
last modified time | relevance | path

Searched refs:SkScalerCache (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/core/
H A DSkScalerCache.cpp8 #include "src/core/SkScalerCache.h"
27 SkScalerCache::SkScalerCache( in SkScalerCache() function in SkScalerCache
37 std::tuple<SkGlyph*, size_t> SkScalerCache::glyph(SkPackedGlyphID packedGlyphID) { in glyph()
42 std::tuple<SkGlyphDigest, size_t> SkScalerCache::digest(SkPackedGlyphID packedGlyphID) { in digest()
53 SkGlyphDigest SkScalerCache::addGlyph(SkGlyph* glyph) { in addGlyph()
61 std::tuple<const SkPath*, size_t> SkScalerCache::preparePath(SkGlyph* glyph) { in preparePath()
69 std::tuple<const SkPath*, size_t> SkScalerCache::mergePath(SkGlyph* glyph, const SkPath* path) { in mergePath()
78 int SkScalerCache::countCachedGlyphs() const { in countCachedGlyphs()
83 std::tuple<SkSpan<const SkGlyph*>, size_t> SkScalerCache
[all...]
H A DSkScalerCache.h53 class SkScalerCache { class
55 SkScalerCache(std::unique_ptr<SkScalerContext> scaler,
H A DSkStrikeCache.h17 #include "src/core/SkScalerCache.h"
152 SkScalerCache fScalerCache;
154 size_t fMemoryUsed{sizeof(SkScalerCache)};
/third_party/skia/tests/
H A DSkScalerCacheTest.cpp10 #include "src/core/SkScalerCache.h"
59 SkScalerCache scalerCache{strikeSpec.createScalerContext()}; in DEF_TEST()

Completed in 2 milliseconds