Home
last modified time | relevance | path

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

/external/skia/src/svg/
DSkSVGDevice.cpp614 int stretchIndex = style.width() - 1; in addTextAttributes() local
615 if (stretchIndex != 4) { in addTextAttributes()
621 this->addAttribute("font-stretch", stretches[stretchIndex]); in addTextAttributes()
/external/skqp/src/svg/
DSkSVGDevice.cpp611 int stretchIndex = style.width() - 1; in addTextAttributes() local
612 if (stretchIndex != 4) { in addTextAttributes()
618 this->addAttribute("font-stretch", stretches[stretchIndex]); in addTextAttributes()