OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxy
(Results
51 - 75
of
175
) sorted by null
1
2
3
4
5
6
7
/external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp
206
if (rect.x() < 0 || rect.y() < 0 || rect.maxX() > size.width() || rect.
maxY
() > size.height())
226
int endy = rect.
maxY
();
328
ASSERT(originy <= sourceRect.
maxY
());
330
int endy = destPoint.y() + sourceRect.
maxY
();
/external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp
190
|| rect.
maxY
() > size.height())
213
int endY = rect.
maxY
();
293
ASSERT(originY < sourceRect.
maxY
());
295
int endY = destPoint.y() + sourceRect.
maxY
();
/external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.cpp
104
result.setHeight(forwardRect.
maxY
() - backRect.y());
RenderLineBoxList.cpp
163
if (physicalStart >= rect.
maxY
() || physicalStart + physicalExtent <= rect.y())
246
if (ty + bottomForPaginationCheck > v->printRect().
maxY
()) {
250
if (ty + bottomForPaginationCheck > v->printRect().
maxY
()) {
RenderThemeSafari.cpp
763
RetainPtr<CGShadingRef> topShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(topGradient.x(), topGradient.y()), CGPointMake(topGradient.x(), topGradient.
maxY
()), topFunction.get(), false, false));
768
RetainPtr<CGShadingRef> bottomShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(bottomGradient.x(), bottomGradient.y()), CGPointMake(bottomGradient.x(), bottomGradient.
maxY
()), bottomFunction.get(), false, false));
772
RetainPtr<CGShadingRef> mainShading(AdoptCF, CGShadingCreateAxial(cspace, CGPointMake(r.x(), r.y()), CGPointMake(r.x(), r.
maxY
()), mainFunction.get(), false, false));
851
IntPoint(leftEdgeOfSeparator, bounds.
maxY
()));
855
IntPoint(leftEdgeOfSeparator + separatorSpace, bounds.
maxY
()));
[
all
...]
/external/webkit/Source/WebKit2/Platform/
Region.cpp
77
appendSpan(rect.
maxY
());
187
int
maxY
= lastSpan->y;
210
ASSERT(minY <=
maxY
);
212
return IntRect(minX, minY, maxX - minX,
maxY
- minY);
/external/webkit/Source/WebKit2/UIProcess/mac/
ChunkedUpdateDrawingAreaProxyMac.mm
100
CGContextTranslateCTM(m_bitmapContext.get(), 0, -(updateChunkRect.y() + updateChunkRect.
maxY
()));
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxmodes.c
127
SDL_modelist[i]->h == (info.Nominal.
MaxY
+1) )
148
SDL_modelist[nmodes-1]->h = info.Nominal.
MaxY
+1;
SDL_cgximage.c
319
int y, miny,
maxy
;
local
328
maxy
= rects[i].y+rects[i].h;
329
for ( y=miny; y<
maxy
; ++y ) {
346
maxy
= rects[i].y+rects[i].h;
347
for ( y=miny; y<
maxy
; ++y ) {
/external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp
133
if (rect.x() < 0 || rect.y() < 0 || rect.maxX() > m_size.width() || rect.
maxY
() > m_size.height())
214
int endy = destPoint.y() + sourceRect.
maxY
();
PlatformGraphicsContext.h
121
SkCanvas* canvas = m_picture->beginRecording(m_rect.maxX(), m_rect.
maxY
());
/external/webkit/Source/WebCore/platform/graphics/gpu/
TilingData.cpp
110
int y2 = bounds.
maxY
();
196
int b = tileYIndexFromSrcCoord(srcRect.
maxY
());
/frameworks/base/libs/rs/
rsScriptC_LibGL.cpp
225
float *maxX, float *
maxY
, float *maxZ) {
232
*
maxY
= sm->mBBoxMax[1];
/external/opencv/cvaux/src/
cvcorrimages.cpp
633
float maxX,
maxY
;
636
maxX =
maxY
= FLT_MIN;
656
if( y >
maxY
)
657
maxY
= y;
677
if( y >
maxY
)
678
maxY
= y;
686
subdiv = cvCreateSubdivDelaunay2D( cvRect( cvRound(minX)-5, cvRound(minY)-5, cvRound(maxX-minX)+10, cvRound(
maxY
-minY)+10 ), storage );
[
all
...]
/external/opencv/cv/src/
cvsegmentation.cpp
458
int minx, miny, maxx,
maxy
;
local
467
maxy
= cvRound(y0 + sp);
maxy
= MIN(
maxy
, size.height-1);
470
for( y = miny; y <=
maxy
; y++, ptr += sstep - (maxx-minx+1)*3 )
/external/qemu/distrib/sdl-1.2.12/src/video/epoc/
SDL_epocvideo.cpp
531
TInt
maxY
= Min(screenH - 1, rect2.y + rect2.h - 1);
532
if (maxX < 0 ||
maxY
< 0) /* sanity check */
534
maxY
= Min(
maxY
, 199);
538
TInt sourceRectHeight =
maxY
- rect2.y + 1;
/external/webkit/Source/WebCore/platform/
Scrollbar.cpp
404
int overlap = rect.
maxY
() - resizerRect.y();
405
if (overlap > 0 && resizerRect.
maxY
() >= rect.
maxY
()) {
ScrollbarThemeComposite.cpp
255
afterThumbRect = IntRect(trackRect.x(), trackRect.y() + beforeThumbRect.height(), trackRect.width(), trackRect.
maxY
() - beforeThumbRect.
maxY
());
/external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp
449
destRect.set(m_transformedSourceRect.x(), m_transformedSourceRect.y(), m_transformedSourceRect.maxX(), m_transformedSourceRect.
maxY
());
451
destRect.set(m_sourceRect.x(), m_sourceRect.y(), m_sourceRect.maxX(), m_sourceRect.
maxY
());
490
SkRect destRect = { m_transformedSourceRect.x(), m_transformedSourceRect.y(), m_transformedSourceRect.maxX(), m_transformedSourceRect.
maxY
() };
/external/webkit/Source/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp
332
if (frameRect.
maxY
() > size().height())
339
int bottom = lowerBoundScaledY(frameRect.
maxY
(), top);
381
for (int y = prevRect.y(); y < prevRect.
maxY
(); ++y) {
/external/webkit/Source/WebKit2/UIProcess/
TiledDrawingAreaProxy.cpp
239
TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.
maxY
()));
337
TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.
maxY
()));
437
TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(visibleRect.maxX(), visibleRect.
maxY
()));
/frameworks/base/core/java/android/widget/
Scroller.java
364
* @param
maxY
Maximum Y value. The scroller will not scroll past this
368
int minX, int maxX, int minY, int
maxY
) {
410
mMaxY =
maxY
;
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c
1350
int maxx,
maxy
;
local
1635
int maxx,
maxy
, w, h, x, y;
local
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/transforms/
AffineTransform.cpp
320
result.setP3(mapPoint(FloatPoint(rect.maxX(), rect.
maxY
())));
321
result.setP4(mapPoint(FloatPoint(rect.x(), rect.
maxY
())));
/external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm
260
dirtyRect.setY([view bounds].size.height - dirtyRect.
maxY
());
304
dirtyRect.setY([view bounds].size.height - dirtyRect.
maxY
());
Completed in 1571 milliseconds
1
2
3
4
5
6
7