Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyph.cpp59 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph
DSkGlyph.h151 size_t formatAlignment() const;
DSkRemoteGlyphCache.cpp482 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()
691 auto* image = deserializer.read(imageSize, allocatedGlyph->formatAlignment()); in readStrikeData()
/external/skia/src/core/
DSkGlyph.cpp68 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph
75 fImage = alloc->makeBytesAlignedTo(size, this->formatAlignment()); in allocImage()
DSkGlyph.h305 size_t formatAlignment() const;
DSkRemoteGlyphCache.cpp413 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()
1052 deserializer.read(glyph->imageSize(), glyph->formatAlignment()); in readStrikeData()