HomeSort by relevance Sort by last modified time
    Searched full:endx (Results 26 - 50 of 79) sorted by null

12 3 4

  /external/chromium_org/chrome/browser/ui/views/infobars/
confirm_infobar.cc 39 int available_width = std::max(0, EndX() - StartX() - ContentMinimumWidth());
62 link_->SetBounds(EndX() - link_width, OffsetY(link_size), link_width,
alternate_nav_infobar_view.cc 41 int available_width = EndX() - StartX();
infobar_view.cc 286 // Ensure we don't return a value greater than EndX(), so children can safely
287 // set something's width to "EndX() - StartX()" without risking that being
289 return std::min(EndX(),
293 int InfoBarView::EndX() const {
infobar_view.h 87 int EndX() const;
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticlePointMesh.java 150 float endX = startX + (1f / imagesX);
153 texcoords.put(startX).put(startY).put(endX).put(endY);
ParticleTriMesh.java 254 float endX = startX + (1f / imagesX);
258 texcoords.put(endX).put(endY);
260 texcoords.put(endX).put(startY);
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 194 final int endX = startX + horizontalSlop + horzTileCount;
208 final int count = (endX - startX) * indexesPerTile;
CollisionSystem.java 160 float endX = right;
169 endX = left;
179 final int endTileX = Utils.clamp((int)(endX / mTileWidth), 0, mWorld.getWidth() - 1);
543 // read startx, starty, endx, endy, normalx, normaly
561 final float endX = Utils.byteArrayToFloat(mWorkspaceBytes);
573 newSegment.mEndPoint.set(endX, endY);
    [all...]
  /external/skia/gm/
bitmapscroll.cpp 109 int endX, int endY) {
114 path.lineTo(SkIntToScalar(endX), SkIntToScalar(endY));
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiDevice.java 421 * @param endX
427 public boolean swipe(int startX, int startY, int endX, int endY, int steps) {
428 Tracer.trace(startX, startY, endX, endY, steps);
430 .swipe(startX, startY, endX, endY, steps);
441 * @param endX X-axis value for the ending coordinate
448 public boolean drag(int startX, int startY, int endX, int endY, int steps) {
449 Tracer.trace(startX, startY, endX, endY, steps);
451 .swipe(startX, startY, endX, endY, steps, true);
  /frameworks/uiautomator/core/com/android/uiautomator/core/
UiDevice.java 421 * @param endX
427 public boolean swipe(int startX, int startY, int endX, int endY, int steps) {
428 Tracer.trace(startX, startY, endX, endY, steps);
430 .swipe(startX, startY, endX, endY, steps);
441 * @param endX X-axis value for the ending coordinate
448 public boolean drag(int startX, int startY, int endX, int endY, int steps) {
449 Tracer.trace(startX, startY, endX, endY, steps);
451 .swipe(startX, startY, endX, endY, steps, true);
  /packages/apps/Gallery2/jni/filters/
wbalance.c 114 int endx = x + bounds; local
118 for(xp= startx;xp<endx;xp++) {
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
PlayheadView.java 174 final float endX = mScrollX + mScreenWidth;
175 for (float i = startX; i <= endX; i += spacing, startMs += tickMs) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEMorphology.cpp 148 const int endX = min(x + radiusX, width - 1);
149 unsigned char columnExtrema = srcPixelArray->item(extremaStartY * effectWidth + endX * 4 + clrChannel);
151 unsigned char pixel = srcPixelArray->item(i * effectWidth + endX * 4 + clrChannel);
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 273 float endX = startX + (srcW / imageWidth);
281 texCoords.put(endX).put(startY);
282 texCoords.put(endX).put(endY);
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_view.cc 299 // Ensure we don't return a value greater than EndX(), so children can safely
300 // set something's width to "EndX() - StartX()" without risking that being
302 return std::min(EndX(),
306 int InfoBarView::EndX() const {
infobar_view.h 83 int EndX() const;
link_infobar.cc 34 int available_width = EndX() - StartX();
extension_infobar.cc 68 std::max(0, EndX() - StartX() - ContentMinimumWidth()), height());
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/
ImageDecoder.h 87 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
90 void copyRowNTimes(int startX, int endX, int startY, int endY)
93 ASSERT(endX <= width());
96 const int rowBytes = (endX - startX) * sizeof(PixelData);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 283 uint32_t endX = startX + glyph.fWidth;
314 for (cacheX = startX, bX = 0; cacheX < endX; cacheX++, bX++) {
318 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
325 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
376 for (int8_t mask = 7; mask >= 0 && cacheX < endX; mask--) {
380 cacheBuffer[row + endX + TEXTURE_BORDER_SIZE - 1] = 0;
  /frameworks/rs/
rsFont.cpp 118 uint32_t endX = glyph->mBitmapMinX + glyph->mBitmapWidth;
127 for (cacheX = glyph->mBitmapMinX, bX = nPenX; cacheX < endX; cacheX++, bX++) {
266 uint32_t endX = startX + bitmap->width;
279 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
457 uint32_t endX = startX + bitmap->width;
466 for (cacheX = startX, bX = 0; cacheX < endX; cacheX ++, bX ++) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/bmp/
BMPImageReader.cpp 599 const int endX = std::min(m_coord.x() + count, m_parent->size().width());
607 fillRGBA(endX, m_data->data()[m_decodedOffset + 3], m_data->data()[m_decodedOffset + 2], code, 0xff);
620 for (int which = 0; m_coord.x() < endX; ) {
640 const int endX = m_coord.x() + numPixels;
641 if (endX > m_parent->size().width())
668 for (size_t pixel = 0; (pixel < pixelsPerByte) && (m_coord.x() < endX); ++pixel) {
691 while (m_coord.x() < endX) {
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 608 private void startAnimation(int startX, int endX, int duration) {
613 mAnimatingDeltaXEnd = endX;
619 private void startAnimationWithVelocity(int startX, int endX, int pixelsPerSecond) {
622 mAnimationDuration = 1000 * (endX - startX) / pixelsPerSecond;
624 mAnimatingDeltaXEnd = endX;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.cpp 395 int endX = destPoint.x() + sourceRect.maxX();
396 ASSERT(endX <= m_size.width());
398 int numColumns = endX - destX;

Completed in 1462 milliseconds

12 3 4