Searched defs:clip_state (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h527 struct r300_atom clip_state; member in struct:r300_context
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h527 struct r300_atom clip_state; member in struct:r300_context
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc223 ClipState* clip_state = reinterpret_cast<ClipState*>(param); local
224 if (GetParent(window) == clip_state->parent && IsWindowVisible(window)) {
227 ExcludeClipRect(clip_state->dc,
228 bounds.left - clip_state->x,
229 bounds.top - clip_state->y,
230 bounds.right - clip_state->x,
231 bounds.bottom - clip_state->y);
1856 ClipState clip_state; local
1857 clip_state.x = window_rect.left;
1858 clip_state
[all...]

Completed in 747 milliseconds