OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sety
(Results
51 - 75
of
308
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGenObjC/
atomic-aggregate-property.m
40
// CHECK-LP64: define internal void @"\01-[A
setY
:]"(
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
LaunchTest.java
38
tb.
setY
(dim);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Histogram.java
45
tb.setX(256).
setY
(steps);
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_foreach.java
38
typeBuilder.setX(X).
setY
(Y);
UT_foreach_bounds.java
38
typeBuilder.setX(X).
setY
(Y);
UT_noroot.java
38
typeBuilder.setX(X).
setY
(Y);
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_check_dims.java
48
typeBuilder.setX(X).
setY
(Y);
UT_foreach.java
38
typeBuilder.setX(X).
setY
(Y);
/frameworks/rs/tests/cppstrided/
compute.cpp
32
tb.
setY
(numElems);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
CustomEvaluator.java
80
public void
setY
(float y) {
104
mBall.
setY
(xyHolder.getY());
147
shapeHolder.
setY
(y - 25f);
ShapeHolder.java
50
public void
setY
(float value) {
/external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp
315
containerViewportRect.
setY
(containerViewportRect.y() - ScrollableArea::pixelsPerLineStep());
549
exitPoint.
setY
(startingRect.y());
550
entryPoint.
setY
(potentialRect.maxY());
557
exitPoint.
setY
(startingRect.maxY());
558
entryPoint.
setY
(potentialRect.y());
568
exitPoint.
setY
(startingRect.y());
569
entryPoint.
setY
(potentialRect.maxY());
571
exitPoint.
setY
(startingRect.maxY());
572
entryPoint.
setY
(potentialRect.y());
574
exitPoint.
setY
(max(startingRect.y(), potentialRect.y()))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
FloatPoint.cpp
132
intersection.
setY
(dSlope * intersection.x() + dOffset);
137
intersection.
setY
(pSlope * intersection.x() + pOffset);
143
intersection.
setY
(pSlope * intersection.x() + pOffset);
Image.cpp
115
norm.
setY
(norm.y() + norm.height());
147
oneTileRect.
setY
(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSize.height(), scaledTileSize.height()));
154
visibleSrcRect.
setY
((destRect.y() - oneTileRect.y()) / scale.height());
/external/chromium/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc
229
heading_->
SetY
((GetPreferredSize().height() - heading_->height()) / 2);
234
heading_->
SetY
(y);
240
will_have_access_to_->
SetY
(y);
245
permission_box_->
SetY
(y);
262
permissions_[i]->
SetY
(label_y);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp
77
normalVector.
setY
(-(center << 1) - right + (bottom << 1) + bottomRight);
90
normalVector.
setY
(-left - (center << 1) - right + bottomLeft + (bottom << 1) + bottomRight);
101
normalVector.
setY
(-left - (center << 1) + bottomLeft + (bottom << 1));
115
normalVector.
setY
(-(top << 1) - topRight + (bottom << 1) + bottomRight);
131
normalVector.
setY
(-topLeft - (top << 1) - topRight + bottomLeft + (bottom << 1) + bottomRight);
145
normalVector.
setY
(-topLeft - (top << 1) + bottomLeft + (bottom << 1));
156
normalVector.
setY
(-(top << 1) - topRight + (center << 1) + right);
169
normalVector.
setY
(-topLeft - (top << 1) - topRight + left + (center << 1) + right);
180
normalVector.
setY
(-topLeft - (top << 1) + left + (center << 1));
205
normalVector.
setY
(factorY * static_cast<float>(normal2DVector.y()) * data.surfaceScale)
[
all
...]
DistantLightSource.cpp
44
paintingData.lightVector.
setY
(sinf(azimuth) * cosf(elevation));
LightSource.h
79
virtual bool
setY
(float) { return false; }
SpotLightSource.h
44
virtual bool
setY
(float) OVERRIDE;
/cts/tests/tests/animation/src/android/animation/cts/
ShapeHolder.java
52
public void
setY
(float value) {
/cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopy2DRangeTest.java
45
typeBuilder.setX(width).
setY
(height);
GetElementAt.java
79
builder.
setY
(INPUTSIZE);
SampleTest.java
47
mAlloc_RGBA_2D = Allocation.createTyped(mRS, b.setX(8).
setY
(8).create(),
ScriptGroupTest.java
45
Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).
setY
(bDimY).create();
74
Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).
setY
(bDimY).create();
108
Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).
setY
(bDimY).create();
149
Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).
setY
(bDimY).create();
/cts/tests/tests/rscpp/src/android/cts/rscpp/
RSLUTTest.java
48
build.
setY
(Y);
Completed in 601 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>