OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curWidth
(Results
1 - 2
of
2
) sorted by null
/external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp
69
int
curWidth
= width;
75
rects.push_back(IVec4(width-
curWidth
, height-curHeight,
curWidth
, curHeight));
77
DE_ASSERT(
curWidth
>= 1 && curHeight >= 1);
78
if (
curWidth
== 1 && curHeight == 1)
80
else if (curHeight > 1 && ((ndx%2) == 0 ||
curWidth
== 1))
83
curWidth
-= 1;
[
all
...]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
[
all
...]
Completed in 3439 milliseconds