Home
last modified time | relevance | path

Searched defs:State (Results 1 – 25 of 187) sorted by relevance

12345678

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h139 struct State struct
141 Color colorClearValue;
142 GLclampf depthClearValue;
143 int stencilClearValue;
145 bool cullFace;
146 GLenum cullMode;
147 GLenum frontFace;
148 bool depthTest;
149 GLenum depthFunc;
150 bool blend;
[all …]
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.h231 struct State : FontSelectorClient { struct
236 State& operator=(const State&); argument
240 String m_unparsedStrokeColor;
241 String m_unparsedFillColor;
242 RefPtr<CanvasStyle> m_strokeStyle;
266 State& state() { return m_stateStack.last(); } in state() argument
/external/webkit/Source/WebCore/platform/graphics/texmap/
DTextureMapperNode.h203 struct State { struct
204 FloatPoint pos;
205 FloatPoint3D anchorPoint;
229 State() in State() argument
/external/stlport/test/unit/
Dstack_allocator.h18 struct State { struct
30 State(){} in State() function
33 State(char *beg, char *end) in State() argument
37 State(const State& other) in State() argument
/external/skia/include/effects/
DSkColorMatrixFilter.h40 struct State { struct
56 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b, argument
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp77 struct PlatformContextSkia::State { struct in WebCore::PlatformContextSkia
83 float m_alpha;
84 SkXfermode::Mode m_xferMode;
85 bool m_useAntialiasing;
86 SkDrawLooper* m_looper;
89 SkColor m_fillColor;
90 SkShader* m_fillShader;
93 StrokeStyle m_strokeStyle;
94 SkColor m_strokeColor;
95 SkShader* m_strokeShader;
[all …]
/external/llvm/lib/Target/ARM/
DARMCallingConv.h31 CCState &State, bool CanFail) { in f64AssignAPCS()
62 CCState &State) { in CC_ARM_APCS_Custom_f64()
74 CCState &State, bool CanFail) { in f64AssignAAPCS()
110 CCState &State) { in CC_ARM_AAPCS_Custom_f64()
120 CCValAssign::LocInfo &LocInfo, CCState &State) { in f64RetAssign()
142 CCState &State) { in RetCC_ARM_APCS_Custom_f64()
153 CCState &State) { in RetCC_ARM_AAPCS_Custom_f64()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/
DState.java7 final class State class
12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes) in State() method in State
/external/skia/gpu/src/
Dapp-android.cpp41 struct State { struct
58 void handleTouch(void*, TouchState, float x, float y); argument
61 SkView* getView() const { return fView; } in getView()
64 SkView* fView;
65 SkIPoint fViewport;
67 GrTouchGesture fGesture;
69 SkTDArray<SkViewFactory> fFactory;
71 void setView(SkView* view) { in setView()
180 State::State() { in State() function in State
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPageLoadBasic.cpp37 struct State { struct
38 State() in State() argument
45 bool didDecidePolicyForNavigationAction;
46 bool didStartProvisionalLoadForFrame;
47 bool didCommitLoadForFrame;
/external/webkit/Source/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp117 struct State { struct in WebCore::GraphicsContextPlatformPrivate
118 SkPathEffect* pathEffect;
119 float miterLimit;
120 float alpha;
121 float strokeThickness;
122 SkPaint::Cap lineCap;
123 SkPaint::Join lineJoin;
124 SkXfermode::Mode mode;
125 int dashRatio; // Ratio of the length of a dash to its width
126 ShadowRec shadow;
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h52 struct State { struct
53 State(const CHARRANGE& selection, in State() function
59 const CHARRANGE selection;
60 const CHARRANGE saved_selection_for_focus_change;
Dautocomplete_edit.h90 struct State { struct
97 bool user_input_in_progress;
98 const string16 user_text;
99 const string16 keyword;
100 const bool is_keyword_hint;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dconst-fst.h90 struct State { struct
96 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {} in State() argument
/external/webkit/Source/WebCore/platform/graphics/chromium/
DGLES2Canvas.cpp76 struct GLES2Canvas::State { struct in WebCore::GLES2Canvas
77 State() in State() function
88 State(const State& other) in State() function
101 Color m_fillColor;
102 Color m_shadowColor;
103 float m_alpha;
104 CompositeOperator m_compositeOp;
105 AffineTransform m_ctm;
106 WTF::Vector<PathAndTransform> m_clippingPaths;
107 int m_numClippingPaths;
[all …]
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsLayerQt.cpp279 struct State { struct in WebCore::GraphicsLayerQtImpl
280 GraphicsLayer* maskLayer;
281 FloatPoint pos;
282 FloatPoint3D anchorPoint;
283 FloatSize size;
284 TransformationMatrix transform;
285 TransformationMatrix childrenTransform;
286 Color backgroundColor;
287 Color currentColor;
288 GraphicsLayer::CompositingCoordinatesOrientation contentsOrientation;
[all …]
/external/webkit/Source/WebCore/bindings/v8/specialization/
DV8BindingState.h64 explicit State() {} in State() function
/external/chromium/net/socket/
Dssl_host_info.h63 struct State { struct
74 DISALLOW_COPY_AND_ASSIGN(State); argument
/external/webkit/Source/WebKit/chromium/public/mac/
DWebThemeEngine.h42 enum State { enum
73 … virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) {} in paintScrollbarThumb() argument
/external/chromium/webkit/glue/
Dp2p_transport.h19 enum State { enum
/external/chromium/third_party/libjingle/source/talk/session/phone/
Drtcpmuxfilter.h54 enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER, ST_ACTIVE }; enum
/external/webkit/Source/WebCore/loader/
DFrameLoaderStateMachine.h46 enum State { enum
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptsyntaxcheckresult.h29 enum State { enum
/external/chromium/chrome/browser/chromeos/
Daudio_mixer.h19 enum State { enum
Dnetwork_state_notifier.h21 enum State { enum

12345678