/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 139 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/ |
D | CanvasRenderingContext2D.h | 231 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/ |
D | TextureMapperNode.h | 203 struct State { struct 204 FloatPoint pos; 205 FloatPoint3D anchorPoint; 229 State() in State() argument
|
/external/stlport/test/unit/ |
D | stack_allocator.h | 18 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/ |
D | SkColorMatrixFilter.h | 40 struct State { struct 56 typedef void (*Proc)(State*, unsigned r, unsigned g, unsigned b, argument
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PlatformContextSkia.cpp | 77 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/ |
D | ARMCallingConv.h | 31 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/ |
D | State.java | 7 final class State class 12 State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList nodes) in State() method in State
|
/external/skia/gpu/src/ |
D | app-android.cpp | 41 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/ |
D | PageLoadBasic.cpp | 37 struct State { struct 38 State() in State() argument 45 bool didDecidePolicyForNavigationAction; 46 bool didStartProvisionalLoadForFrame; 47 bool didCommitLoadForFrame;
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 117 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/ |
D | autocomplete_edit_view_win.h | 52 struct State { struct 53 State(const CHARRANGE& selection, in State() function 59 const CHARRANGE selection; 60 const CHARRANGE saved_selection_for_focus_change;
|
D | autocomplete_edit.h | 90 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/ |
D | const-fst.h | 90 struct State { struct 96 State() : final(Weight::Zero()), niepsilons(0), noepsilons(0) {} in State() argument
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.cpp | 76 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/ |
D | GraphicsLayerQt.cpp | 279 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/ |
D | V8BindingState.h | 64 explicit State() {} in State() function
|
/external/chromium/net/socket/ |
D | ssl_host_info.h | 63 struct State { struct 74 DISALLOW_COPY_AND_ASSIGN(State); argument
|
/external/webkit/Source/WebKit/chromium/public/mac/ |
D | WebThemeEngine.h | 42 enum State { enum 73 … virtual void paintScrollbarThumb(WebCanvas*, State, Size, const WebRect&, const ScrollbarInfo&) {} in paintScrollbarThumb() argument
|
/external/chromium/webkit/glue/ |
D | p2p_transport.h | 19 enum State { enum
|
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
D | rtcpmuxfilter.h | 54 enum State { ST_INIT, ST_SENTOFFER, ST_RECEIVEDOFFER, ST_ACTIVE }; enum
|
/external/webkit/Source/WebCore/loader/ |
D | FrameLoaderStateMachine.h | 46 enum State { enum
|
/external/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptsyntaxcheckresult.h | 29 enum State { enum
|
/external/chromium/chrome/browser/chromeos/ |
D | audio_mixer.h | 19 enum State { enum
|
D | network_state_notifier.h | 21 enum State { enum
|