OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fColorFragmentProcessors
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/gpu/
GrPaint.cpp
16
,
fColorFragmentProcessors
(that.
fColorFragmentProcessors
.count())
20
for (int i = 0; i < that.
fColorFragmentProcessors
.count(); ++i) {
21
fColorFragmentProcessors
.push_back(that.
fColorFragmentProcessors
[i]->clone());
22
SkASSERT(
fColorFragmentProcessors
[i]);
GrPaint.h
67
fColorFragmentProcessors
.push_back(std::move(fp));
90
int numColorFragmentProcessors() const { return
fColorFragmentProcessors
.count(); }
98
return
fColorFragmentProcessors
[i].get();
131
SkSTArray<4, std::unique_ptr<GrFragmentProcessor>>
fColorFragmentProcessors
;
GrProcessorSet.cpp
31
for (auto& fp : paint.
fColorFragmentProcessors
) {
/external/skqp/src/gpu/
GrPaint.cpp
16
,
fColorFragmentProcessors
(that.
fColorFragmentProcessors
.count())
20
for (int i = 0; i < that.
fColorFragmentProcessors
.count(); ++i) {
21
fColorFragmentProcessors
.push_back(that.
fColorFragmentProcessors
[i]->clone());
22
SkASSERT(
fColorFragmentProcessors
[i]);
GrPaint.h
67
fColorFragmentProcessors
.push_back(std::move(fp));
90
int numColorFragmentProcessors() const { return
fColorFragmentProcessors
.count(); }
98
return
fColorFragmentProcessors
[i].get();
131
SkSTArray<4, std::unique_ptr<GrFragmentProcessor>>
fColorFragmentProcessors
;
GrProcessorSet.cpp
30
for (auto& fp : paint.
fColorFragmentProcessors
) {
Completed in 55 milliseconds