Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGNode.cpp155 static constexpr float gAlignCoeffs[] = { in ComputeViewboxMatrix() local
164 SkASSERT(x_coeff < SK_ARRAY_COUNT(gAlignCoeffs) && in ComputeViewboxMatrix()
165 y_coeff < SK_ARRAY_COUNT(gAlignCoeffs)); in ComputeViewboxMatrix()
173 tx + dx * gAlignCoeffs[x_coeff], in ComputeViewboxMatrix()
174 ty + dy * gAlignCoeffs[y_coeff] in ComputeViewboxMatrix()