Home | History | Annotate | Download | only in base

Lines Matching defs:cbox

1040     FT_BBox     cbox;
1056 FT_Outline_Get_CBox( outline, &cbox );
1059 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1062 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1063 FT_ABS( cbox.xMin ) ) ) - 14;
1066 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;