/external/junit/src/junit/awtui/ |
D | ProgressBar.java | 6 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/ |
D | mergenf.cpp | 357 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()
|
D | mergenf.h | 95 FRECT *Rectangle,
|
/external/proguard/src/proguard/gui/splash/ |
D | OverrideGraphics2D.java | 454 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()
|
D | ClipSprite.java | 63 Rectangle clip = graphics.getClipBounds(); in paint()
|
/external/webkit/WebCore/rendering/style/ |
D | StyleDashboardRegion.h | 44 Rectangle enumerator
|
/external/tesseract/viewer/ |
D | svpaint.cpp | 141 window_->Rectangle(sv_event->x, sv_event->y, in SelectionHandler()
|
D | scrollview.h | 251 void Rectangle(int x1, int y1, int x2, int y2);
|
D | scrollview.cpp | 564 void ScrollView::Rectangle(int x1, int y1, int x2, int y2) { in Rectangle() function in ScrollView
|
/external/tesseract/java/com/google/scrollview/ui/ |
D | SVWindow.java | 37 import java.awt.Rectangle; 463 lc.animateViewToPanToBounds(new Rectangle(x1 - hmargin, y1 - hmargin, in zoomRectangle()
|
/external/webkit/WebCore/page/mac/ |
D | WebDashboardRegion.m | 74 return "Rectangle";
|
D | FrameMac.mm | 511 else if (region.type == StyleDashboardRegion::Rectangle)
|
/external/tesseract/textord/ |
D | strokewidth.cpp | 95 window->Rectangle(left_x, bottom_y, right_x, top_y); in DisplayGoodBlobs()
|
D | bbgrid.h | 475 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()
|
D | drawtord.cpp | 315 win->Rectangle (prev_x, blob_box.bottom (), in plot_word_decisions()
|
D | tablefind.cpp | 1158 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()
|
D | topitch.cpp | 1832 to_win->Rectangle(word_box.left(), word_box.bottom(), in find_repeated_chars()
|
/external/tesseract/ccstruct/ |
D | rect.h | 223 fd->Rectangle(bot_left.x (), bot_left.y (), top_right.x (), in plot()
|
D | coutln.cpp | 637 window->Rectangle(box.left(), box.top(), box.right(), box.bottom()); in plot()
|
D | statistc.cpp | 685 window->Rectangle( xorigin + xscale * index, yorigin, in plot()
|
/external/webkit/WebKitTools/DrawTest/ |
D | DrawTestToolbarController.m | 60 NSString *ToolbarRectangleToolIdentifier = @"Rectangle";
|
/external/skia/src/xml/ |
D | SkJSDisplayable.cpp | 172 JS_INIT(Sk, Rectangle) in JS_INIT()
|
/external/tesseract/ccmain/ |
D | charcut.cpp | 108 fd->Rectangle(min[i], y_coord, max[i] + 1, y_coord + 1); in plot()
|
/external/webkit/WebCore/css/ |
D | CSSComputedStyleDeclaration.cpp | 1174 region->m_isRectangle = (styleRegion.type == StyleDashboardRegion::Rectangle); in getPropertyCSSValue()
|
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 670 Rectangle(dc, trRect.x(), trRect.y(), trRect.right(), trRect.bottom()); in drawRect()
|