OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yEnd
(Results
1 - 15
of
15
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp
155
int
yEnd
= rect.maxY();
156
if (
yEnd
> m_absolutePaintRect.height())
157
yEnd
= m_absolutePaintRect.height();
165
while (yOrigin <
yEnd
) {
/external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp
205
int
yEnd
= lowerBoundScaledY(std::min(static_cast<int>(frameReader->y_offset + rowNumber + repeatCount), size().height()) - 1, yBegin + 1) + 1;
206
if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (
yEnd
<= yBegin))
249
buffer.copyRowNTimes(xBegin, xEnd, yBegin,
yEnd
);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java
39
final int
yEnd
= 6;
51
s.set_yEnd(
yEnd
);
55
sc.setX(xStart, xEnd).setY(yStart,
yEnd
);
/frameworks/rs/cpu_ref/
rsCpuCore.cpp
314
uint32_t
yEnd
= yStart + mtls->mSliceSize;
315
yEnd
= rsMin(
yEnd
, mtls->
yEnd
);
316
if (
yEnd
<= yStart) {
320
//ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart,
yEnd
);
323
for (p.y = yStart; p.y <
yEnd
; p.y++) {
417
for (p.y = mtls->yStart; p.y < mtls->
yEnd
; p.y++) {
rsCpuCore.h
67
uint32_t
yEnd
;
/external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java
223
float
yEnd
= bottom;
229
mRayEnd.set(centerOffsetX,
yEnd
);
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java
501
float
yEnd
= Float.parseFloat(args[3]);
511
float yStep = (
yEnd
- yStart) / stepCount;
[
all
...]
/development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c
348
const int yBegin = -15,
yEnd
= 15; // ends are non-inclusive
350
const long triangleCount = (
yEnd
- yBegin) * (xEnd - xBegin) * 2;
363
for (y = yBegin; y <
yEnd
; ++y)
/frameworks/native/opengl/libs/ETC1/
etc1.cpp
527
etc1_uint32
yEnd
= height - y;
528
if (
yEnd
> 4) {
529
yEnd
= 4;
531
int ymask = kYMask[
yEnd
];
538
for (etc1_uint32 cy = 0; cy <
yEnd
; cy++) {
580
etc1_uint32
yEnd
= height - y;
581
if (
yEnd
> 4) {
582
yEnd
= 4;
591
for (etc1_uint32 cy = 0; cy <
yEnd
; cy++) {
/frameworks/native/opengl/tests/angeles/
demo.c
348
const int yBegin = -15,
yEnd
= 15; // ends are non-inclusive
350
const long triangleCount = (
yEnd
- yBegin) * (xEnd - xBegin) * 2;
363
for (y = yBegin; y <
yEnd
; ++y)
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp
527
etc1_uint32
yEnd
= height - y;
528
if (
yEnd
> 4) {
529
yEnd
= 4;
531
int ymask = kYMask[
yEnd
];
538
for (etc1_uint32 cy = 0; cy <
yEnd
; cy++) {
580
etc1_uint32
yEnd
= height - y;
581
if (
yEnd
> 4) {
582
yEnd
= 4;
591
for (etc1_uint32 cy = 0; cy <
yEnd
; cy++) {
/frameworks/rs/
rsDefines.h
389
uint32_t
yEnd
;
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 566 milliseconds