Searched defs:getBounds (Results 1 - 25 of 56) sorted by path

123

/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js401 chrome.app.window.AppWindow.prototype.getBounds = function() {};
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/skia/gm/
H A Dconvexpolyclip.cpp168 clip->getBounds(&bounds);
191 clip->getBounds(&bounds);
275 void getBounds(SkRect* bounds) const { function in class:skiagm::ConvexPolyClip::Clip
278 *bounds = fPath.getBounds();
/external/chromium_org/third_party/skia/include/core/
H A DSkClipStack.h93 return fRRect.getBounds();
123 const SkRect& getBounds() const { function in class:SkClipStack::Element
128 return fRRect.getBounds();
130 return fPath.get()->getBounds();
300 * getBounds places the current finite bound in its first parameter. In its
308 void getBounds(SkRect* canvFiniteBound,
H A DSkPath.h274 const SkRect& getBounds() const { function in class:SkPath
275 return fPathRef->getBounds();
279 update it so that subsequent calls to getBounds will be instantaneous.
284 // for now, just calling getBounds() is sufficient
285 this->getBounds();
H A DSkPathRef.h148 *rect = getBounds();
163 const SkRect& getBounds() const { function in class:SkPathRef
291 // called, if dirty, by getBounds()
H A DSkRRect.h193 const SkRect& getBounds() const { return fRect; } function in class:SkRRect
H A DSkRegion.h86 const SkIRect& getBounds() const { return fBounds; } function in class:SkRegion
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDraw.cpp122 void getBounds(SkRect* bounds) { function in class:Draw
142 this->getBounds(&r);
153 this->getBounds(&bounds);
/external/chromium_org/third_party/skia/src/animator/
H A DSkBoundable.cpp25 void SkBoundable::getBounds(SkRect* rect) { function in class:SkBoundable
28 INHERITED::getBounds(rect);
H A DSkDisplayable.cpp418 void SkDisplayable::getBounds(SkRect* rect) { function in class:SkDisplayable
H A DSkDrawPoint.cpp41 void SkDrawPoint::getBounds(SkRect* rect ) { function in class:SkDrawPoint
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp788 return this->setRect(rgn.getBounds());
800 const SkIRect& bounds = rgn.getBounds();
976 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip::Builder
1257 fLeft = builder->getBounds().fLeft;
1258 fRight = builder->getBounds().fRight;
1381 path.getBounds().roundOut(&ibounds);
1390 ibounds = clip->getBounds();
1392 if (ibounds.isEmpty() || !ibounds.intersect(clip->getBounds())) {
1598 const SkIRect& bounds = builder.getBounds();
1652 RowIter rowIterA(rowA, rowA ? A.getBounds()
[all...]
H A DSkAAClip.h30 const SkIRect& getBounds() const { return fBounds; } function in class:SkAAClip
33 // If true, getBounds() can be used in place of this clip.
109 fAAClipBounds = aaclip->getBounds();
H A DSkBitmap.cpp94 void SkBitmap::getBounds(SkRect* bounds) const { function in class:SkBitmap
100 void SkBitmap::getBounds(SkIRect* bounds) const { function in class:SkBitmap
H A DSkClipStack.cpp116 this->initRect(saveCount, path.getBounds(), op, doAA);
401 fFiniteBound = fRRect.getBounds();
405 fFiniteBound = fPath.get()->getBounds();
597 void SkClipStack::getBounds(SkRect* canvFiniteBound, function in class:SkClipStack
626 this->getBounds(&bounds, &bt);
649 if (SkRect::Intersects(element->getBounds(), rect)) {
695 if (!SkRect::Intersects(prior->getBounds(), element.getBounds())) {
818 this->getBounds(&temp, &boundType, isIntersectionOfRects);
H A DSkRasterClip.cpp51 const SkIRect& SkRasterClip::getBounds() const { function in class:SkRasterClip
52 return fIsBW ? fBW.getBounds() : fAA.getBounds();
151 return this->setConservativeRect(path.getBounds(), clip.getBounds(), path.isInverseFillType());
181 path.getBounds().roundOut(&ir);
197 base.setRect(this->getBounds());
355 fBW.setRect(fAA.getBounds());
405 fBWRgn.setRect(aaclip->getBounds());
419 fBWRgn.setRect(aaclip.getBounds());
[all...]
H A DSkRasterClip.h39 const SkIRect& getBounds() const;
65 return !SkIRect::Intersects(this->getBounds(), rect);
99 fBW.setRect(fAA.getBounds());
154 const SkIRect& getBounds() const { function in class:SkAAClipBlitterWrapper
156 return fClipRgn->getBounds();
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPath.h28 fBounds(skPath.getBounds()) {
38 const SkRect& getBounds() const { return fBounds; } function in class:GrPath
/external/chromium_org/third_party/skia/tools/
H A Dskdiff_main.cpp339 bool getBounds,
465 if (getBounds) {
487 if (getBounds) {
508 if (getBounds) {
330 create_diff_images(DiffMetricProc dmp, const int colorThreshold, RecordArray* differences, const SkString& baseDir, const SkString& comparisonDir, const SkString& outputDir, const StringArray& matchSubstrings, const StringArray& nomatchSubstrings, bool recurseIntoSubdirs, bool getBounds, bool verbose, DiffSummary* summary) argument
/external/droiddriver/src/com/google/android/droiddriver/
H A DUiElement.java126 Rect getBounds(); method in interface:UiElement

Completed in 465 milliseconds

123