HomeSort by relevance Sort by last modified time
    Searched defs:TriState (Results 1 - 4 of 4) sorted by null

  /external/skia/include/views/
SkOSMenu.h 31 * TriState : TriState
44 enum TriState {
74 void setTriState(TriState value) const; //For Tristate
139 SkEventSinkID target, TriState defaultState = kOffState);
170 static bool FindTriState(const SkEvent& evt, const char slotName[], TriState* value);
  /external/skia/legacy/include/views/
SkOSMenu.h 31 * TriState : TriState
44 enum TriState {
74 void setTriState(TriState value) const; //For Tristate
139 SkEventSinkID target, TriState defaultState = kOffState);
170 static bool FindTriState(const SkEvent& evt, const char slotName[], TriState* value);
  /external/webkit/Source/WebCore/editing/
EditingStyle.h 56 enum TriState { FalseTriState, TrueTriState, MixedTriState };
108 TriState triStateOfStyle(CSSStyleDeclaration*, ShouldIgnoreTextOnlyProperties = DoNotIgnoreTextOnlyProperties) const;
  /external/skia/src/gpu/gl/
GrGpuGL.h 274 enum TriState {
282 TriState fEnabled;
305 TriState fEnabled;
316 TriState fMSAAEnabled;
317 TriState fSmoothLineEnabled;
334 TriState fHWStencilTestEnabled;
337 TriState fHWWriteToColor;
338 TriState fHWDitherEnabled;

Completed in 590 milliseconds