Home
last modified time | relevance | path

Searched refs:SkLatticeIter (Results 1 – 25 of 28) sorted by relevance

12

/third_party/flutter/skia/src/core/
DSkLatticeIter.cpp26 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()
DSkLatticeIter.h21 class SK_API SkLatticeIter {
26 SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
DSkDevice.cpp147 SkLatticeIter iter(image->width(), image->height(), center, dst); in drawImageNine()
157 SkLatticeIter iter(bitmap.width(), bitmap.height(), center, dst); in drawBitmapNine()
168 SkLatticeIter iter(lattice, dst); in drawImageLattice()
195 SkLatticeIter iter(lattice, dst); in drawBitmapLattice()
DSkOverdrawCanvas.cpp182 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in onDrawImageLattice()
183 SkLatticeIter iter(latticePlusBounds, dst); in onDrawImageLattice()
DSkCanvas.cpp1831 if (SkLatticeIter::Valid(image->width(), image->height(), center)) { in drawImageNine()
1854 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in drawImageLattice()
1896 if (SkLatticeIter::Valid(bitmap.width(), bitmap.height(), center)) { in drawBitmapNine()
1918 if (SkLatticeIter::Valid(bitmap.width(), bitmap.height(), latticePlusBounds)) { in drawBitmapLattice()
/third_party/skia/src/core/
DSkLatticeIter.cpp26 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()
DSkLatticeIter.h21 class SK_SPI SkLatticeIter {
26 SkLatticeIter(const SkCanvas::Lattice& lattice, const SkRect& dst);
30 SkLatticeIter(int imageWidth, int imageHeight, const SkIRect& center, const SkRect& dst);
DSkOverdrawCanvas.cpp185 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in onDrawImageLattice2()
186 SkLatticeIter iter(latticePlusBounds, dst); in onDrawImageLattice2()
DBUILD.bazel171 "SkLatticeIter.cpp",
172 "SkLatticeIter.h",
DSkDevice.cpp173 SkLatticeIter iter(lattice, dst); in drawImageLattice()
DSkCanvas.cpp1874 if (SkLatticeIter::Valid(image->width(), image->height(), latticePlusBounds)) { in drawImageLattice()
/third_party/flutter/skia/src/gpu/ops/
DGrLatticeOp.h18 class SkLatticeIter; variable
31 std::unique_ptr<SkLatticeIter>,
DGrLatticeOp.cpp143 std::unique_ptr<SkLatticeIter> iter, in Make()
155 std::unique_ptr<SkLatticeIter> iter, const SkRect& dst) in NonAALatticeOp()
323 std::unique_ptr<SkLatticeIter> fIter;
347 std::unique_ptr<SkLatticeIter> iter, in MakeNonAA()
451 } while (!SkLatticeIter::Valid(desc.fWidth, desc.fHeight, lattice)); in GR_DRAW_OP_TEST_DEFINE()
457 std::unique_ptr<SkLatticeIter> iter(new SkLatticeIter(lattice, dst)); in GR_DRAW_OP_TEST_DEFINE()
/third_party/skia/src/gpu/ops/
DLatticeOp.h18 class SkLatticeIter; variable
33 std::unique_ptr<SkLatticeIter>,
DLatticeOp.cpp144 std::unique_ptr<SkLatticeIter> iter, in Make()
156 GrSamplerState::Filter filter, std::unique_ptr<SkLatticeIter> iter, in NonAALatticeOp()
377 std::unique_ptr<SkLatticeIter> fIter;
405 std::unique_ptr<SkLatticeIter> iter, in MakeNonAA()
516 } while (!SkLatticeIter::Valid(dims.fWidth, dims.fHeight, lattice)); in GR_DRAW_OP_TEST_DEFINE()
522 std::unique_ptr<SkLatticeIter> iter(new SkLatticeIter(lattice, dst)); in GR_DRAW_OP_TEST_DEFINE()
/third_party/flutter/skia/src/gpu/
DGrRenderTargetContext.h43 class SkLatticeIter; variable
423 std::unique_ptr<SkLatticeIter>,
DSkGpuDevice.h227 void drawProducerLattice(GrTextureProducer*, std::unique_ptr<SkLatticeIter>, const SkRect& dst,
DSkGpuDevice.cpp1347 auto iter = skstd::make_unique<SkLatticeIter>(image->width(), image->height(), center, dst); in drawImageNine()
1369 auto iter = skstd::make_unique<SkLatticeIter>(bitmap.width(), bitmap.height(), center, dst); in drawBitmapNine()
1375 std::unique_ptr<SkLatticeIter> iter, const SkRect& dst, in drawProducerLattice()
1408 auto iter = skstd::make_unique<SkLatticeIter>(lattice, dst); in drawImageLattice()
1431 auto iter = skstd::make_unique<SkLatticeIter>(lattice, dst); in drawBitmapLattice()
DGrRenderTargetContext.cpp1546 std::unique_ptr<SkLatticeIter> iter, in drawImageLattice()
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext_v1.h44 class SkLatticeIter; variable
467 std::unique_ptr<SkLatticeIter>,
DDevice_v1.h213 std::unique_ptr<SkLatticeIter>,
DDevice.cpp763 std::unique_ptr<SkLatticeIter> iter, in drawViewLattice()
800 auto iter = std::make_unique<SkLatticeIter>(lattice, dst); in drawImageLattice()
DSurfaceDrawContext.cpp1471 std::unique_ptr<SkLatticeIter> iter, in drawImageLattice()
/third_party/flutter/skia/gn/
Dcore.gni232 "$_src/core/SkLatticeIter.cpp",
233 "$_src/core/SkLatticeIter.h",
/third_party/skia/gn/
Dcore.gni245 "$_src/core/SkLatticeIter.cpp",
246 "$_src/core/SkLatticeIter.h",

12