HomeSort by relevance Sort by last modified time
    Searched defs:bounds (Results 1 - 25 of 1323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/annotation-tools/scene-lib/src/annotations/el/
AClass.java 14 /** The class's annotated type parameter bounds */
15 public final VivifyingMap<BoundLocation, ATypeElement> bounds = field in class:AClass
107 copyMapContents(clazz.bounds, bounds);
133 && bounds.equals(o.bounds)
144 return super.hashCode() + bounds.hashCode()
155 return super.prune() & bounds.prune()
182 sb.append("Bounds:\n");
183 plume.UtilMDE.mapToString(sb, bounds, linePrefix + " ")
    [all...]
  /external/skia/tools/lua/
gradients.lua 17 function bounds(rect) function
41 width, height = bounds(t.rect)
43 width, height = bounds(t.rrect:rect())
45 width, height = bounds(t.path:getBounds())
  /external/skqp/tools/lua/
gradients.lua 17 function bounds(rect) function
41 width, height = bounds(t.rect)
43 width, height = bounds(t.rrect:rect())
45 width, height = bounds(t.path:getBounds())
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 48 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
68 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
180 // Assign some bounds such that the model makes sense when merging spacer sizes
182 button1.bounds(new Rect(90, 10, 100, 40));
183 textView1.bounds(new Rect(200, 10, 100, 40));
184 wspace1.bounds(new Rect(0, 0, 90, 1));
185 wspace1.bounds(new Rect(190, 0, 10, 1));
186 hspace1.bounds(new Rect(0, 0, 1, 10));
317 // Assign some bounds such that the model makes sense when merging spacer sizes
319 button1.bounds(new Rect(0, 0, 100, 40))
    [all...]
  /cts/tests/tests/graphics/jni/
android_graphics_cts_ASurfaceTextureTest.cpp 59 ARect bounds = {0, 0, 640, 480}; local
61 int err = ANativeWindow_lock(win, &outBuffer, &bounds);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTouchDelegate.java 13 private Rect bounds; field in class:ShadowTouchDelegate
17 public void __constructor__(Rect bounds, View delegateView) {
18 this.bounds = bounds;
23 return this.bounds;
  /external/skia/experimental/sksg/
SkSGDraw.cpp 41 auto bounds = fGeometry->revalidate(ic, ctm); local
47 return paint.computeFastBounds(bounds, &bounds);
SkSGGroup.cpp 57 SkRect bounds = SkRect::MakeEmpty(); local
60 bounds.join(child->revalidate(ic, ctm));
63 return bounds;
SkSGInvalidationController.h 30 const SkRect& bounds() const { return fBounds; } function in class:sksg::InvalidationController
  /external/skia/experimental/sksg/geometry/
SkSGGeometryTransform.cpp 41 auto bounds = fChild->revalidate(ic, ctm); local
45 m.mapRect(&bounds);
46 return bounds;
  /external/skia/gm/
annotated_text.cpp 16 SkRect bounds; local
17 (void)paint.measureText(text, byteLength, &bounds);
18 bounds.offset(x, y);
20 SkAnnotateRectWithURL(canvas, bounds, urlData.get());
23 canvas->drawRect(bounds, shade);
clipdrawdraw.cpp 63 SkRect bounds = { 30, 30, 80, 80 }; local
64 canvas->saveLayer(&bounds, nullptr);
imagesource.cpp 49 const SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); variable
72 // Draw the entire bitmap scaled to a destination rect (bounds -> dstRect).
74 SkImageSource::Make(fImage, bounds, dstRect, kHigh_SkFilterQuality));
  /external/skia/src/gpu/ops/
GrClearStencilClipOp.h 47 const SkRect& bounds = fClip.scissorEnabled() local
50 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo);
GrCopySurfaceOp.h 46 SkRect bounds = local
49 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo);
  /external/skqp/experimental/sksg/
SkSGDraw.cpp 41 auto bounds = fGeometry->revalidate(ic, ctm); local
47 return paint.computeFastBounds(bounds, &bounds);
SkSGGroup.cpp 57 SkRect bounds = SkRect::MakeEmpty(); local
60 bounds.join(child->revalidate(ic, ctm));
63 return bounds;
SkSGInvalidationController.h 30 const SkRect& bounds() const { return fBounds; } function in class:sksg::InvalidationController
  /external/skqp/experimental/sksg/geometry/
SkSGGeometryTransform.cpp 41 auto bounds = fChild->revalidate(ic, ctm); local
45 m.mapRect(&bounds);
46 return bounds;
  /external/skqp/gm/
annotated_text.cpp 16 SkRect bounds; local
17 (void)paint.measureText(text, byteLength, &bounds);
18 bounds.offset(x, y);
20 SkAnnotateRectWithURL(canvas, bounds, urlData.get());
23 canvas->drawRect(bounds, shade);
clipdrawdraw.cpp 63 SkRect bounds = { 30, 30, 80, 80 }; local
64 canvas->saveLayer(&bounds, nullptr);
imagesource.cpp 49 const SkRect bounds = SkRect::MakeIWH(fImage->width(), fImage->height()); variable
72 // Draw the entire bitmap scaled to a destination rect (bounds -> dstRect).
74 SkImageSource::Make(fImage, bounds, dstRect, kHigh_SkFilterQuality));
  /external/skqp/src/gpu/ops/
GrClearStencilClipOp.h 47 const SkRect& bounds = fClip.scissorEnabled() local
50 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo);
GrCopySurfaceOp.h 46 SkRect bounds = local
49 this->setBounds(bounds, HasAABloat::kNo, IsZeroArea::kNo);
  /frameworks/base/libs/hwui/tests/unit/
FontRendererTests.cpp 42 Rect bounds; local
44 &bounds);
51 EXPECT_LE(bounds.getWidth() + radius * 2, (int)result.width);
52 EXPECT_LE(bounds.getHeight() + radius * 2, (int)result.height);

Completed in 580 milliseconds

1 2 3 4 5 6 7 8 91011>>