Home
last modified time | relevance | path

Searched refs:formatAlignment (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkGlyph.cpp66 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph
73 fImage = alloc->makeBytesAlignedTo(size, this->formatAlignment()); in allocImage()
DSkGlyph.h306 size_t formatAlignment() const;
DSkRemoteGlyphCache.cpp406 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()
1021 deserializer.read(glyph->imageSize(), glyph->formatAlignment()); in readStrikeData()
/third_party/flutter/skia/src/core/
DSkGlyph.cpp82 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph
89 fImage = alloc->makeBytesAlignedTo(size, this->formatAlignment()); in allocImage()
DSkGlyph.h194 size_t formatAlignment() const;
DSkRemoteGlyphCache.cpp601 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()
836 deserializer.read(glyph->imageSize(), glyph->formatAlignment()); in readStrikeData()