Home
last modified time | relevance | path

Searched refs:setToConstant (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrProcessorAnalysis.h27 GrProcessorAnalysisColor(const SkPMColor4f& color) { this->setToConstant(color); } in GrProcessorAnalysisColor()
29 void setToConstant(const SkPMColor4f& color) { in setToConstant() function
/third_party/skia/src/gpu/ops/
DDrawAtlasOp.cpp298 gpColor.setToConstant(fColor); in finalize()
DAtlasTextOp.cpp167 color.setToConstant(fHead->fColor); in finalize()
DDrawVerticesOp.cpp362 gpColor.setToConstant(fMeshes.front().fColor); in finalize()