OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imageFilter
(Results
1 - 17
of
17
) sorted by null
/external/skia/tools/lua/
filter-counter.lua
60
local
imageFilter
= t.paint:getImageFilter()
65
if
imageFilter
then
68
if colorFilter and
imageFilter
then
/external/skqp/tools/lua/
filter-counter.lua
60
local
imageFilter
= t.paint:getImageFilter()
65
if
imageFilter
then
68
if colorFilter and
imageFilter
then
/external/skia/src/core/
SkColorSpaceXformer.cpp
129
sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter*
imageFilter
) {
131
return this->cachedApply<SkImageFilter>(
imageFilter
, &fImageFilterCache,
176
if (auto
imageFilter
= src.getImageFilter()) {
177
dst.setImageFilter(this->apply(
imageFilter
));
SkCanvas.cpp
187
SkMatrix fStashedMatrix; // original CTM; used by
imagefilter
in saveLayer
319
* If the paint has an
imagefilter
, but it can be simplified to just a colorfilter, return that
336
// there is no existing paint colorfilter, so we can just return the
imagefilter
's
340
// The paint has both a colorfilter(paintCF) and an
imagefilter
-which-is-a-colorfilter(imgCF)
352
* function does *not* look at the
imagefilter
, which can also modify the effective bounds. It is
391
*
imagefilter
to the pixels of that layer (its backing surface/image), and then
394
* 1. SaveLayer (with a paint containing the current
imagefilter
and xfermode)
396
* Remove the
imagefilter
and the xfermode from the paint that we (AutoDrawLooper)
400
* The
imagefilter
is passed the buffer/surface from the layer (now filled with the
415
// we remove the
imagefilter
/xfermode inside doNext(
[
all
...]
/external/skqp/src/core/
SkColorSpaceXformer.cpp
129
sk_sp<SkImageFilter> SkColorSpaceXformer::apply(const SkImageFilter*
imageFilter
) {
131
return this->cachedApply<SkImageFilter>(
imageFilter
, &fImageFilterCache,
176
if (auto
imageFilter
= src.getImageFilter()) {
177
dst.setImageFilter(this->apply(
imageFilter
));
SkCanvas.cpp
188
SkMatrix fStashedMatrix; // original CTM; used by
imagefilter
in saveLayer
320
* If the paint has an
imagefilter
, but it can be simplified to just a colorfilter, return that
337
// there is no existing paint colorfilter, so we can just return the
imagefilter
's
341
// The paint has both a colorfilter(paintCF) and an
imagefilter
-which-is-a-colorfilter(imgCF)
353
* function does *not* look at the
imagefilter
, which can also modify the effective bounds. It is
392
*
imagefilter
to the pixels of that layer (its backing surface/image), and then
395
* 1. SaveLayer (with a paint containing the current
imagefilter
and xfermode)
397
* Remove the
imagefilter
and the xfermode from the paint that we (AutoDrawLooper)
401
* The
imagefilter
is passed the buffer/surface from the layer (now filled with the
416
// we remove the
imagefilter
/xfermode inside doNext(
[
all
...]
/external/skia/bench/
LightingBench.cpp
22
void draw(int loops, SkCanvas* canvas, sk_sp<SkImageFilter>
imageFilter
) const {
26
paint.setImageFilter(std::move(
imageFilter
));
/external/skqp/bench/
LightingBench.cpp
22
void draw(int loops, SkCanvas* canvas, sk_sp<SkImageFilter>
imageFilter
) const {
26
paint.setImageFilter(std::move(
imageFilter
));
/external/skia/gm/
compositor_quads.cpp
696
sk_sp<SkImageFilter>
imageFilter
,
700
std::move(image), std::move(shader), std::move(colorFilter), std::move(
imageFilter
),
[
all
...]
/external/skia/include/core/
SkPaint.h
542
/** Sets SkImageFilter to
imageFilter
, decreasing SkRefCnt of the previous
546
Increments
imageFilter
SkRefCnt by one.
548
@param
imageFilter
how SkImage is sampled when transformed
550
void setImageFilter(sk_sp<SkImageFilter>
imageFilter
);
SkCanvas.h
[
all
...]
/external/skqp/include/core/
SkPaint.h
540
/** Sets SkImageFilter to
imageFilter
, decreasing SkRefCnt of the previous
544
Increments
imageFilter
SkRefCnt by one.
546
@param
imageFilter
how SkImage is sampled when transformed
548
void setImageFilter(sk_sp<SkImageFilter>
imageFilter
);
SkCanvas.h
[
all
...]
/external/skia/tests/
ImageFilterTest.cpp
415
DEF_TEST(
ImageFilter
, reporter) {
[
all
...]
/external/skqp/tests/
ImageFilterTest.cpp
415
DEF_TEST(
ImageFilter
, reporter) {
[
all
...]
/external/skia/fuzz/
FuzzCanvas.cpp
[
all
...]
/external/skqp/fuzz/
FuzzCanvas.cpp
[
all
...]
Completed in 851 milliseconds