Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/shaders/
H A DSkImageShader.cpp287 float fMatrixStorage[9]; member in SkImageStageUpdater
298 p->append(SkRasterPipeline::matrix_perspective, fMatrixStorage); in append_matrix_stage()
300 p->append(SkRasterPipeline::matrix_2x3, fMatrixStorage); in append_matrix_stage()
308 matrix.get9(fMatrixStorage); in update()
317 if (!matrix.asAffine(fMatrixStorage)) { in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/shaders/
H A DSkImageShader.cpp472 float fMatrixStorage[9]; member in SkImageStageUpdater
483 p->append(SkRasterPipeline::matrix_perspective, fMatrixStorage); in append_matrix_stage()
485 p->append(SkRasterPipeline::matrix_2x3, fMatrixStorage); in append_matrix_stage()
493 matrix.get9(fMatrixStorage); in update()
502 if (!matrix.asAffine(fMatrixStorage)) { in update()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/shaders/
H A DSkImageShader.cpp299 float fMatrixStorage[6]; member in SkImageStageUpdater
311 matrix.asAffine(fMatrixStorage); in update()
349 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/shaders/
H A DSkImageShader.cpp299 float fMatrixStorage[6]; member in SkImageStageUpdater
311 matrix.asAffine(fMatrixStorage); in update()
349 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/shaders/
H A DSkImageShader.cpp299 float fMatrixStorage[6]; member in SkImageStageUpdater
311 matrix.asAffine(fMatrixStorage); in update()
349 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/shaders/
H A DSkImageShader.cpp299 float fMatrixStorage[6]; member in SkImageStageUpdater
311 matrix.asAffine(fMatrixStorage); in update()
349 p->append(SkRasterPipeline::matrix_2x3, updater->fMatrixStorage); in doStages()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkMaskFilter.cpp535 fMatrixStorage.reset(); in DrawIntoMask()
536 fMatrix = &fMatrixStorage; in DrawIntoMask()
549 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkMaskFilter.cpp535 fMatrixStorage.reset(); in DrawIntoMask()
536 fMatrix = &fMatrixStorage; in DrawIntoMask()
549 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkMaskFilter.cpp535 fMatrixStorage.reset(); in DrawIntoMask()
536 fMatrix = &fMatrixStorage; in DrawIntoMask()
549 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkMaskFilter.cpp535 fMatrixStorage.reset(); in DrawIntoMask()
536 fMatrix = &fMatrixStorage; in DrawIntoMask()
549 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkMaskFilter.cpp535 fMatrixStorage.reset(); in DrawIntoMask()
536 fMatrix = &fMatrixStorage; in DrawIntoMask()
549 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkMaskFilter.cpp553 fMatrixStorage.reset(); in DrawIntoMask()
554 fMatrix = &fMatrixStorage; in DrawIntoMask()
567 SkMatrix fMatrixStorage; member in DrawIntoMask
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkCanvas.cpp189 SkMatrix fMatrixStorage; member
226 fMatrixStorage = totalMatrix; in updateMC()
227 fMatrixStorage.postTranslate(SkIntToScalar(-x), in updateMC()
229 fMatrix = &fMatrixStorage; in updateMC()