Home
last modified time | relevance | path

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

/external/skia/modules/svg/src/
DSkSVGNode.cpp162 y_coeff = par.fAlign >> 2 & 0x03; in ComputeViewboxMatrix() local
165 y_coeff < SK_ARRAY_COUNT(gAlignCoeffs)); in ComputeViewboxMatrix()
174 ty + dy * gAlignCoeffs[y_coeff] in ComputeViewboxMatrix()