Home
last modified time | relevance | path

Searched defs:get_shape_type (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGMapAreas.h249 virtual MapAreaType const get_shape_type( void ) const { return UNKNOWN; }; in get_shape_type() function
314 virtual MapAreaType const get_shape_type( void ) const { return RECT; }; in get_shape_type() function
393 virtual MapAreaType const get_shape_type( void ) const { return POLY; }; in get_shape_type() function
459 virtual MapAreaType const get_shape_type( void ) const { return OVAL; }; in get_shape_type() function
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/kernel/lighting/
H A Dlighttypes.h248 inline EmittingShape::ShapeType EmittingShape::get_shape_type() const in get_shape_type() function