OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isJustMode
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/shaders/
SkComposeShader.cpp
68
if (!this->
isJustMode
()) {
104
if (!this->
isJustMode
()) {
119
if (this->
isJustMode
()) {
SkComposeShader.h
52
bool
isJustMode
() const { return fLerpT == 1; }
/external/skqp/src/shaders/
SkComposeShader.cpp
68
if (!this->
isJustMode
()) {
107
if (!this->
isJustMode
()) {
122
if (this->
isJustMode
()) {
SkComposeShader.h
52
bool
isJustMode
() const { return fLerpT == 1; }
Completed in 91 milliseconds