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

12 3

  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbriva.c 100 Bitmap->UnclippedRectangle[0].TopLeft = (dstX << 16) | dstY;
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromium.cpp 113 const int yPos = rect.topLeft().y() + (rect.height() * percent);
ScrollbarThemeChromiumMac.mm 438 const int yPos = static_cast<int>((thumbArea.topLeft().y() + (thumbArea.height() * percent))) & ~1;
442 FloatRect tickRect(thumbArea.topLeft().x() + indent, yPos, thumbArea.width() - 2 * indent - 1, 2);
  /external/webkit/WebCore/platform/graphics/
IntRect.h 98 IntPoint topLeft() const { return m_location; }
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 475 POINT topLeft = {0, 0};
477 ::ClientToScreen(viewWindow, &topLeft);
478 result.move(topLeft.x, topLeft.y);
  /external/webkit/WebCore/rendering/
RenderInline.cpp 665 IntPoint topLeft = rect.location();
670 IntRect repaintRect(topLeft, rect.size());
672 topLeft = repaintRect.location();
682 topLeft += layer()->relativePositionOffset();
693 topLeft -= containerBox->layer()->scrolledContentOffset(); // For overflow:auto/scroll/hidden.
695 IntRect repaintRect(topLeft, rect.size());
701 rect.setLocation(topLeft);
    [all...]
RenderThemeChromiumWin.cpp 634 IntSize topLeft, topRight, bottomLeft, bottomRight;
635 o->style()->getBorderRadiiForRect(r, topLeft, topRight, bottomLeft, bottomRight);
636 i.context->addRoundedRectClip(r, topLeft, topRight, bottomLeft, bottomRight);
RenderBox.cpp 870 IntSize topLeft, topRight, bottomLeft, bottomRight;
872 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
874 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
RenderFrameSet.cpp 98 context->fillRect(IntRect(borderRect.topLeft(), IntSize(1, height())), borderStartEdgeColor(), colorSpace);
118 context->fillRect(IntRect(borderRect.topLeft(), IntSize(width(), 1)), borderStartEdgeColor(), colorSpace);
  /external/webkit/WebCore/platform/graphics/win/
WKCACFLayer.cpp 106 case WKCACFLayer::TopLeft: return kCACFGravityTopLeft();
132 return WKCACFLayer::TopLeft;
WKCACFLayer.h 55 enum ContentsGravityType { Center, Top, Bottom, Left, Right, TopLeft, TopRight,
FontCGWin.cpp 289 graphicsContext->drawWindowsBitmap(bitmap.get(), textRect.topLeft());
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 339 -moz-border-radius-topleft
361 -moz-outline-radius-topleft
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 208 return error_return(gif, *bm, "TopLeft");
  /frameworks/base/core/java/android/gesture/
GestureUtils.java 228 float topLeft = (float) Math.sqrt(xFloorSq + yFloorSq);
232 float sum = topLeft + topRight + btmLeft + btmRight;
234 float value = topLeft / sum;
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 511 FloatPoint topLeft = m_data->m_transform.mapPoint(FloatPoint(rectBeforeTransform->topLeft()));
516 FloatSize sideTop = topRight - topLeft;
517 FloatSize sideLeft = bottomLeft - topLeft;
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 646 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
656 radii[0] = SkIntToScalar(topLeft.width());
657 radii[1] = SkIntToScalar(topLeft.height());
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 173 offset = rect.topLeft();
642 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
647 Path path = Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
pred_intra.cpp 1693 uint8 topleft; local
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 172 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 389 const IntSize& borderTopLeftRadius() const { return surround->border.topLeft; }
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 1692 uint8 topleft; local
    [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 709 void PainterOpenVG::drawRoundedRect(const FloatRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield specifiedPaintModes)
735 FloatSize clampedTopLeft = FloatSize(topLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
intra_est.cpp 1379 int a_16, b, c, factor_c, topleft; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 355 my_painter->drawImage(rect.topLeft(), *my_image, rect);

Completed in 971 milliseconds

12 3