OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DrawImageLattice
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkLiteDL.cpp
58
M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(
DrawImageLattice
) M(DrawImageSet) \
334
struct
DrawImageLattice
final : Op {
335
static const auto kType = Type::
DrawImageLattice
;
336
DrawImageLattice
(sk_sp<const SkImage>&& image, int xs, int ys, int fs,
354
c->
drawImageLattice
(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,
589
void SkLiteDL::
drawImageLattice
(sk_sp<const SkImage> image, const SkCanvas::Lattice& lattice,
596
void* pod = this->push<
DrawImageLattice
>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds,
/external/skqp/src/core/
SkLiteDL.cpp
58
M(DrawImage) M(DrawImageNine) M(DrawImageRect) M(
DrawImageLattice
) M(DrawImageSet) \
328
struct
DrawImageLattice
final : Op {
329
static const auto kType = Type::
DrawImageLattice
;
330
DrawImageLattice
(sk_sp<const SkImage>&& image, int xs, int ys, int fs,
348
c->
drawImageLattice
(image.get(), {xdivs, ydivs, flags, xs, ys, &src, colors}, dst,
580
void SkLiteDL::
drawImageLattice
(sk_sp<const SkImage> image, const SkCanvas::Lattice& lattice,
587
void* pod = this->push<
DrawImageLattice
>(bytes, std::move(image), xs, ys, fs, *lattice.fBounds,
Completed in 285 milliseconds