Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkComposeShader.cpp74 if (!this->isJustMode()) { in asACompose()
115 if (!this->isJustMode()) { in onAppendStages()
129 if (this->isJustMode()) { in asFragmentProcessor()
DSkComposeShader.h56 bool isJustMode() const { return fLerpT == 1; } in isJustMode() function