Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrColorInfo.h35 bool isLinearlyBlended() const;
DGrColorInfo.cpp44 bool GrColorInfo::isLinearlyBlended() const { in isLinearlyBlended() function in GrColorInfo
DSurfaceDrawContext.cpp1627 this->colorInfo().isLinearlyBlended()}; in drawAndStencilPath()
1891 this->colorInfo().isLinearlyBlended()}; in drawShapeUsingPathRenderer()
/external/skia/src/text/gpu/
DSubRunContainer.cpp1927 bool useGammaCorrectDistanceTable = colorInfo.isLinearlyBlended(); in calculate_sdf_parameters()