Searched refs:fMatrixStorage (Results 1 – 4 of 4) sorted by relevance
28 fMatrix = uniforms->pushPtr(&fMatrixStorage); in applyMatrix()53 p->append(SkRasterPipeline::matrix_perspective, fMatrixStorage); in appendMatrix()55 p->append(SkRasterPipeline::matrix_2x3, fMatrixStorage); in appendMatrix()68 matrix.get9(fMatrixStorage); in update()
41 mutable SkScalar fMatrixStorage[9]; variable
298 float fMatrixStorage[6]; member in SkImageStageUpdater310 matrix.asAffine(fMatrixStorage); in update()348 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
532 fMatrixStorage.reset(); in DrawIntoMask()533 fMatrix = &fMatrixStorage; in DrawIntoMask()546 SkMatrix fMatrixStorage; member in DrawIntoMask