Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUIFontTTF.cpp995 FT_BBox bbox_before, bbox_after; in SetGlyphStrength() local
996 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()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene.cpp52 Bbox bbox_before = bbox(); in addItem() local
63 && bbox_before + item->bbox() != bbox_before in addItem()