Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGNode.cpp161 const size_t x_coeff = par.fAlign >> 0 & 0x03, in ComputeViewboxMatrix() local
164 SkASSERT(x_coeff < SK_ARRAY_COUNT(gAlignCoeffs) && in ComputeViewboxMatrix()
173 tx + dx * gAlignCoeffs[x_coeff], in ComputeViewboxMatrix()