Searched defs:displayName (Results 1 - 22 of 22) sorted by relevance

/inkscape/src/
H A Dsp-anchor.cpp104 const char* SPAnchor::displayName() const { function in class:SPAnchor
H A Dsp-line.cpp112 const char* SPLine::displayName() const { function in class:SPLine
H A Dsp-root.cpp385 const char *SPRoot::displayName() const { function in class:SPRoot
H A Dsp-switch.cpp62 const char *SPSwitch::displayName() const { function in class:SPSwitch
H A Dsp-flowregion.cpp179 const char* SPFlowregion::displayName() const { function in class:SPFlowregion
329 const char* SPFlowregionExclude::displayName() const { function in class:SPFlowregionExclude
H A Dsp-path.cpp58 const char* SPPath::displayName() const { function in class:SPPath
H A Dsp-spiral.cpp219 const char* SPSpiral::displayName() const { function in class:SPSpiral
H A Dsp-tref.cpp217 const char* SPTRef::displayName() const { function in class:SPTRef
H A Dsp-tspan.cpp216 const char* SPTSpan::displayName() const { function in class:SPTSpan
H A Dsp-ellipse.cpp353 const char *SPGenericEllipse::displayName() const function in class:SPGenericEllipse
H A Dsp-rect.cpp160 const char* SPRect::displayName() const { function in class:SPRect
H A Dsp-star.cpp245 const char* SPStar::displayName() const { function in class:SPStar
H A Dsp-use.cpp232 const char* SPUse::displayName() const { function in class:SPUse
H A Dsp-image.cpp508 const char* SPImage::displayName() const { function in class:SPImage
H A Dsp-offset.cpp329 const char* SPOffset::displayName() const { function in class:SPOffset
H A Dsp-flowtext.cpp280 const char* SPFlowtext::displayName() const { function in class:SPFlowtext
H A Dsp-item-group.cpp306 const char *SPGroup::displayName() const { function in class:SPGroup
H A Dsp-text.cpp360 const char* SPText::displayName() const { function in class:SPText
H A Dbox3d.cpp1308 const char *SPBox3D::displayName() const { function in class:SPBox3D
H A Dsp-item.cpp1030 const char* SPItem::displayName() const { function in class:SPItem
1040 this->displayName(), this->description());
/inkscape/src/libnrtype/
H A DFontFactory.cpp293 const char* displayName = pango_font_family_get_name(families[currentFamily]); local
295 if (displayName == 0 || *displayName == '\0') {
298 sorted.push_back(std::make_pair(families[currentFamily], displayName));
320 const gchar* displayName = pango_font_face_get_face_name(faces[currentFace]); local
321 // std::cout << "Display Name: " << displayName << std::endl;
322 if (displayName == NULL || *displayName == '\0') {
330 // std::cout << familyUIName << " " << styleUIName << " " << displayName << std::endl;
378 << ", " << displayName << ")" << st
[all...]
H A Dfont-lister.cpp65 const char* displayName = sp_font_family_get_name(familyVector[i]); local
67 if (displayName == 0 || *displayName == '\0') {
71 Glib::ustring familyName = displayName;

Completed in 90 milliseconds