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

1 2 3 4 5 6 7

  /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 38 const unsigned maxX = s.fBitmap->width() - 1;
50 if (0 == maxX) {
60 if ((unsigned)(fx >> 16) <= maxX &&
61 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
69 a = TILEX_PROCF(fx, maxX); fx += dx;
70 b = TILEX_PROCF(fx, maxX); fx += dx;
76 a = TILEX_PROCF(fx, maxX); fx += dx;
77 b = TILEX_PROCF(fx, maxX); fx += dx;
86 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
112 int maxX = s.fBitmap->width() - 1
    [all...]
SkBitmapProcState_matrix_repeat.h 68 const unsigned maxX = s.fBitmap->width() - 1;
80 if (0 == maxX) {
90 if ((unsigned)(fx >> 16) <= maxX &&
91 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
137 lout = vmulq_s32(lout, vdupq_n_s32(maxX+1));
138 hout = vmulq_s32(hout, vdupq_n_s32(maxX+1));
161 a = TILEX_PROCF(fx, maxX); fx += dx;
162 b = TILEX_PROCF(fx, maxX); fx += dx;
168 a = TILEX_PROCF(fx, maxX); fx += dx;
169 b = TILEX_PROCF(fx, maxX); fx += dx
    [all...]
SkBitmapProcState_shaderproc.h 22 const unsigned maxX = s.fBitmap->width() - 1;
54 unsigned subX = TILEX_LOW_BITS(fx, maxX);
55 unsigned x0 = TILEX_PROCF(fx, maxX);
56 unsigned x1 = TILEX_PROCF((fx + oneX), maxX);
SkBitmapProcState_matrix_clamp.h 70 const unsigned maxX = s.fBitmap->width() - 1;
82 if (0 == maxX) {
92 if ((unsigned)(fx >> 16) <= maxX &&
93 (unsigned)((fx + dx * (count - 1)) >> 16) <= maxX) {
145 hi16 = vminq_s16(hi16, vdupq_n_s16(maxX));
160 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
185 int maxX = s.fBitmap->width() - 1;
200 /* my sets of maxx/maxy for clamping */
201 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16);
273 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
    [all...]
SkBitmapSampler.cpp 98 int maxX = fMaxX;
103 int tmpx = procX(ix, maxX);
107 int tmpx1 = procX(ix + 1, maxX);
146 int maxX = fMaxX;
151 int tmpx = procX(ix, maxX);
155 int tmpx1 = procX(ix + 1, maxX);
201 int maxX = fMaxX;
206 int tmpx = procX(ix, maxX);
210 int tmpx1 = procX(ix + 1, maxX);
260 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...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
ScrollableLayerAndroid.cpp 48 float maxX, float maxY)
52 if (maxX < 0) maxX = 0;
54 if (minX > maxX) minX = maxX;
56 m_scrollLimits.set(minX, minY, minX + maxX, minY + maxY);
ScrollableLayerAndroid.h 57 void setScrollLimits(float minX, float minY, float maxX, float maxY);
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/
RagdollPreset.java 65 private float maxX, minX, maxY, minY, maxZ, minZ;
70 public JointPreset(float maxX, float minX, float maxY, float minY, float maxZ, float minZ) {
71 this.maxX = maxX;
80 joint.getRotationalLimitMotor(0).setHiLimit(maxX);
  /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();
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 252 const unsigned maxX = s.fBitmap->width() - 1;
268 if (dx > 0 && (unsigned)(fx >> 16) <= maxX &&
269 (unsigned)((fx + dx * (count - 1)) >> 16) < maxX) {
307 // maxX less than the max 16bit interger. Actually maxX is the bitmap's
310 if ((count >= 4) && (maxX <= 0xFFFF)) {
312 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one);
321 __m128i wide_maxX = _mm_set1_epi32(maxX);
329 // i = SkClampMax(f>>16,maxX)
361 *xy++ = ClampX_ClampY_pack_filter(fx, maxX, one)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AABoxCollisionVolume.java 104 final float maxX;
111 maxX = Math.max(getMaxX(), other.getMaxX());
116 maxX = other.getMaxX();
121 final float horizontalDelta = maxX - minX;
CollisionVolume.java 61 final float maxX = getMaxX();
62 value = flip.parentWidth - maxX;
SphereCollisionVolume.java 130 final float maxX;
137 maxX = Math.max(getMaxX(), other.getMaxX());
142 maxX = other.getMaxX();
147 final float horizontalDelta = maxX - minX;
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 161 * @param maxX Maximum X value. The scroller will not scroll past this
169 int minX, int maxX, int minY, int maxY) {
170 mScroller.fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY);
  /external/qemu/distrib/sdl-1.2.15/src/events/
SDL_events_c.h 68 extern void SDL_SetMouseRange(int maxX, int maxY);
  /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();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 109 int maxX = windowBounds.x + windowBounds.width - initialSize.x;
111 if (x > maxX) {
112 x = maxX;

Completed in 204 milliseconds

1 2 3 4 5 6 7