Home
last modified time | relevance | path

Searched defs:Rect (Results 1 – 11 of 11) sorted by relevance

/external/drm_hwcomposer/
Dseperate_rects.h28 struct Rect { struct
41 Rect() { in Rect() argument
44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) in Rect() function
49 Rect(const Rect<T> &rhs) { in Rect() function
61 bool operator==(const Rect &rhs) const { argument
62 for (int i = 0; i < 4; i++) {
70 TFloat width() const { in width()
74 TFloat height() const { in height()
78 TFloat area() const { in area()
82 void Dump(std::ostringstream *out) const { in Dump()
Dseperate_rects.cpp320 #define Rect Rect<TNum> in main() macro
/external/opencv/cvaux/src/
Dcvface.cpp138 CvRect Rect = *(CvRect*)lpCandidat; in CheckElem() local
319 CvRect Rect = *(CvRect*)m_lpIdealFace[i].GetContour(); in ShowIdeal() local
327 inline void RFace::ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD) in ResizeRect()
/external/skia/src/svg/parser/
DSkSVGRect.cpp20 DEFINE_SVG_INFO(Rect) in DEFINE_SVG_INFO() argument
/external/skia/tests/
DRectTest.cpp49 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
/external/deqp/modules/gles2/functional/
Des2fVertexTextureTests.cpp114 struct Rect struct
116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() argument
117 IVec2 pos (void) const { return IVec2(x, y); } in pos()
118 IVec2 size (void) const { return IVec2(w, h); } in size()
120 int x;
121 int y;
122 int w;
123 int h;
/external/skia/gm/
Ddcshader.cpp131 struct Rect : public Prim { in onOnceBeforeDraw() struct
132 SkRect draw(SkCanvas* canvas, const SkPaint& paint) override { in onOnceBeforeDraw()
/external/deqp/modules/gles3/functional/
Des3fVertexTextureTests.cpp142 struct Rect struct
144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} in Rect() function
145 IVec2 pos (void) const { return IVec2(x, y); } in pos()
146 IVec2 size (void) const { return IVec2(w, h); } in size()
148 int x;
149 int y;
150 int w;
151 int h;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfAnnotationDictionary_autogen.cpp59 SkRect SkPdfAnnotationDictionary::Rect(SkPdfNativeDoc* doc) { in Rect() function in SkPdfAnnotationDictionary
/external/skia/experimental/SkV8Example/
DPath2DBuilder.cpp179 void Path2DBuilder::Rect(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rect() function in Path2DBuilder
/external/pdfium/core/src/fxcodec/jbig2/
DJBig2_Context.cpp1540 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local
1577 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local