OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:steep
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp8/common/
textblit.c
63
int
steep
= abs(y1 - y0) > abs(x1 - x0);
local
67
if (
steep
)
102
if (
steep
)
/external/libvpx/libvpx/vp9/common/
vp9_textblit.c
62
int
steep
= abs(y1 - y0) > abs(x1 - x0);
local
66
if (
steep
) {
99
if (
steep
) {
/external/jmonkeyengine/engine/src/test/jme3test/material/
TestParallax.java
149
steep
= !
steep
;
150
mat.setBoolean("SteepParallax",
steep
);
163
boolean
steep
= false;
field in class:TestParallax
/external/zxing/core/
core.jar
Completed in 324 milliseconds