Searched defs:SPFeSpecularLighting (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/filters/
H A Dspecularlighting.h20 #define SP_FESPECULARLIGHTING(obj) (dynamic_cast<SPFeSpecularLighting*>((SPObject*)obj))
21 #define SP_IS_FESPECULARLIGHTING(obj) (dynamic_cast<const SPFeSpecularLighting*>((SPObject*)obj) != NULL)
31 class SPFeSpecularLighting : public SPFilterPrimitive { class in inherits:SPFilterPrimitive
33 SPFeSpecularLighting();
34 virtual ~SPFeSpecularLighting();
H A Dspecularlighting.cpp33 static void sp_feSpecularLighting_children_modified(SPFeSpecularLighting *sp_specularlighting);
35 SPFeSpecularLighting::SPFeSpecularLighting() : SPFilterPrimitive() { function in class:SPFeSpecularLighting
51 SPFeSpecularLighting::~SPFeSpecularLighting() {
55 * Reads the Inkscape::XML::Node, and initializes SPFeSpecularLighting variables. For this to get called,
59 void SPFeSpecularLighting::build(SPDocument *document, Inkscape::XML::Node *repr) {
73 void SPFeSpecularLighting::release() {
78 * Sets a specific value in the SPFeSpecularLighting.
80 void SPFeSpecularLighting
[all...]

Completed in 17 milliseconds