Home
last modified time | relevance | path

Searched defs:getBounds (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/animator/
DSkDrawPoint.cpp49 void SkDrawPoint::getBounds(SkRect* rect ) { in getBounds() function in SkDrawPoint
DSkBoundable.cpp33 void SkBoundable::getBounds(SkRect* rect) { in getBounds() function in SkBoundable
DSkDisplayable.cpp442 void SkDisplayable::getBounds(SkRect* rect) { in getBounds() function in SkDisplayable
/external/webkit/Source/WebKit/android/jni/
DWebCoreViewBridge.h54 const WebCore::IntRect& getBounds() const in getBounds() function
/external/skia/include/core/
DSkRegion.h93 const SkIRect& getBounds() const { return fBounds; } in getBounds() function
DSkPath.h228 const SkRect& getBounds() const { in getBounds() function
/external/skia/samplecode/
DSampleDraw.cpp115 void getBounds(SkRect* bounds) { in getBounds() function in Draw
/external/skia/src/core/
DSkDevice.cpp89 void SkDevice::getBounds(SkIRect* bounds) const { in getBounds() function in SkDevice
/external/webkit/Source/WebKit/android/plugins/
Dandroid_npapi.h340 void (*getBounds)(const ANPPath*, ANPRectF* bounds); member