Searched defs:getBounds (Results 1 - 20 of 20) sorted by relevance

/external/skia/src/animator/
H A DSkDrawPoint.cpp41 void SkDrawPoint::getBounds(SkRect* rect ) { function in class:SkDrawPoint
H A DSkBoundable.cpp25 void SkBoundable::getBounds(SkRect* rect) { function in class:SkBoundable
28 INHERITED::getBounds(rect);
H A DSkDisplayable.cpp434 void SkDisplayable::getBounds(SkRect* rect) { function in class:SkDisplayable
/external/skia/src/core/
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip
103 fAAClipBounds = aaclip->getBounds();
H A DSkRasterClip.cpp46 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
47 return fIsBW ? fBW.getBounds() : fAA.getBounds();
94 tmp.setRect(clip.getBounds());
210 fBW.setRect(fAA.getBounds());
251 fBWRgn.setRect(aaclip->getBounds());
265 fBWRgn.setRect(aaclip.getBounds());
H A DSkRasterClip.h29 const SkIRect& getBounds() const;
60 !SkIRect::Intersects(this->getBounds(), rect);
117 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
119 return fClipRgn->getBounds();
H A DSkAAClip.cpp704 return this->setRect(rgn.getBounds());
716 const SkIRect& bounds = rgn.getBounds();
890 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip::Builder
1168 fLeft = builder->getBounds().fLeft;
1169 fRight = builder->getBounds().fRight;
1292 path.getBounds().roundOut(&ibounds);
1301 ibounds = clip->getBounds();
1303 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1524 const SkIRect& bounds = builder.getBounds();
1578 RowIter rowIterA(rowA, rowA ? A.getBounds()
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreViewBridge.h54 const WebCore::IntRect& getBounds() const function in class:WebCoreViewBridge
/external/skia/include/core/
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
H A DSkPath.h250 const SkRect& getBounds() const { function in class:SkPath
258 update it so that subsequent calls to getBounds will be instanteous.
263 // for now, just calling getBounds() is sufficient
264 this->getBounds();
755 // called, if dirty, by getBounds()
/external/skia/samplecode/
H A DSampleDraw.cpp122 void getBounds(SkRect* bounds) { function in class:Draw
142 this->getBounds(&r);
153 this->getBounds(&bounds);
/external/webkit/Source/WebKit/android/plugins/
H A Dandroid_npapi.h340 void (*getBounds)(const ANPPath*, ANPRectF* bounds); member in struct:ANPPathInterfaceV0
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 362 milliseconds