Home
last modified time | relevance | path

Searched refs:alignType (Results 1 – 1 of 1) sorted by relevance

/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h456 int alignX, alignY, alignType; member
2525 p->alignType = NSVG_ALIGN_NONE; in nsvg__parseSVG()
2542 p->alignType = NSVG_ALIGN_MEET; in nsvg__parseSVG()
2544 p->alignType = NSVG_ALIGN_SLICE; in nsvg__parseSVG()
2825 if (p->alignType == NSVG_ALIGN_MEET) { in nsvg__scaleToViewbox()
2830 } else if (p->alignType == NSVG_ALIGN_SLICE) { in nsvg__scaleToViewbox()