Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrReducedClip.h71 InitialState initialState() const { return fInitialState; } in initialState()
88 InitialState fInitialState; variable
DGrReducedClip.cpp39 fInitialState = InitialState::kAllIn; in GrReducedClip()
50 fInitialState = insideOut ? InitialState::kAllIn : InitialState::kAllOut; in GrReducedClip()
64 fInitialState = fIBounds.isEmpty() ? InitialState::kAllOut : InitialState::kAllIn; in GrReducedClip()
68 fInitialState = InitialState::kAllIn; in GrReducedClip()
83 fInitialState = InitialState::kAllOut; in GrReducedClip()
432 fInitialState = static_cast<GrReducedClip::InitialState>(initialTriState); in walkStack()
519 fInitialState = InitialState::kAllOut; in intersectIBounds()