Home | History | Annotate | Download | only in base

Lines Matching defs:cbox

1046     FT_BBox     cbox;
1062 FT_Outline_Get_CBox( outline, &cbox );
1065 if ( cbox.xMin == cbox.xMax || cbox.yMin == cbox.yMax )
1068 xshift = FT_MSB( (FT_UInt32)( FT_ABS( cbox.xMax ) |
1069 FT_ABS( cbox.xMin ) ) ) - 14;
1072 yshift = FT_MSB( (FT_UInt32)( cbox.yMax - cbox.yMin ) ) - 14;