Home
last modified time | relevance | path

Searched refs:Rectangle (Results 1 – 25 of 27) sorted by relevance

12

/external/junit/src/junit/awtui/
DProgressBar.java6 import java.awt.Rectangle;
33 Rectangle r= getBounds(); in paintBackground()
45 Rectangle r= new Rectangle(0, 0, fProgressX, getBounds().height); in paintStatus()
/external/tesseract/training/
Dmergenf.cpp357 BOOL8 PointInside(FRECT *Rectangle, FLOAT32 X, FLOAT32 Y) { in PointInside() argument
366 if (X < Rectangle->MinX) return (FALSE); in PointInside()
367 if (X > Rectangle->MaxX) return (FALSE); in PointInside()
368 if (Y < Rectangle->MinY) return (FALSE); in PointInside()
369 if (Y > Rectangle->MaxY) return (FALSE); in PointInside()
Dmergenf.h95 FRECT *Rectangle,
/external/proguard/src/proguard/gui/splash/
DOverrideGraphics2D.java454 public Rectangle getClipBounds() in getClipBounds()
459 public Rectangle getClipBounds(Rectangle r) in getClipBounds()
464 public Rectangle getClipRect() in getClipRect()
514 public boolean hit(Rectangle rect, Shape s, boolean onStroke) in hit()
DClipSprite.java63 Rectangle clip = graphics.getClipBounds(); in paint()
/external/webkit/WebCore/rendering/style/
DStyleDashboardRegion.h44 Rectangle enumerator
/external/tesseract/viewer/
Dsvpaint.cpp141 window_->Rectangle(sv_event->x, sv_event->y, in SelectionHandler()
Dscrollview.h251 void Rectangle(int x1, int y1, int x2, int y2);
Dscrollview.cpp564 void ScrollView::Rectangle(int x1, int y1, int x2, int y2) { in Rectangle() function in ScrollView
/external/tesseract/java/com/google/scrollview/ui/
DSVWindow.java37 import java.awt.Rectangle;
463 lc.animateViewToPanToBounds(new Rectangle(x1 - hmargin, y1 - hmargin, in zoomRectangle()
/external/webkit/WebCore/page/mac/
DWebDashboardRegion.m74 return "Rectangle";
DFrameMac.mm511 else if (region.type == StyleDashboardRegion::Rectangle)
/external/tesseract/textord/
Dstrokewidth.cpp95 window->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayGoodBlobs()
Dbbgrid.h475 tab_win->Rectangle(0, 0, tright_.x(), tright_.y()); in MakeWindow()
502 tab_win->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayBoxes()
Ddrawtord.cpp315 win->Rectangle (prev_x, blob_box.bottom (), in plot_word_decisions()
Dtablefind.cpp1158 win->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayColSegments()
1196 win->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayColPartitions()
Dtopitch.cpp1832 to_win->Rectangle(word_box.left(), word_box.bottom(), in find_repeated_chars()
/external/tesseract/ccstruct/
Drect.h223 fd->Rectangle(bot_left.x (), bot_left.y (), top_right.x (), in plot()
Dcoutln.cpp637 window->Rectangle(box.left(), box.top(), box.right(), box.bottom()); in plot()
Dstatistc.cpp685 window->Rectangle( xorigin + xscale * index, yorigin, in plot()
/external/webkit/WebKitTools/DrawTest/
DDrawTestToolbarController.m60 NSString *ToolbarRectangleToolIdentifier = @"Rectangle";
/external/skia/src/xml/
DSkJSDisplayable.cpp172 JS_INIT(Sk, Rectangle) in JS_INIT()
/external/tesseract/ccmain/
Dcharcut.cpp108 fd->Rectangle(min[i], y_coord, max[i] + 1, y_coord + 1); in plot()
/external/webkit/WebCore/css/
DCSSComputedStyleDeclaration.cpp1174 region->m_isRectangle = (styleRegion.type == StyleDashboardRegion::Rectangle); in getPropertyCSSValue()
/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp670 Rectangle(dc, trRect.x(), trRect.y(), trRect.right(), trRect.bottom()); in drawRect()

12