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

  /external/skia/src/gpu/
GrScissorState.h 15 GrScissorState() : fEnabled(false) {}
16 GrScissorState(const SkIRect& rect) : fEnabled(true), fRect(rect) {}
17 void setDisabled() { fEnabled = false; }
18 void set(const SkIRect& rect) { fRect = rect; fEnabled = true; }
20 if (!fEnabled) {
27 return fEnabled == other.fEnabled &&
28 (false == fEnabled || fRect == other.fRect);
32 bool enabled() const { return fEnabled; }
36 bool fEnabled;
    [all...]
  /external/skia/src/gpu/gl/
GrGLVertexArray.h 78 bool fEnabled;
GrGLGpu.h 421 TriState fEnabled;
424 fEnabled = kUnknown_TriState;
545 TriState fEnabled;
552 fEnabled = kUnknown_TriState;
  /external/skia/include/core/
SkDocument.h 44 bool fEnabled;
45 OptionalTimestamp() : fEnabled(false) {}
  /external/skia/include/private/
GrAuditTrail.h 33 , fEnabled(false) {}
79 SkASSERT(fEnabled);
98 bool isEnabled() { return fEnabled; }
99 void setEnabled(bool enabled) { fEnabled = enabled; }
161 bool fEnabled;
  /external/skia/samplecode/
SampleQuadStroker.cpp 89 bool fEnabled;
174 fCubicButton.fEnabled = false;
176 fConicButton.fEnabled = false;
178 fQuadButton.fEnabled = false;
180 fArcButton.fEnabled = true;
182 fRRectButton.fEnabled = false;
184 fCircleButton.fEnabled = true;
187 fTextButton.fEnabled = false;
199 if (fTextButton.fEnabled && SampleCode::CharQ(*evt, &uni)) {
487 paint.setColor(button.fEnabled ? 0xFF3F0000 : 0x6F3F0000)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbprotocoldefs.h 467 BYTE fEnabled:1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mprapi.h 55 WINBOOL fEnabled;
70 WINBOOL fEnabled;
157 WINBOOL fEnabled;
198 WINBOOL fEnabled;
629 WINBOOL fEnabled;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 968 milliseconds