Lines Matching refs:value
50 GlyphNames::GlyphNames(const gchar* value)
52 if (value) {
53 names = g_strdup(value);
83 void SPGlyphKerning::set(unsigned int key, const gchar *value)
92 this->u1 = new UnicodeRange(value);
102 this->u2 = new UnicodeRange(value);
112 this->g1 = new GlyphNames(value);
122 this->g2 = new GlyphNames(value);
128 double number = value ? g_ascii_strtod(value, 0) : 0;
138 SPObject::set(key, value);