OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curHeight
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/gm/
downsamplebitmap.cpp
69
int
curHeight
;
84
curHeight
= (int) (fBM.height() * curScale + 2);
85
curY +=
curHeight
;
87
} while (
curHeight
>= 2 && curY < 4*fBM.height());
/external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp
70
int
curHeight
= height;
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))
81
curHeight
-= 1;
[
all
...]
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
[
all
...]
Completed in 1867 milliseconds