OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reverse_direction
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/media/filters/
source_buffer_stream.h
142
// through the buffers. Deletes starting from the back if |
reverse_direction
|
144
int FreeBuffers(int total_bytes_to_free, bool
reverse_direction
);
source_buffer_stream.cc
[
all
...]
/external/chromium_org/third_party/skia/src/core/
SkStroke.cpp
656
static SkPath::Direction
reverse_direction
(SkPath::Direction dir) {
function
699
dir =
reverse_direction
(dir);
732
dst->addRect(r,
reverse_direction
(dir));
/external/chromium_org/ui/aura/
root_window_host_x11.cc
932
bool
reverse_direction
=
local
935
(button == kBackMouseButton && !
reverse_direction
) ||
936
(button == kForwardMouseButton &&
reverse_direction
) ?
[
all
...]
/external/skia/src/core/
SkStroke.cpp
656
static SkPath::Direction
reverse_direction
(SkPath::Direction dir) {
function
699
dir =
reverse_direction
(dir);
732
dst->addRect(r,
reverse_direction
(dir));
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc
1337
bool
reverse_direction
=
local
[
all
...]
Completed in 3162 milliseconds