HomeSort by relevance Sort by last modified time
    Searched refs:maxX (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebCore/platform/graphics/skia/
IntRectSkia.cpp 40 SkIRect rect = { x(), y(), maxX(), maxY() };
47 rect.set(SkIntToScalar(x()), SkIntToScalar(y()), SkIntToScalar(maxX()), SkIntToScalar(maxY()));
FloatRectSkia.cpp 46 SkRect rect = { x(), y(), maxX(), maxY() };
  /external/skia/src/core/
SkBitmapProcState_matrix.h 44 const unsigned maxX = s.fBitmap->width() - 1;
56 if (0 == maxX) {
66 if ((unsigned)(fx >> 16) <= maxX &&
67 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
75 a = TILEX_PROCF(fx, maxX); fx += dx;
76 b = TILEX_PROCF(fx, maxX); fx += dx;
82 a = TILEX_PROCF(fx, maxX); fx += dx;
83 b = TILEX_PROCF(fx, maxX); fx += dx;
92 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
118 int maxX = s.fBitmap->width() - 1
    [all...]
SkBitmapProcState_matrix_repeat.h 63 const unsigned maxX = s.fBitmap->width() - 1;
75 if (0 == maxX) {
85 if ((unsigned)(fx >> 16) <= maxX &&
86 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
132 lout = vmulq_s32(lout, vdupq_n_s32(maxX+1));
133 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1));
156 a = TILEX_PROCF(fx, maxX); fx += dx;
157 b = TILEX_PROCF(fx, maxX); fx += dx;
163 a = TILEX_PROCF(fx, maxX); fx += dx;
164 b = TILEX_PROCF(fx, maxX); fx += dx
    [all...]
SkBitmapProcState_shaderproc.h 29 const unsigned maxX = s.fBitmap->width() - 1;
61 unsigned subX = TILEX_LOW_BITS(fx, maxX);
62 unsigned x0 = TILEX_PROCF(fx, maxX);
63 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
SkBitmapProcState_matrix_clamp.h 65 const unsigned maxX = s.fBitmap->width() - 1;
77 if (0 == maxX) {
87 if ((unsigned)(fx >> 16) <= maxX &&
88 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
140 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
180 int maxX = s.fBitmap->width() - 1;
195 /* my sets of maxx/maxy for clamping */
196 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16);
268 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
    [all...]
SkBitmapSampler.cpp 106 int maxX = fMaxX;
111 int tmpx = procX(ix, maxX);
115 int tmpx1 = procX(ix + 1, maxX);
154 int maxX = fMaxX;
159 int tmpx = procX(ix, maxX);
163 int tmpx1 = procX(ix + 1, maxX);
209 int maxX = fMaxX;
214 int tmpx = procX(ix, maxX);
218 int tmpx1 = procX(ix + 1, maxX);
268 int maxX = fMaxX
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
IntRectWin.cpp 41 RECT rect = { x(), y(), maxX(), maxY() };
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.cpp 47 && x() < other.maxX() && other.x() < maxX()
53 return x() <= other.x() && maxX() >= other.maxX()
61 int r = min(maxX(), other.maxX());
90 int r = max(maxX(), other.maxX());
111 int right = max(maxX(), other.maxX());
    [all...]
FloatRect.cpp 54 && x() < other.maxX() && other.x() < maxX()
60 return x() <= other.x() && maxX() >= other.maxX()
68 float r = min(maxX(), other.maxX());
94 float r = max(maxX(), other.maxX());
112 float right = max(maxX(), other.maxX());
    [all...]
FloatQuad.h 57 , m_p2(inRect.maxX(), inRect.y())
58 , m_p3(inRect.maxX(), inRect.maxY())
  /external/webkit/Source/WebKit2/UIProcess/qt/
TiledDrawingAreaTileQt.cpp 93 if (m_rect.maxX() > oldRect.maxX())
94 invalidate(IntRect(oldRect.maxX(), oldRect.y(), m_rect.maxX() - oldRect.maxX(), m_rect.height()));
  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 47 , m_maxXLayoutOverflow(layoutRect.maxX())
51 , m_maxXVisualOverflow(visualRect.maxX())
127 m_maxXLayoutOverflow = std::max(rect.maxX(), m_maxXLayoutOverflow);
135 m_maxXVisualOverflow = std::max(rect.maxX(), m_maxXVisualOverflow);
143 m_maxXLayoutOverflow = rect.maxX();
151 m_maxXVisualOverflow = rect.maxX();
159 m_maxXLayoutOverflow = rect.maxX();
RenderThemeWinCE.cpp 253 IntRect buttonRect(r.maxX() - dropDownButtonWidth - 1, r.y(), dropDownButtonWidth, r.height());
389 paintInfo.context->drawLine(IntPoint(xBounds.maxX(), xBounds.y()), IntPoint(xBounds.x(), xBounds.maxY()));
501 IntPoint right = IntPoint(left.x() + mediaElement->percentLoaded() * (r.maxX() - r.x() - 4), (r.y() + r.maxY()) / 2);
507 i.context->drawLine(left, IntPoint(r.maxX() - 2, left.y()));
569 FloatPoint(imRect.maxX() - 1, imRect.y()),
570 FloatPoint(imRect.maxX() - 1, imRect.maxY()),
576 paintInfo.context->drawLine(IntPoint(imRect.maxX(), imRect.y()), IntPoint(imRect.x(), imRect.maxY()));
598 FloatPoint pts[3] = { FloatPoint(imRect.x(), imRect.y()), FloatPoint(imRect.maxX(), (imRect.y() + imRect.maxY()) / 2.0), FloatPoint(imRect.x(), imRect.maxY()) };
610 FloatPoint pts[3] = { FloatPoint((imRect.x() + imRect.maxX()) / 2.0, imRect.y()), FloatPoint(imRect.x(), (imRect.y() + imRect.maxY()) / 2.0), FloatPoint((imRect.x() + imRect.maxX()) / 2.0, imRect.maxY()) }
    [all...]
RenderInline.cpp     [all...]
  /external/webkit/Source/WebCore/dom/
ClientRect.h 45 float right() const { return m_rect.maxX(); }
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 55 context->clip(FloatRect(0, 0, paintingRect.maxX(), paintingRect.maxY()));
  /external/webkit/Source/WebKit/chromium/src/
DragScrollTimer.cpp 46 else if (rect.maxX() < point.x())
47 dx = point.x() - rect.maxX();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FlingScroller.java 77 int minX, int maxX, int minY, int maxY) {
82 mMaxX = maxX;
  /external/webkit/Source/WebCore/page/chromium/
FrameChromium.cpp 88 buffer->context()->clip(FloatRect(0, 0, paintingRect.maxX(), paintingRect.maxY()));
111 buffer->context()->clip(FloatRect(0, 0, paintingRect.maxX(), paintingRect.maxY()));
  /external/webkit/Source/WebCore/platform/graphics/android/
TilesProfiler.cpp 136 rect.maxX(), rect.maxY(), scale, false, INVAL_CODE));
138 rect.maxX(), rect.maxY(), scale);
  /external/skia/samplecode/
SampleEncode.cpp 171 SkScalar x = 0, y = 0, maxX = 0;
196 if (x > maxX) {
197 maxX = x;
202 x = maxX + SkIntToScalar(10);
  /external/webkit/Source/WebKit/android/nav/
CachedHistory.cpp 71 if (mMinWorkingVertical < viewBounds.x() || mMinWorkingVertical >= viewBounds.maxX())
73 if (mMaxWorkingVertical > viewBounds.maxX() || mMaxWorkingVertical <= viewBounds.x())
74 mMaxWorkingVertical = viewBounds.maxX();
114 mMaxWorkingVertical = navBounds->maxX();
  /external/webkit/Source/WebKit2/Platform/
Region.cpp 76 appendSegment(rect.maxX());
190 int maxX = std::numeric_limits<int>::min();
202 if (*lastSegment > maxX)
203 maxX = *lastSegment;
209 ASSERT(minX <= maxX);
212 return IntRect(minX, minY, maxX - minX, maxY - minY);
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 131 return isHorizontalMove(direction) ? rect.maxY() : rect.maxX();
148 bEnd = b.maxX();
152 bEnd = a.maxX();
249 return curRect.x() - targetRect.maxX() > viewSize.width();
251 return targetRect.x() - curRect.maxX() > viewSize.width();
271 return a.x() > b.maxX();
278 return targetRect.maxX() <= curRect.x();
280 return targetRect.x() >= curRect.maxX();
550 entryPoint.setX(potentialRect.maxX());
557 exitPoint.setX(startingRect.maxX());
    [all...]

Completed in 880 milliseconds

1 2 3 4 5 6