/external/drm_hwcomposer/ |
D | seperate_rects.h | 28 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()
|
D | seperate_rects.cpp | 320 #define Rect Rect<TNum> in main() macro
|
/external/opencv/cvaux/src/ |
D | cvface.cpp | 138 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/ |
D | SkSVGRect.cpp | 20 DEFINE_SVG_INFO(Rect) in DEFINE_SVG_INFO() argument
|
/external/skia/tests/ |
D | RectTest.cpp | 49 DEF_TEST(Rect, reporter) { in DEF_TEST() argument
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 114 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/ |
D | dcshader.cpp | 131 struct Rect : public Prim { in onOnceBeforeDraw() struct 132 SkRect draw(SkCanvas* canvas, const SkPaint& paint) override { in onOnceBeforeDraw()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 142 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/ |
D | SkPdfAnnotationDictionary_autogen.cpp | 59 SkRect SkPdfAnnotationDictionary::Rect(SkPdfNativeDoc* doc) { in Rect() function in SkPdfAnnotationDictionary
|
/external/skia/experimental/SkV8Example/ |
D | Path2DBuilder.cpp | 179 void Path2DBuilder::Rect(const v8::FunctionCallbackInfo<v8::Value>& args) { in Rect() function in Path2DBuilder
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Context.cpp | 1540 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local 1577 FX_RECT Rect = m_pGRD->GetReplaceRect(); in parseGenericRegion() local
|