Searched refs:ftGlyph (Results 1 – 1 of 1) sorted by relevance
423 FT_GlyphSlotRec& ftGlyph = *face->glyph; in generateGlyphImage() local426 SkIRect::MakeXYWH( ftGlyph.bitmap_left, in generateGlyphImage()427 -ftGlyph.bitmap_top, in generateGlyphImage()428 ftGlyph.bitmap.width, in generateGlyphImage()429 ftGlyph.bitmap.rows))) in generateGlyphImage()436 unsigned char* origBuffer = ftGlyph.bitmap.buffer; in generateGlyphImage()438 if (-ftGlyph.bitmap_top < mask.fBounds.fTop) { in generateGlyphImage()439 int32_t topDiff = mask.fBounds.fTop - (-ftGlyph.bitmap_top); in generateGlyphImage()440 ftGlyph.bitmap.buffer += ftGlyph.bitmap.pitch * topDiff; in generateGlyphImage()441 ftGlyph.bitmap.rows -= topDiff; in generateGlyphImage()[all …]