Searched refs:previous_glyph_name (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/display/
H A Dnr-svgfonts.cpp123 gchar const *previous_glyph_name)
126 || vkern->g1->contains(previous_glyph_name))
136 gchar const *previous_glyph_name)
139 || hkern->g1->contains(previous_glyph_name))
193 gchar* previous_glyph_name = NULL; //This is used for kerning local
209 if (hkern && is_horizontal_text && MatchHKerningRule(hkern, this->glyphs[i], previous_unicode, previous_glyph_name) ){
213 if (vkern && !is_horizontal_text && MatchVKerningRule(vkern, this->glyphs[i], previous_unicode, previous_glyph_name) ){
218 previous_glyph_name = const_cast<char*>(this->glyphs[i]->glyph_name.c_str());//used for kerning checking
120 MatchVKerningRule(SPVkern const *vkern, SPGlyph *glyph, char const *previous_unicode, gchar const *previous_glyph_name) argument
133 MatchHKerningRule(SPHkern const *hkern, SPGlyph *glyph, char const *previous_unicode, gchar const *previous_glyph_name) argument

Completed in 14 milliseconds