OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsRightEdge
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/quads/
draw_quad.h
111
bool
IsRightEdge
() const {
124
return IsLeftEdge() || IsTopEdge() ||
IsRightEdge
() || IsBottomEdge();
/external/chromium_org/ash/wm/gestures/
two_finger_drag_handler.cc
34
bool
IsRightEdge
(int component) {
67
(
IsRightEdge
(component1) &&
IsRightEdge
(component2)) ||
/external/chromium_org/ash/wm/
window_resizer.cc
84
bool
IsRightEdge
(int window_component) {
215
if (
IsRightEdge
(details.window_component) &&
316
if (
IsRightEdge
(details.window_component)) {
373
int x_multiplier =
IsRightEdge
(details.window_component) ? 1 : -1;
/external/chromium_org/cc/output/
software_renderer.cc
248
quad->
IsRightEdge
();
gl_renderer.cc
[
all
...]
Completed in 398 milliseconds