Home
last modified time | relevance | path

Searched refs:fIsSwapped (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gradients/
DGrTwoPointConicalGradientLayout.h27 bool isSwapped() const { return fIsSwapped; } in isSwapped()
48 , fIsSwapped(isSwapped) in GrTwoPointConicalGradientLayout()
63 bool fIsSwapped; variable
DGrTwoPointConicalGradientLayout.cpp116 b->add32((int32_t)fIsSwapped); in onGetGLSLProcessorKey()
127 if (fIsSwapped != that.fIsSwapped) return false; in onIsEqual()
140 , fIsSwapped(src.fIsSwapped) in GrTwoPointConicalGradientLayout()
/external/skqp/src/shaders/gradients/
DSkTwoPointConicalGradient.h21 bool fIsSwapped; // whether we swapped r0, r1 member
36 bool isSwapped() const { return fIsSwapped; } in isSwapped()
DSkTwoPointConicalGradient.cpp19 fIsSwapped = false; in set()
27 fIsSwapped = true; in set()
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.h20 bool fIsSwapped; // whether we swapped r0, r1 member
35 bool isSwapped() const { return fIsSwapped; } in isSwapped()
DSkTwoPointConicalGradient.cpp19 fIsSwapped = false; in set()
27 fIsSwapped = true; in set()