Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkLatticeIter.cpp9 #include "src/core/SkLatticeIter.h"
26 bool SkLatticeIter::Valid(int width, int height, const SkCanvas::Lattice& lattice) { in Valid()
114 SkLatticeIter::SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst) { in SkLatticeIter() function in SkLatticeIter
209 bool SkLatticeIter::Valid(int width, int height, const SkIRect& center) { in Valid()
213 SkLatticeIter::SkLatticeIter(int w, int h, const SkIRect& c, const SkRect& dst) { in SkLatticeIter() function in SkLatticeIter
256 bool SkLatticeIter::next(SkIRect* src, SkRect* dst, bool* isFixedColor, SkColor* fixedColor) { in next()
289 void SkLatticeIter::mapDstScaleTranslate(const SkMatrix& matrix) { in mapDstScaleTranslate()
H A DSkLatticeIter.h21 class SK_SPI SkLatticeIter { class
26 SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
H A DSkOverdrawCanvas.cpp21 #include "src/core/SkLatticeIter.h"
185 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in onDrawImageLattice2()
186 SkLatticeIter iter(latticePlusBounds, dst); in onDrawImageLattice2()
H A DSkDevice.cpp23 #include "src/core/SkLatticeIter.h"
173 SkLatticeIter iter(lattice, dst); in drawImageLattice()
H A DSkCanvas.cpp35 #include "src/core/SkLatticeIter.h"
1886 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) {
/third_party/skia/src/gpu/ops/
H A DLatticeOp.h18 class SkLatticeIter;
33 std::unique_ptr<SkLatticeIter>,
H A DLatticeOp.cpp12 #include "src/core/SkLatticeIter.h"
150 std::unique_ptr<SkLatticeIter> iter, in Make()
162 GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, in NonAALatticeOp()
383 std::unique_ptr<SkLatticeIter> fIter;
411 std::unique_ptr<SkLatticeIter> iter, in MakeNonAA()
497 // a non-null bounds before creating a SkLatticeIter since SkLatticeIter requires a bounds.
522 } while (!SkLatticeIter::Valid(dims.fWidth, dims.fHeight, lattice));
528 std::unique_ptr<SkLatticeIter> iter(new SkLatticeIter(lattic
[all...]
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h45 class SkLatticeIter;
468 std::unique_ptr<SkLatticeIter>,
H A DDevice_v1.h213 // for every element in the SkLatticeIter.
216 std::unique_ptr<SkLatticeIter>,
H A DDevice.cpp26 #include "src/core/SkLatticeIter.h"
763 std::unique_ptr<SkLatticeIter> iter, in drawViewLattice()
800 auto iter = std::make_unique<SkLatticeIter>(lattice, dst); in drawImageLattice()
H A DSurfaceDrawContext.cpp25 #include "src/core/SkLatticeIter.h"
1473 std::unique_ptr<SkLatticeIter> iter, in drawImageLattice()

Completed in 17 milliseconds