HomeSort by relevance Sort by last modified time
    Searched full:maxy (Results 1 - 25 of 231) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
ScrollableLayerAndroid.cpp 48 float maxX, float maxY)
53 if (maxY < 0) maxY = 0;
55 if (minY > maxY) minY = maxY;
56 m_scrollLimits.set(minX, minY, minX + maxX, minY + maxY);
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.mm 192 CGFloat maxY = NSMaxY(contentBounds) + yOffset;
193 CGFloat startMaxY = maxY;
196 // If we need to lay out the top tab strip, replace |maxY| and |startMaxY|
199 startMaxY = maxY = NSHeight(windowFrame) + yOffset;
200 maxY = [self layoutTabStripAtMaxY:maxY width:width fullscreen:isFullscreen];
203 // Sanity-check |maxY|.
204 DCHECK_GE(maxY, minY);
205 DCHECK_LE(maxY, NSMaxY(contentBounds) + yOffset);
218 maxY = [self layoutToolbarAtMinX:minX maxY:maxY width:width]
    [all...]
browser_window_controller_private.h 48 - (CGFloat)layoutTabStripAtMaxY:(CGFloat)maxY
56 maxY:(CGFloat)maxY
65 // call it with the appropriate |maxY| which depends on whether or not the
69 maxY:(CGFloat)maxY
81 maxY:(CGFloat)maxY
  /external/skia/legacy/src/core/
SkBitmapProcState_shaderproc.h 35 const unsigned maxY = s.fBitmap->height() - 1;
37 subY = TILEY_LOW_BITS(fy, maxY);
38 int y0 = TILEY_PROCF(fy, maxY);
39 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
SkBitmapProcState_matrix.h 45 const unsigned maxY = s.fBitmap->height() - 1;
46 *xy++ = TILEY_PROCF(fx, maxY);
113 int maxY = s.fBitmap->height() - 1;
116 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX);
128 int maxY = s.fBitmap->height() - 1;
137 *xy++ = (TILEY_PROCF(srcXY[1], maxY) << 16) |
178 const unsigned maxY = s.fBitmap->height() - 1;
180 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
221 unsigned maxY = s.fBitmap->height() - 1;
224 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y)
    [all...]
SkBitmapSampler.cpp 100 int maxY = fMaxY;
104 int tmpy = procY(iy, maxY);
110 int tmpy1 = procY(iy + 1, maxY);
148 int maxY = fMaxY;
152 int tmpy = procY(iy, maxY);
158 int tmpy1 = procY(iy + 1, maxY);
203 int maxY = fMaxY;
207 int tmpy = procY(iy, maxY);
213 int tmpy1 = procY(iy + 1, maxY);
262 int maxY = fMaxY
    [all...]
  /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) {
73 this.maxY = maxY;
82 joint.getRotationalLimitMotor(1).setHiLimit(maxY);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
cull.rs 35 float minX, minY, minZ, maxX, maxY, maxZ;
38 &maxX, &maxY, &maxZ);
40 //rsDebug("max", maxX, maxY, maxZ);
43 sphere.y = (maxY + minY) * 0.5f;
47 radius.y = (maxY - sphere.y);
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.cpp 48 && y() < other.maxY() && other.y() < maxY();
54 && y() <= other.y() && maxY() >= other.maxY();
62 int b = min(maxY(), other.maxY());
91 int b = max(maxY(), other.maxY());
112 int bottom = max(maxY(), other.maxY());
    [all...]
FloatRect.cpp 55 && y() < other.maxY() && other.y() < maxY();
61 && y() <= other.y() && maxY() >= other.maxY();
69 float b = min(maxY(), other.maxY());
95 float b = max(maxY(), other.maxY());
113 float bottom = max(maxY(), other.maxY());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
RTree.cpp 57 int& maxx, int& maxy,
67 maxy = children[0]->m_maxY;
75 maxy = std::max(maxy, children[i]->m_maxY);
80 int h = maxy - miny;
86 int& maxx, int& maxy)
91 int newMaxY = std::max(maxy, node->m_maxY);
154 bounds.maxX(), bounds.maxY(), payload);
160 m_root->search(clip.x(), clip.y(), clip.maxX(), clip.maxY(), list);
165 m_root->remove(clip.x(), clip.y(), clip.maxX(), clip.maxY());
    [all...]
RTree.h 126 static Node* create(RTree* tree, int minx, int miny, int maxx, int maxy,
128 return new (tree->allocateNode()) Node(tree, minx, miny, maxx, maxy, payload);
134 void search(int minx, int miny, int maxx, int maxy, Vector<WebCore::RecordingData*>& list);
135 void remove(int minx, int miny, int maxx, int maxy);
141 Node(RTree* tree, int minx, int miny, int maxx, int maxy, WebCore::RecordingData* payload);
156 bool overlap(int minx, int miny, int maxx, int maxy);
157 bool inside(int minx, int miny, int maxx, int maxy);
  /external/skia/src/core/
SkBitmapProcState_matrix.h 61 const unsigned maxY = s.fBitmap->height() - 1;
62 *xy++ = TILEY_PROCF(SkFractionalIntToFixed(fx), maxY);
128 int maxY = s.fBitmap->height() - 1;
131 *xy++ = (TILEY_PROCF(SkFractionalIntToFixed(fy), maxY) << 16) |
144 int maxY = s.fBitmap->height() - 1;
153 *xy++ = (TILEY_PROCF(srcXY[1], maxY) << 16) |
194 const unsigned maxY = s.fBitmap->height() - 1;
196 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, s.fFilterOneY PREAMBLE_ARG_Y);
236 unsigned maxY = s.fBitmap->height() - 1;
239 *xy++ = PACK_FILTER_Y_NAME(fy, maxY, oneY PREAMBLE_ARG_Y)
    [all...]
SkBitmapProcState_shaderproc.h 40 const unsigned maxY = s.fBitmap->height() - 1;
42 subY = TILEY_LOW_BITS(fy, maxY);
43 int y0 = TILEY_PROCF(fy, maxY);
44 int y1 = TILEY_PROCF((fy + s.fFilterOneY), maxY);
SkBitmapSampler.cpp 100 int maxY = fMaxY;
104 int tmpy = procY(iy, maxY);
110 int tmpy1 = procY(iy + 1, maxY);
148 int maxY = fMaxY;
152 int tmpy = procY(iy, maxY);
158 int tmpy1 = procY(iy + 1, maxY);
203 int maxY = fMaxY;
207 int tmpy = procY(iy, maxY);
213 int tmpy1 = procY(iy + 1, maxY);
263 int maxY = fMaxY
    [all...]
  /frameworks/support/v4/gingerbread/android/support/v4/widget/
ScrollerCompatGingerbread.java 56 int minX, int maxX, int minY, int maxY) {
57 ((OverScroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
61 int minX, int maxX, int minY, int maxY, int overX, int overY) {
63 minX, maxX, minY, maxY, overX, overY);
  /cts/tests/tests/graphics/src/android/graphics/cts/
DiscretePathEffectTest.java 77 int maxY = 0;
84 maxY = Math.max(maxY, y);
96 assertTrue(maxY - minY > 0);
98 assertTrue(maxY - minY <= 1 + 2 * DEVIATION);
  /external/webkit/Source/WebCore/rendering/
RenderOverflow.h 45 , m_maxYLayoutOverflow(layoutRect.maxY())
49 , m_maxYVisualOverflow(visualRect.maxY())
125 m_maxYLayoutOverflow = std::max(rect.maxY(), m_maxYLayoutOverflow);
133 m_maxYVisualOverflow = std::max(rect.maxY(), m_maxYVisualOverflow);
141 m_maxYLayoutOverflow = rect.maxY();
149 m_maxYVisualOverflow = rect.maxY();
157 m_maxYLayoutOverflow = rect.maxY();
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 106 int maxY = mShapeY + mShapeH;
109 maxY = Math.max(mShapeY + mShapeH, maxY);
110 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);
Bouncer1.java 76 int maxY = mShapeY + mShapeH;
79 maxY = Math.max(mShapeY + mShapeH, maxY);
80 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);
Bouncer2.java 77 int maxY = mShapeY + mShapeH;
80 maxY = Math.max(mShapeY + mShapeH, maxY);
81 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);
Bouncer3.java 77 int maxY = mShapeY + mShapeH;
80 maxY = Math.max(mShapeY + mShapeH, maxY);
81 invalidate(mShapeX, minY, mShapeX + mShapeW, maxY);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 121 float maxy = miny; local
125 if (y > maxy) maxy = y;
127 if (maxy - miny < mHandleBarHeight) {
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
simplemodel.rs 109 float minX, minY, minZ, maxX, maxY, maxZ;
114 &maxX, &maxY, &maxZ);
116 info->bBoxMax = toFloat3(maxX, maxY, maxZ);
126 float minX, minY, minZ, maxX, maxY, maxZ;
  /frameworks/support/v4/java/android/support/v4/widget/
ScrollerCompat.java 44 int minX, int maxX, int minY, int maxY);
46 int minX, int maxX, int minY, int maxY, int overX, int overY);
100 int minX, int maxX, int minY, int maxY) {
101 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
106 int minX, int maxX, int minY, int maxY, int overX, int overY) {
107 ((Scroller) scroller).fling(startX, startY, velX, velY, minX, maxX, minY, maxY);
187 int minX, int maxX, int minY, int maxY) {
189 minX, maxX, minY, maxY);
194 int minX, int maxX, int minY, int maxY, int overX, int overY) {
196 minX, maxX, minY, maxY, overX, overY)
    [all...]

Completed in 1122 milliseconds

1 2 3 4 5 6 7 8 910