/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
WebTestThemeEngineWin.cpp | 60 void drawControl(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate) 62 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate); 66 void drawTextField(WebCanvas* canvas, const WebRect& rect, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, bool drawEdges, bool fillContentArea, WebColor color) 68 WebTestThemeControlWin control(canvas, webRectToSkIRect(rect), ctype, cstate); 72 void drawProgressBar(WebCanvas* canvas, WebTestThemeControlWin::Type ctype, WebTestThemeControlWin::State cstate, const WebRect& barRect, const WebRect& fillRect) 74 WebTestThemeControlWin control(canvas, webRectToSkIRect(barRect), ctype, cstate); 83 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 90 cstate = WebTestThemeControlWin::NormalState; 96 cstate = WebTestThemeControlWin::HotState; 102 cstate = WebTestThemeControlWin::PressedState 264 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 302 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 436 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 496 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 555 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 609 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 656 WebTestThemeControlWin::State cstate = WebTestThemeControlWin::UnknownState; local 732 WebTestThemeControlWin::State cstate = determinate ? WebTestThemeControlWin::NormalState : WebTestThemeControlWin::IndeterminateState; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
output.c | 122 vl_compositor_init_state(&vlsurface->cstate, pipe); 150 vl_compositor_cleanup_state(&vlsurface->cstate); 283 struct vl_compositor_state *cstate; local 301 cstate = &vlsurface->cstate; 390 vl_compositor_clear_layers(cstate); 391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); 393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); 422 struct vl_compositor_state *cstate; local 636 struct vl_compositor_state *cstate; local 695 struct vl_compositor_state *cstate; local [all...] |
presentation.c | 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { 103 vl_compositor_cleanup_state(&pq->cstate); 135 vl_compositor_set_clear_color(&pq->cstate, &color); 159 vl_compositor_get_clear_color(&pq->cstate, &color); 214 struct vl_compositor_state *cstate; local 226 cstate = &pq->cstate; 253 cstate = pq->device->delayed_rendering.cstate; 254 vl_compositor_set_dst_clip(cstate, &dst_clip) [all...] |
device.c | 264 struct vl_compositor_state *cstate; local 269 cstate = dev->delayed_rendering.cstate; 270 if (!cstate) 282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); 285 dev->delayed_rendering.cstate = NULL; 301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) 308 dev->delayed_rendering.cstate = cstate;
|
mixer.c | 68 vl_compositor_init_state(&vmixer->cstate, dev->context); 72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); 157 vl_compositor_cleanup_state(&vmixer->cstate); 181 vl_compositor_cleanup_state(&vmixer->cstate); 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 265 vl_compositor_clear_layers(&vmixer->cstate); 292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace); 293 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rect)); 304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 306 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)) [all...] |
vdpau_private.h | 318 struct vl_compositor_state *cstate; member in struct:__anon14925::__anon14926 333 struct vl_compositor_state cstate; member in struct:__anon14928 339 struct vl_compositor_state cstate; member in struct:__anon14929 383 struct vl_compositor_state cstate; member in struct:__anon14934 411 void vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 122 vl_compositor_init_state(&vlsurface->cstate, pipe); 150 vl_compositor_cleanup_state(&vlsurface->cstate); 283 struct vl_compositor_state *cstate; local 301 cstate = &vlsurface->cstate; 390 vl_compositor_clear_layers(cstate); 391 vl_compositor_set_palette_layer(cstate, compositor, 0, sv_idx, sv_tbl, NULL, NULL, false); 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); 393 vl_compositor_render(cstate, compositor, vlsurface->surface, NULL); 422 struct vl_compositor_state *cstate; local 636 struct vl_compositor_state *cstate; local 695 struct vl_compositor_state *cstate; local [all...] |
presentation.c | 69 if (!vl_compositor_init_state(&pq->cstate, dev->context)) { 103 vl_compositor_cleanup_state(&pq->cstate); 135 vl_compositor_set_clear_color(&pq->cstate, &color); 159 vl_compositor_get_clear_color(&pq->cstate, &color); 214 struct vl_compositor_state *cstate; local 226 cstate = &pq->cstate; 253 cstate = pq->device->delayed_rendering.cstate; 254 vl_compositor_set_dst_clip(cstate, &dst_clip) [all...] |
device.c | 264 struct vl_compositor_state *cstate; local 269 cstate = dev->delayed_rendering.cstate; 270 if (!cstate) 282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area); 285 dev->delayed_rendering.cstate = NULL; 301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate) 308 dev->delayed_rendering.cstate = cstate;
|
mixer.c | 68 vl_compositor_init_state(&vmixer->cstate, dev->context); 72 vl_compositor_set_csc_matrix(&vmixer->cstate, (const vl_csc_matrix *)&vmixer->csc); 157 vl_compositor_cleanup_state(&vmixer->cstate); 181 vl_compositor_cleanup_state(&vmixer->cstate); 261 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer++, bg->sampler_view, 265 vl_compositor_clear_layers(&vmixer->cstate); 292 vl_compositor_set_buffer_layer(&vmixer->cstate, compositor, layer, surf->video_buffer, prect, NULL, deinterlace); 293 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(destination_video_rect, &rect)); 304 vl_compositor_set_rgba_layer(&vmixer->cstate, compositor, layer, src->sampler_view, 306 vl_compositor_set_layer_dst_area(&vmixer->cstate, layer++, RectToPipe(layers->destination_rect, &rect)) [all...] |
vdpau_private.h | 318 struct vl_compositor_state *cstate; member in struct:__anon25269::__anon25270 333 struct vl_compositor_state cstate; member in struct:__anon25272 339 struct vl_compositor_state cstate; member in struct:__anon25273 383 struct vl_compositor_state cstate; member in struct:__anon25278 411 void vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate);
|
/system/core/libcutils/ |
config_utils.c | 120 } cstate; typedef in typeref:struct:__anon62715 122 static int _lex(cstate *cs, int value) 232 static int lex(cstate *cs, int value) 243 static int parse_expr(cstate *cs, cnode *node); 245 static int parse_block(cstate *cs, cnode *node) 262 static int parse_expr(cstate *cs, cnode *root) 295 cstate cs;
|
/external/libppp/src/ |
slcompress.h | 112 struct cstate { struct 113 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ 131 struct cstate *last_cs; /* most recently used tstate */ 135 struct cstate tstate[MAX_VJ_STATES]; /* xmit connection states */ 136 struct cstate rstate[MAX_VJ_STATES]; /* receive connection states */
|
/external/ppp/pppd/include/net/ |
slcompress.h | 102 struct cstate { struct 103 struct cstate *cs_next; /* next most recently used cstate (xmit only) */ 120 struct cstate *last_cs; /* most recently used tstate */ 134 struct cstate tstate[MAX_STATES]; /* xmit connection states */ 135 struct cstate rstate[MAX_STATES]; /* receive connection states */
|
vjcompress.h | 102 struct cstate { struct 103 struct cstate *cs_next; /* next most recently used state (xmit only) */ 119 struct cstate *last_cs; /* most recently used tstate */ 126 struct cstate tstate[MAX_STATES]; /* xmit connection states */ 127 struct cstate rstate[MAX_STATES]; /* receive connection states */
|
/external/qemu/android/ |
config.c | 136 } cstate; typedef in typeref:struct:__anon26455 139 static int _lex(cstate *cs, int value) 260 static int lex(cstate *cs, int value) 271 static int parse_expr(cstate *cs, AConfig *node); 274 parse_block(cstate *cs, AConfig *node) 292 parse_expr(cstate *cs, AConfig *node) 321 cstate cs;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/ |
surface.c | 351 struct vl_compositor_state *cstate; local 382 cstate = &context_priv->cstate; 411 vl_compositor_clear_layers(cstate); 412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, 421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette, 424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, 434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); 435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); 436 vl_compositor_render(cstate, compositor, surf, dirty_area) [all...] |
context.c | 273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { 294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); 330 vl_compositor_cleanup_state(&context_priv->cstate);
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
surface.c | 351 struct vl_compositor_state *cstate; local 382 cstate = &context_priv->cstate; 411 vl_compositor_clear_layers(cstate); 412 vl_compositor_set_buffer_layer(cstate, compositor, 0, surface_priv->video_buffer, 421 vl_compositor_set_palette_layer(cstate, compositor, 1, subpicture_priv->sampler, subpicture_priv->palette, 424 vl_compositor_set_rgba_layer(cstate, compositor, 1, subpicture_priv->sampler, 434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); 435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); 436 vl_compositor_render(cstate, compositor, surf, dirty_area) [all...] |
context.c | 273 if (!vl_compositor_init_state(&context_priv->cstate, pipe)) { 294 vl_compositor_set_csc_matrix(&context_priv->cstate, (const vl_csc_matrix *)&csc); 330 vl_compositor_cleanup_state(&context_priv->cstate);
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 337 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 341 java.util.Vector vnames = cstate.getVariableNames(); 343 m_selectPattern.fixupVariables(vnames, cstate.getGlobalsSize()); 349 m_index = cstate.addVariableName(m_qname) - cstate.getGlobalsSize(); 356 cstate.resetStackFrameSize(); 374 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 375 m_frameSize = cstate.getFrameSize(); 376 cstate.resetStackFrameSize();
|
ElemTemplate.java | 348 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 349 java.util.Vector vnames = cstate.getVariableNames(); 353 cstate.resetStackFrameSize(); 362 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 364 m_frameSize = cstate.getFrameSize(); 366 cstate.resetStackFrameSize();
|
ElemCopyOf.java | 88 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 89 m_selectExpression.fixupVariables(cstate.getVariableNames(), cstate.getGlobalsSize());
|
ElemSort.java | 336 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 337 java.util.Vector vnames = cstate.getVariableNames(); 339 m_caseorder_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 341 m_dataType_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 343 m_lang_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 345 m_order_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 347 m_selectExpression.fixupVariables(vnames, cstate.getGlobalsSize());
|
ElemElement.java | 132 StylesheetRoot.ComposeState cstate = sroot.getComposeState(); local 133 java.util.Vector vnames = cstate.getVariableNames(); 135 m_name_avt.fixupVariables(vnames, cstate.getGlobalsSize()); 137 m_namespace_avt.fixupVariables(vnames, cstate.getGlobalsSize());
|