Searched refs:kAllIn (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrReducedClip.cpp | 50 fInitialState = InitialState::kAllIn; in GrReducedClip() 61 fInitialState = insideOut ? InitialState::kAllIn : InitialState::kAllOut; in GrReducedClip() 71 fInitialState = InitialState::kAllIn; in GrReducedClip() 81 fInitialState = fScissor.isEmpty() ? InitialState::kAllOut : InitialState::kAllIn; in GrReducedClip() 98 fInitialState = InitialState::kAllIn; in GrReducedClip() 141 kAllIn = (int)GrReducedClip::InitialState::kAllIn, in walkStack() enumerator 163 initialTriState = InitialTriState::kAllIn; in walkStack() 171 initialTriState = InitialTriState::kAllIn; in walkStack() 256 initialTriState = InitialTriState::kAllIn; in walkStack() 261 initialTriState = InitialTriState::kAllIn; in walkStack() [all …]
|
D | GrReducedClip.h | 33 kAllIn, enumerator
|
D | GrClipStackClip.cpp | 427 helper.clear(InitialState::kAllIn == initialState ? 0xFF : 0x00); in draw_clip_elements_to_mask_helper()
|
/third_party/flutter/skia/tests/ |
D | ClipStackTest.cpp | 1173 … 0, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0, 0, 25, 2… in test_reduced_clip_stack_genid() 1174 ….1f, 25.1f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0, 0, 26, 2… in test_reduced_clip_stack_genid() 1178 … 0, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(50, 0, 25, … in test_reduced_clip_stack_genid() 1179 ….3f, 25.3f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(50, 0, 26, … in test_reduced_clip_stack_genid() 1183 …50, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0, 50, 25, … in test_reduced_clip_stack_genid() 1184 ….1f, 25.2f), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(0, 50, 26, … in test_reduced_clip_stack_genid() 1188 …50, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(50, 50, 25,… in test_reduced_clip_stack_genid() 1189 …3f, 25, 25), 0, SkClipStack::kInvalidGenID, GrReducedClip::InitialState::kAllIn, IXYWH(50, 50, 26,… in test_reduced_clip_stack_genid() 1278 GrReducedClip::InitialState::kAllIn == reduced.initialState(), in test_aa_query() 1290 GrReducedClip::InitialState::kAllIn == reduced.initialState(), in test_aa_query()
|