Home
last modified time | relevance | path

Searched refs:fM43 (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkDraw_vertices.cpp92 rec.fPipeline->append(SkRasterPipeline::matrix_4x3, &fM43);
108 // otherwise we can combine them, and only use fM43
110 Matrix43 fM43; member in SkTriColorShader
126 fColorMatrix = uniforms->pushPtr(&fM43); in onProgram()
179 (c1 - c0).store(&fM43.fMat[0]); in update()
180 (c2 - c0).store(&fM43.fMat[4]); in update()
181 c0.store(&fM43.fMat[8]); in update()
184 fM43.setConcat(fM43, fM33); in update()

Completed in 2 milliseconds