Searched refs:formatAlignment (Results 1 – 6 of 6) sorted by relevance
66 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph73 fImage = alloc->makeBytesAlignedTo(size, this->formatAlignment()); in allocImage()
306 size_t formatAlignment() const;
406 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()1021 deserializer.read(glyph->imageSize(), glyph->formatAlignment()); in readStrikeData()
82 size_t SkGlyph::formatAlignment() const { in formatAlignment() function in SkGlyph89 fImage = alloc->makeBytesAlignedTo(size, this->formatAlignment()); in allocImage()
194 size_t formatAlignment() const;
601 glyph.fImage = serializer->allocate(imageSize, glyph.formatAlignment()); in writePendingGlyphs()836 deserializer.read(glyph->imageSize(), glyph->formatAlignment()); in readStrikeData()