Searched refs:bbox_before (Results 1 – 2 of 2) sorted by relevance
995 FT_BBox bbox_before, bbox_after; in SetGlyphStrength() local996 FT_Outline_Get_CBox( &slot->outline, &bbox_before ); in SetGlyphStrength()1000 FT_Pos dx = bbox_after.xMax - bbox_before.xMax; in SetGlyphStrength()1001 FT_Pos dy = bbox_after.yMax - bbox_before.yMax; in SetGlyphStrength()
52 Bbox bbox_before = bbox(); in addItem() local63 && bbox_before + item->bbox() != bbox_before in addItem()