HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 76 - 100 of 1065) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/animator/
SkDrawSaveLayer.h 38 SkDrawRect* bounds; member in class:SkSaveLayer
  /frameworks/base/core/java/android/database/
CursorIndexOutOfBoundsException.java 20 * An exception indicating that a cursor is out of bounds.
  /external/webkit/WebKit/android/nav/
CachedNode.h 90 WebCore::IntRect bounds(const CachedFrame* ) const;
118 return clip.intersects(bounds(frame));
146 void setBounds(const WebCore::IntRect& bounds) { mBounds = bounds; }
154 void setHitBounds(const WebCore::IntRect& bounds) { mHitBounds = bounds; }
155 void setOriginalAbsoluteBounds(const WebCore::IntRect& bounds) {
156 mOriginalAbsoluteBounds = bounds; }
CachedFrame.h 83 const WebCore::IntRect& bounds) const;
137 void setLocalViewBounds(const WebCore::IntRect& bounds) { mLocalViewBounds = bounds; }
167 int bottom() const { return bounds().bottom(); }
168 const WebCore::IntRect& bounds() const { return mNodeBounds; } function in struct:android::CachedFrame::BestData
170 int height() const { return bounds().height(); }
177 int right() const { return bounds().right(); }
189 int width() const { return bounds().width(); }
190 int x() const { return bounds().x(); }
191 int y() const { return bounds().y();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
WildcardTypeTest.java 83 Type[] bounds = typeParameter.getBounds(); local
84 assertLenghtOne(bounds);
85 Type bound = bounds[0];
138 Type[] bounds = returnTypeVariable.getBounds(); local
139 assertLenghtOne(bounds);
140 Type bound = bounds[0];
  /external/webkit/WebCore/rendering/
RenderThemeChromiumSkia.cpp 408 IntRect bounds = r; local
418 bounds.setHeight(std::min(parentBox.width(), std::min(parentBox.height(), bounds.height())));
419 bounds.setWidth(bounds.height());
423 bounds.setY(parentBox.y() + (parentBox.height() - bounds.height() + 1) / 2);
427 i.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), bounds);
450 IntRect bounds = r; local
459 bounds.setHeight(std::min(parentBox.width(), std::min(parentBox.height(), bounds.height())))
484 IntRect bounds = r; local
    [all...]
RenderThemeWin.cpp 726 IntRect bounds = r; local
729 bounds.setHeight(trackWidth);
730 bounds.setY(r.y() + r.height() / 2 - trackWidth / 2);
732 bounds.setWidth(trackWidth);
733 bounds.setX(r.x() + r.width() / 2 - trackWidth / 2);
736 drawControl(i.context, o, sliderTheme(), getThemeData(o), bounds);
803 IntRect bounds = r; local
813 bounds.setHeight(min(parentBox.width(), min(parentBox.height(), bounds.height())));
814 bounds.setWidth(bounds.height())
854 IntRect bounds = r; local
888 IntRect bounds = r; local
    [all...]
SVGMarkerLayoutInfo.cpp 89 FloatRect bounds; local
96 bounds.unite(markerContent->markerBoundaries(layout.matrix));
99 return bounds;
  /external/webkit/WebKit/android/plugins/
ANPPaintInterface.cpp 144 uint32_t byteLength, ANPRectF* bounds) {
146 reinterpret_cast<SkRect*>(bounds));
153 If bounds is not null, returns the array of bounds for each unichar.
156 uint32_t byteLength, float widths[], ANPRectF bounds[]) {
158 reinterpret_cast<SkRect*>(bounds));
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
TextRunSegment.java 71 * Creates black box bounds shape for the specified range
74 * @return black box bounds shape
85 * Returns visual bounds of this segment
86 * @return visual bounds
91 * Returns logical bounds of this segment
92 * @return logical bounds
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiDocumentEditPart.java 143 Rectangle bounds = mChild.getTextBounds(); local
144 bounds.x = bounds.y = 0;
145 mLayer.setConstraint(mChild, bounds);
184 // We refuse the drop if it's not in the bounds of the document.
189 // Take the bounds of the background image as the valid drop zone
LayoutFigure.java 80 Rectangle bounds = getBounds(); local
81 int bx = bounds.x;
82 int by = bounds.y;
83 int w = bounds.width;
84 int h = bounds.height;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 62 * @param bounds The bounds of a the view in the canvas. Must be either: <br/>
65 * to the model. We never store a null bounds rectangle in the node, a null rectangle
68 /*package*/ NodeProxy(UiViewElementNode uiNode, Rectangle bounds, NodeFactory factory) {
71 if (bounds == null) {
74 mBounds = new Rect(bounds);
91 * Updates the bounds of this node proxy. Bounds cannot be null, but it can be invalid.
94 /*package*/ void setBounds(Rectangle bounds) {
95 mBounds.set(bounds);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 313 Rect bounds; local
322 GetMovieBox(m_movie, &bounds);
324 m_movieController = NewMovieController(m_movie, &bounds, flags);
371 Rect bounds; local
372 bounds.top = 0;
373 bounds.left = 0;
374 bounds.right = m_gWorldWidth;
375 bounds.bottom = m_gWorldHeight;
376 OSErr err = QTNewGWorld(&m_gWorld, k32BGRAPixelFormat, &bounds, 0, 0, 0);
383 bounds.right = m_width
399 Rect bounds; local
    [all...]
  /external/skia/src/core/
SkPaint.cpp 706 static void set_bounds(const SkGlyph& g, SkRect* bounds)
708 bounds->set(SkIntToScalar(g.fLeft),
729 static void join_bounds(const SkGlyph& g, SkRect* bounds, Sk48Dot16 dx)
732 bounds->join(SkIntToScalar(g.fLeft) + sx,
740 int* count, SkRect* bounds) const
746 if (bounds)
747 bounds->setEmpty();
753 NULL != bounds);
765 if (NULL == bounds)
785 set_bounds(*g, bounds);
    [all...]
SkCanvas.cpp 54 // Helpers for computing fast bounds for quickReject tests
68 by the device's XY offset and bitmap-bounds.
340 done accumulating bounds for that draw.
481 /* Now we update our initial region to have the bounds of the new device,
482 and then intersect all of the clips in our stack with these bounds,
483 to ensure that we can't draw outside of the device's bounds (and trash
492 accurately take advantage of the new device bounds.
501 // compute our total bounds for all devices
502 SkIRect bounds; local
504 bounds.set(0, 0, device->width(), device->height())
1073 const SkRect& bounds = path.getBounds(); local
    [all...]
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 81 SkRect bounds() const { function in class:WebCore::LayerAndroid
134 // remove layers bounds from visible rectangle to show what can be
135 // scrolled into view; returns original minus layer bounds in global space.
150 like bounds() will report the corrected position.
177 void bounds(SkRect* ) const;
  /external/webkit/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 133 uint32 width = image->Bounds().IntegerWidth() + 1;
134 uint32 height = image->Bounds().IntegerHeight() + 1;
178 if (!image || !image->Bounds().IsValid()
179 || image->Bounds().IntegerWidth() > 0 || image->Bounds().IntegerHeight() > 0) {
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 165 * not null, set rect to the bounds of the path. If the path does not
168 * @param rect If not null, returns the bounds of the path if it specifies
178 * Compute the bounds of the path, and write the answer into bounds. If the
179 * path contains 0 or 1 points, the bounds is set to (0,0,0,0)
181 * @param bounds Returns the computed bounds of the path
182 * @param exact If true, return the exact (but slower) bounds, else return
183 * just the bounds of all control points
185 public void computeBounds(RectF bounds, boolean exact)
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorBar.java 47 Rect bounds = IndicatorBar.this.getComponent( local
49 mHighlight.setSize(bounds.width(), bounds.height());
50 mHighlight.draw(root, bounds.left, bounds.top);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
MeasureText.java 75 Rect bounds = new Rect(); local
80 mPaint.getTextBounds(text, 0, text.length(), bounds);
83 canvas.drawRect(bounds, mPaint);
  /external/webkit/WebKit/android/
RenderSkinButton.cpp 98 SkRect bounds(r);
108 bounds.offset(0, SK_Scalar1 * 2);
116 SkNinePatch::DrawNine(canvas, bounds, gButton[newState], margin);
  /external/skia/src/images/
SkImageDecoder_fpdfemb.cpp 38 bool render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm,
125 bool SkFPDFEMBImageDecoder::render(FPDFEMB_PAGE page, const FPDFEMB_RECT& bounds, SkBitmap* bm,
127 int width = PDF2Pixels(bounds.right - bounds.left);
128 int height = PDF2Pixels(bounds.top - bounds.bottom);
  /external/webkit/WebCore/platform/graphics/chromium/
HarfbuzzSkia.cpp 167 SkRect bounds; local
168 paint.getTextWidths(&glyph16, sizeof(glyph16), &width, &bounds);
170 metrics->x = SkiaScalarToHarfbuzzFixed(bounds.fLeft);
171 metrics->y = SkiaScalarToHarfbuzzFixed(bounds.fTop);
172 metrics->width = SkiaScalarToHarfbuzzFixed(bounds.width());
173 metrics->height = SkiaScalarToHarfbuzzFixed(bounds.height());
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 180 protected void onBoundsChange(Rect bounds) {
181 mClipState.mDrawable.setBounds(bounds);
192 final Rect bounds = getBounds(); local
194 int w = bounds.width();
199 int h = bounds.height();
204 Gravity.apply(mClipState.mGravity, w, h, bounds, r);

Completed in 245 milliseconds

1 2 34 5 6 7 8 91011>>