Searched refs:child2_index (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/effects/generated/ |
D | GrComposeLerpRedEffect.cpp | 33 if (_outer.child2_index >= 0) { in emitCode() 34 this->invokeChild(_outer.child2_index, &_sample360, args); in emitCode() 42 args.fInputColor, _outer.child2_index >= 0 ? "true" : "false", in emitCode() 63 , child2_index(src.child2_index) in GrComposeLerpRedEffect() 68 if (child2_index >= 0) { in GrComposeLerpRedEffect() 69 this->registerChildProcessor(src.childProcessor(child2_index).clone()); in GrComposeLerpRedEffect()
|
D | GrComposeLerpEffect.cpp | 37 if (_outer.child2_index >= 0) { in emitCode() 38 this->invokeChild(_outer.child2_index, &_sample358, args); in emitCode() 45 _outer.child2_index >= 0 ? "true" : "false", _sample358.c_str(), in emitCode() 71 , child2_index(src.child2_index) in GrComposeLerpEffect() 76 if (child2_index >= 0) { in GrComposeLerpEffect() 77 this->registerChildProcessor(src.childProcessor(child2_index).clone()); in GrComposeLerpEffect()
|
D | GrComposeLerpEffect.h | 29 int child2_index = -1; variable 41 child2_index = this->numChildProcessors(); in GrComposeLerpEffect()
|
D | GrComposeLerpRedEffect.h | 29 int child2_index = -1; variable 42 child2_index = this->numChildProcessors(); in GrComposeLerpRedEffect()
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
D | test_widgets.py | 958 child2_index = self.nb.index(self.child2) 962 self.assertEqual(self.nb.index(self.child2), child2_index) 963 self.assertEqual(str(self.child2), self.nb.tabs()[child2_index])
|