Home
last modified time | relevance | path

Searched refs:willColorBlendWithDst (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/batches/
DGrDrawPathBatch.cpp95 this->overrides().willColorBlendWithDst()) { in onCombineIfPossible()
98 SkASSERT(!that->overrides().willColorBlendWithDst()); in onCombineIfPossible()
/external/skia/src/gpu/
DGrPrimitiveProcessor.h113 bool willColorBlendWithDst() const { return SkToBool(kWillColorBlendWithDst_Flag & fFlags); } in willColorBlendWithDst() function