Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGText.cpp369 const auto contour_len = contour->length(); in getMatrixAt() local
370 if (offset < contour_len) { in getMatrixAt()
374 offset -= contour_len; in getMatrixAt()