/external/skia/tests/ |
D | PathTest.cpp | 5 const SkRect& bounds) { in check_convex_bounds() 21 SkRect bounds, bounds2; in TestPath() local
|
/external/skia/src/animator/ |
D | SkDrawSaveLayer.h | 38 SkDrawRect* bounds; variable
|
D | SkBoundable.h | 31 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds()
|
/external/skia/src/views/ |
D | SkImageView.cpp | 173 SkRect bounds; in onDraw() local 222 bool SkImageView::getDataBounds(SkRect* bounds) in getDataBounds()
|
D | SkBorderView.cpp | 49 SkRect bounds; in onDraw() local
|
D | SkProgressBarView.cpp | 34 SkRect bounds; in onDraw() local
|
D | SkScrollBarView.cpp | 88 SkRect bounds; in onDraw() local
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
D | SDL_sysyuv.cc | 41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) { in BE_GetOverlayBitmap() 134 BRect bounds; in BE_CreateYUVOverlay() local
|
D | SDL_BView.h | 64 BRect bounds; in FrameResized() local
|
D | SDL_sysvideo.cc | 266 BRect bounds; in BE_VideoInit() local 402 BRect bounds; in BE_SetFullScreen() local 495 BRect bounds; in BE_SetVideoMode() local
|
/external/skia/xcode/hostapp/ |
D | test.cpp | 31 void SkiaDraw(CGContextRef cg, CGRect bounds) { in SkiaDraw()
|
/external/webkit/WebKit/android/jni/ |
D | WebFrameView.cpp | 76 const WebCore::IntRect& bounds = getBounds(); in draw() local
|
D | PictureSet.cpp | 226 SkRect bounds; in draw() local 315 const SkIRect& bounds = working->mArea.getBounds(); in dump() local 563 const SkIRect& bounds = working->mArea.getBounds(); in split() local 617 const SkIRect& bounds = area.getBounds(); in validate() local
|
/external/skia/src/utils/ |
D | SkNinePatch.cpp | 58 const SkRect& bounds, const int32_t xDivs[], int numXDivs, in fillRow() 84 void SkNinePatch::DrawMesh(SkCanvas* canvas, const SkRect& bounds, in DrawMesh() 264 void SkNinePatch::DrawNine(SkCanvas* canvas, const SkRect& bounds, in DrawNine()
|
/external/tesseract/wordrec/ |
D | pieces.cpp | 243 void bounds_of_piece(BOUNDS_LIST bounds, in bounds_of_piece() 344 BOUNDS_LIST bounds; in record_blob_bounds() local 369 BOUNDS_LIST bounds; in record_piece_ratings() local
|
/external/qemu/android/skin/ |
D | region.h | 92 SkinRect bounds; member
|
/external/qemu/distrib/sdl-1.2.12/src/video/gem/ |
D | SDL_gemwm.c | 59 SDL_Rect bounds; in GEM_SetIcon() local
|
/external/webkit/WebKit/android/ |
D | RenderSkinCombo.cpp | 67 SkRect bounds; in Draw() local
|
D | RenderSkinButton.cpp | 97 SkRect bounds(r); in Draw() local
|
/external/webkit/WebKit/win/ |
D | WebScrollBar.cpp | 136 /* [in] */ RECT bounds) in setRect() 170 /* [retval][out] */ RECT* bounds) in frameRect()
|
/external/webkit/WebKit/android/nav/ |
D | CachedNode.h | 87 const WebCore::IntRect& bounds() const { return mBounds; } in bounds() function 103 void getBounds(WebCore::IntRect* bounds) const { *bounds = mBounds; } in getBounds() 139 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; } in setBounds() 147 void setHitBounds(const WebCore::IntRect& bounds) { mHitBounds = bounds; } in setHitBounds()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | QTMovieWin.cpp | 290 Rect bounds; in createMovieController() local 348 Rect bounds; in createGWorld() local 376 Rect bounds; in clearGWorld() local 404 Rect bounds; in setSize() local
|
/external/webkit/WebKit/android/plugins/ |
D | ANPPaintInterface.cpp | 144 uint32_t byteLength, ANPRectF* bounds) { in anp_measureText() 156 uint32_t byteLength, float widths[], ANPRectF bounds[]) { in anp_getTextWidths()
|
/external/skia/src/core/ |
D | SkRegion.cpp | 60 bool SkRegion::ComputeRunBounds(const SkRegion::RunType runs[], int count, SkIRect* bounds) in ComputeRunBounds() 337 void SkRegion::BuildRectRuns(const SkIRect& bounds, in BuildRectRuns() 945 SkIRect bounds; in op() local 1061 static const SkRegion::RunType* validate_line(const SkRegion::RunType run[], const SkIRect& bounds) in validate_line() 1106 SkIRect bounds; in validate() local
|
/external/skia/src/images/ |
D | SkFlipPixelRef.cpp | 120 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; in CopyBitsFromAddr() local
|