/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/ |
FEGaussianBlur.cpp | 189 int endY = job == jobs - 1 ? currentY : currentY + extraHeight; 191 int blockSize = (endY - startY) * scanline; 202 params.height = endY - startY;
|
FETurbulence.cpp | 332 inline void FETurbulence::fillRegion(Uint8ClampedArray* pixelArray, PaintingData& paintingData, int startY, int endY, float baseFrequencyX, float baseFrequencyY) 340 for (int y = startY; y < endY; ++y) { 353 parameters->filter->fillRegion(parameters->pixelArray, *parameters->paintingData, parameters->startY, parameters->endY, parameters->baseFrequencyX, parameters->baseFrequencyY); 393 params.endY = startY;
|
FETurbulence.h | 111 int endY;
|
FEMorphology.cpp | 175 param->filter->platformApplyGeneric(param->paintingData, param->startY, param->endY); 195 param.endY = currentY;
|
FELighting.cpp | 238 inline void FELighting::platformApplyGenericPaint(LightingData& data, LightSource::PaintingData& paintingData, int startY, int endY) 243 for (int y = startY; y < endY; ++y) {
|
/external/jmonkeyengine/engine/src/core/com/jme3/effect/ |
ParticleTriMesh.java | 255 float endY = startY + (1f / imagesY); 257 texcoords.put(startX).put(endY); 258 texcoords.put(endX).put(endY);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/ |
ImageDecoder.h | 89 // endY. 90 void copyRowNTimes(int startX, int endX, int startY, int endY) 95 ASSERT(endY <= height()); 98 for (int destY = startY + 1; destY < endY; ++destY)
|
/frameworks/base/libs/hwui/font/ |
Font.cpp | 218 uint32_t endY = startY + (glyph->mBitmapHeight * cacheWidth); 223 for (uint32_t cacheY = startY, bitmapY = dstY * bitmapWidth; cacheY < endY; 441 uint32_t endY = startY + skiaGlyph.fHeight; 456 glyph->mBitmapMaxV = endY / (float) cacheHeight;
|
/cts/tests/tests/animation/src/android/animation/cts/ |
PropertyValuesHolderTest.java | 286 public void assertResults(float[] yArray,float startY, float endY) { 290 assertTrue(y <= endY);
|
/frameworks/rs/ |
rsFont.cpp | 119 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; 128 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { 267 uint32_t endY = startY + bitmap->rows; 280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; 458 uint32_t endY = startY + bitmap->rows; 467 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/ |
ImageBuffer.cpp | 407 int endY = destPoint.y() + sourceRect.maxY(); 408 ASSERT(endY <= m_size.height()); 409 int numRows = endY - destY;
|
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 162 float endY = top; 174 endY = bottom; 181 final int endTileY = Utils.clamp((int)(endY / mTileHeight), 0, mWorld.getHeight() - 1); 543 // read startx, starty, endx, endy, normalx, normaly 563 final float endY = Utils.byteArrayToFloat(mWorkspaceBytes); 573 newSegment.mEndPoint.set(endX, endY); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 559 int startY, endY; 561 endY = mRowMatch.matchedLine - 1; 562 startY = endY - bounds.h; 567 startY = endY = mRowMatch.matchedLine; 570 endY = startY + bounds.h; 573 int endRow = mGrid.getRow(endY); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
ConstraintPainter.java | 699 int startY, endY; 702 endY = sourceBounds.y2(); 706 endY = targetBounds.y + 3 * targetBounds.h / 2; 713 graphics.drawLine(sharedX, startY, sharedX, endY); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/ |
filter.js | 248 var endY = Math.min(dstHeight, srcHeight - margin - offsetY); 250 for (var y = startY; y != endY; y++) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSGradientValue.cpp | 632 float endY = perpendicularSlope * endX + c; 636 secondPoint.set(halfWidth + endX, halfHeight - endY); 638 firstPoint.set(halfWidth - endX, halfHeight + endY); [all...] |
/prebuilts/sdk/18/ |
uiautomator.jar | |
/prebuilts/sdk/19/ |
uiautomator.jar | |
/prebuilts/sdk/current/ |
uiautomator.jar | |
/frameworks/base/docs/html/tools/help/uiautomator/ |
UiDevice.jd | 92 <span class="sympad"><a href="#drag(int, int, int, int, int)">drag</a></span>(int startX, int startY, int endX, int endY, int steps)</nobr> 858 <span class="sympad"><a href="#swipe(int, int, int, int, int)">swipe</a></span>(int startX, int startY, int endX, int endY, int steps)</nobr> 1346 <span class="normal">(int startX, int startY, int endX, int endY, int steps)</span> 1370 <th>endY</td> [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
get_pred_outside.cpp | 81 in endx and endy, respectively. If the entire block is inside the x or y
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
CellLayout.java | [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
CellLayout.java | [all...] |
/prebuilts/sdk/16/ |
uiautomator.jar | |
/prebuilts/sdk/17/ |
uiautomator.jar | |