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

1 2

  /external/webkit/Source/WebCore/html/
HTMLAreaElement.h 62 enum Shape { Default, Poly, Rect, Circle, Unknown };
  /frameworks/base/media/mca/filterfw/native/core/
geometry.h 71 struct Rect {
74 Rect() {
79 Rect(float x, float y, float width, float height) {
  /sdk/testapps/basicProjectWithAidl/src/com/android/tests/basicprojectwithaidl/
Rect.java 6 public class Rect implements Parcelable {
12 public static final Parcelable.Creator<Rect> CREATOR = new Parcelable.Creator<Rect>() {
13 public Rect createFromParcel(Parcel in) {
14 return new Rect(in);
17 public Rect[] newArray(int size) {
18 return new Rect[size];
22 public Rect() {
25 private Rect(Parcel in) {
  /external/webkit/Source/WebCore/css/
Rect.h 52 class Rect : public RectBase, public RefCounted<Rect> {
54 static PassRefPtr<Rect> create() { return adoptRef(new Rect); }
57 Rect() { }
  /external/webkit/Source/WebKit/chromium/public/
WebRect.h 39 #include <ui/gfx/rect.h>
91 WebRect(const gfx::Rect& r)
99 WebRect& operator=(const gfx::Rect& r)
108 operator gfx::Rect() const
110 return gfx::Rect(x, y, width, height);
  /external/libffi/testsuite/libffi.call/
pyobjc-tc.c 20 typedef struct Rect {
23 } Rect;
25 int doit(int o, char* s, Point p, Rect r, int last)
63 rect_type.size = 0;/*sizeof(Rect);*/
64 rect_type.alignment =0;/* __alignof__(Rect);*/
92 Rect r = { { 9.0, 10.0}, { -1.0, -2.0 } };
  /frameworks/base/libs/hwui/
Rect.h 31 class Rect {
44 inline Rect():
51 inline Rect(float left, float top, float right, float bottom):
58 inline Rect(float width, float height):
65 friend int operator==(const Rect& a, const Rect& b) {
69 friend int operator!=(const Rect& a, const Rect& b) {
94 inline void set(const Rect& r) {
110 bool intersects(const Rect& r) const
    [all...]
PathCache.h 134 struct Rect {
137 } rect; member in union:android::uirenderer::PathDescription::Shape
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 88 struct Rect {
91 Rect() {
96 Rect(float x, float y, float width, float height) {
  /frameworks/native/include/ui/
Rect.h 24 #include <android/rect.h>
28 class Rect : public ARect, public LightFlattenablePod<Rect>
36 inline Rect() {
38 inline Rect(int32_t w, int32_t h) {
41 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b) {
44 inline Rect(const Point& lt, const Point& rb) {
59 // an empty rect has a zero width or height, or is invalid
64 inline void set(const Rect& rhs) {
78 inline Rect getBounds() const
    [all...]
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 120 struct Rect {
134 Rect rectValue;
  /external/opencv/cvaux/src/
cvface.cpp 93 //class RFace(rect based face)
120 inline bool RFace::isPointInRect(CvPoint p,CvRect rect)
122 if ( (p.x >= rect.x) && (p.y >= rect.y) && (p.x <= rect.x + rect.width) && (p.y <= rect.y + rect.height) )
126 }//inline bool RFace::isPointInRect(CvPoint,CvRect rect)
138 CvRect Rect = *(CvRect*)lpCandidat
305 CvRect rect = *(CvRect*)m_lppFoundedFaceFeatures[i][j].GetContour(); local
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
RectTest.java 3 import android.graphics.Rect;
20 Rect r = new Rect(1, 2, 3, 4);
29 Rect existingRect = new Rect(1, 2, 3, 4);
30 Rect r = new Rect(existingRect);
40 Rect r = new Rect(0, 0, 10, 10);
46 Rect r = new Rect(0, 0, 10, 10)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Rect.java 27 * Rect holds four integer coordinates for a rectangle. The rectangle is
33 public final class Rect implements Parcelable {
43 * Create a new empty Rect. All coordinates are initialized to 0.
45 public Rect() {}
57 public Rect(int left, int top, int right, int bottom) {
71 public Rect(Rect r) {
87 Rect r = (Rect) o;
103 sb.append("Rect("); sb.append(left); sb.append(", ")
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
RectTest.java 19 import android.graphics.Rect;
24 private Rect mRect;
35 // new the Rect instance
36 mRect = new Rect();
39 // new the Rect instance
40 mRect = new Rect(10, 10, 20, 20);
43 Rect rect = new Rect(10, 10, 20, 20); local
44 // new the Rect instanc
62 Rect rect = new Rect(1, 2, 3, 4); local
194 Rect rect; local
306 Rect rect; local
354 Rect rect; local
423 Rect rect = new Rect(1, 2, 3, 4); local
489 Rect rect; local
509 Rect rect = Rect.unflattenFromString(flattenString); local
    [all...]
  /frameworks/rs/
rsFont.h 53 struct Rect {
88 RenderMode mode = FRAMEBUFFER, Rect *bounds = NULL,
133 void measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds);
152 Font::Rect *bounds = NULL,
155 void measureText(const char *text, uint32_t len, Font::Rect *bounds);
  /frameworks/av/include/media/stagefright/
MetaData.h 184 TYPE_RECT = 'rect',
260 struct Rect {
  /frameworks/native/opengl/libagl/
egl.cpp 251 struct Rect {
252 inline Rect() { };
253 inline Rect(int32_t w, int32_t h)
255 inline Rect(int32_t l, int32_t t, int32_t r, int32_t b)
257 Rect& andSelf(const Rect& r) {
280 typedef Rect const* const_iterator;
283 static Region subtract(const Rect& lhs, const Rect& rhs) {
285 Rect* storage = reg.storage
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1-samples.jar 
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1036 milliseconds

1 2