Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcimage.c121 FT_BitmapGlyph bitg; in ftc_inode_weight() local
124 bitg = (FT_BitmapGlyph)glyph; in ftc_inode_weight()
125 size = bitg->bitmap.rows * (FT_Offset)FT_ABS( bitg->bitmap.pitch ) + in ftc_inode_weight()
126 sizeof ( *bitg ); in ftc_inode_weight()