Home
last modified time | relevance | path

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

/third_party/skia/docs/examples/
H A DMatrix_set9.cpp9 m.set9(buffer); in REG_FIDDLE()
/third_party/rust/crates/regex/tests/
H A Dset.rs9 matset!(set9, &["^foo", "bar$"], "bar", 1);
/third_party/skia/tests/
H A DGradientTest.cpp505 localMatrix->set9(config.fLocalMatrix); in test_linear_fuzzer()
517 m.set9(config.fGlobalMatrix); in test_linear_fuzzer()
565 m.set9(config.fGlobalMatrix); in test_sweep_fuzzer()
H A DMatrixTest.cpp126 m.set9(buffer); in test_set9()
/third_party/skia/samplecode/
H A DSampleCusp.cpp140 matrix.set9(vals);
/third_party/skia/gm/
H A Dperspshaders.cpp222 mx.set9(array); in DEF_SIMPLE_GM()
/third_party/skia/fuzz/
H A DFuzzGradients.cpp25 m->set9(mat); in makeMatrix()
H A DFuzzCommon.cpp313 m->set9(buffer); in FuzzNiceMatrix()
/third_party/skia/include/core/
H A DSkMatrix.h590 In the future, set9 followed by get9 may not return the same values. Since SkMatrix
596 SkMatrix& set9(const SkScalar buffer[9]);
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp94 this->set9(nineMatrixValues); in OptionalMatrix()
843 ctm.set9(nineMatrixValues); in EMSCRIPTEN_BINDINGS()
/third_party/skia/src/core/
H A DSkMatrix.cpp65 SkMatrix& SkMatrix::set9(const SkScalar buffer[]) { in set9() function in SkMatrix

Completed in 15 milliseconds