Home
last modified time | relevance | path

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

/third_party/skia/src/shaders/
DSkTransformShader.cpp28 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()
DSkTransformShader.h41 mutable SkScalar fMatrixStorage[9]; variable
/third_party/flutter/skia/src/shaders/
DSkImageShader.cpp298 float fMatrixStorage[6]; member in SkImageStageUpdater
310 matrix.asAffine(fMatrixStorage); in update()
348 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
/third_party/flutter/skia/src/core/
DSkMaskFilter.cpp532 fMatrixStorage.reset(); in DrawIntoMask()
533 fMatrix = &fMatrixStorage; in DrawIntoMask()
546 SkMatrix fMatrixStorage; member in DrawIntoMask