Searched refs:alignType (Results 1 – 1 of 1) sorted by relevance
456 int alignX, alignY, alignType; member2525 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()