Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 83) sorted by relevance

1234

/external/skia/tests/
DPathTest.cpp5 const SkRect& bounds) { in check_convex_bounds()
21 SkRect bounds, bounds2; in TestPath() local
/external/skia/src/animator/
DSkDrawSaveLayer.h38 SkDrawRect* bounds; variable
DSkBoundable.h31 void setBounds(SkIRect& bounds) { fBounds = bounds; } in setBounds()
/external/skia/src/views/
DSkImageView.cpp173 SkRect bounds; in onDraw() local
222 bool SkImageView::getDataBounds(SkRect* bounds) in getDataBounds()
DSkBorderView.cpp49 SkRect bounds; in onDraw() local
DSkProgressBarView.cpp34 SkRect bounds; in onDraw() local
DSkScrollBarView.cpp88 SkRect bounds; in onDraw() local
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
DSDL_sysyuv.cc41 BBitmap * BE_GetOverlayBitmap(BRect bounds, color_space cs) { in BE_GetOverlayBitmap()
134 BRect bounds; in BE_CreateYUVOverlay() local
DSDL_BView.h64 BRect bounds; in FrameResized() local
DSDL_sysvideo.cc266 BRect bounds; in BE_VideoInit() local
402 BRect bounds; in BE_SetFullScreen() local
495 BRect bounds; in BE_SetVideoMode() local
/external/skia/xcode/hostapp/
Dtest.cpp31 void SkiaDraw(CGContextRef cg, CGRect bounds) { in SkiaDraw()
/external/webkit/WebKit/android/jni/
DWebFrameView.cpp76 const WebCore::IntRect& bounds = getBounds(); in draw() local
DPictureSet.cpp226 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/
DSkNinePatch.cpp58 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/
Dpieces.cpp243 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/
Dregion.h92 SkinRect bounds; member
/external/qemu/distrib/sdl-1.2.12/src/video/gem/
DSDL_gemwm.c59 SDL_Rect bounds; in GEM_SetIcon() local
/external/webkit/WebKit/android/
DRenderSkinCombo.cpp67 SkRect bounds; in Draw() local
DRenderSkinButton.cpp97 SkRect bounds(r); in Draw() local
/external/webkit/WebKit/win/
DWebScrollBar.cpp136 /* [in] */ RECT bounds) in setRect()
170 /* [retval][out] */ RECT* bounds) in frameRect()
/external/webkit/WebKit/android/nav/
DCachedNode.h87 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/
DQTMovieWin.cpp290 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/
DANPPaintInterface.cpp144 uint32_t byteLength, ANPRectF* bounds) { in anp_measureText()
156 uint32_t byteLength, float widths[], ANPRectF bounds[]) { in anp_getTextWidths()
/external/skia/src/core/
DSkRegion.cpp60 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/
DSkFlipPixelRef.cpp120 const SkIRect bounds = {0, 0, dst.width(), dst.height()}; in CopyBitsFromAddr() local

1234