Searched defs:Rect (Results 1 - 12 of 12) sorted by relevance

/external/skia/tools/lua/
H A Dskia.lua20 Sk.Rect = { left = 0, top = 0, right = 0, bottom = 0 }
21 Sk.Rect.__index = Sk.Rect
23 function Sk.Rect.new(l, t, r, b)
35 setmetatable(rect, Sk.Rect)
39 function Sk.Rect:width()
43 function Sk.Rect:height()
47 function Sk.Rect:isEmpty()
51 function Sk.Rect:isFinite()
59 function Sk.Rect
[all...]
/external/drm_hwcomposer/
H A Dseperate_rects.cpp59 std::ostream &operator<<(std::ostream &os, const Rect<TNum> &rect) {
74 void seperate_rects(const std::vector<Rect<TNum>> &in,
110 const Rect<TNum> &rect = in[i];
127 const Rect<TNum> &rect = in[h_evt.rect_id];
282 Rect<TNum> out_rect;
302 void seperate_frects_64(const std::vector<Rect<float>> &in,
307 void seperate_rects_64(const std::vector<Rect<int>> &in,
320 #define Rect Rect<TNum> macro
325 std::vector<Rect> i
[all...]
H A Dseperate_rects.h28 struct Rect { struct in namespace:seperate_rects
41 Rect() { function in struct:seperate_rects::Rect
44 Rect(TFloat xx1, TFloat yy1, TFloat xx2, TFloat yy2) function in struct:seperate_rects::Rect
49 Rect(const Rect<T> &rhs) { function in struct:seperate_rects::Rect
55 Rect<TFloat> &operator=(const Rect<T> &rhs) {
61 bool operator==(const Rect &rhs) const {
146 Rect<TNum> rect;
148 RectSet(const IdSet<TId> &i, const Rect<TNu
[all...]
/external/opencv/cvaux/src/
H A Dcvface.cpp138 CvRect Rect = *(CvRect*)lpCandidat; local
140 if (Rect.height > Rect.width)
144 long Size = Rect.width*Rect.height;
154 long x = Rect.x + cvRound(Rect.width/2);
155 long y = Rect.y + cvRound(Rect.height/2);
160 // if ( isPointInRect(cvPoint(Rect
319 CvRect Rect = *(CvRect*)m_lpIdealFace[i].GetContour(); local
327 ResizeRect(CvRect Rect,CvRect * lpRect,long lDir,long lD) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAnnotationDictionary_autogen.cpp59 SkRect SkPdfAnnotationDictionary::Rect(SkPdfNativeDoc* doc) { function in class:SkPdfAnnotationDictionary
60 SkPdfNativeObject* ret = get("Rect", "");
68 return get("Rect", "") != NULL;
/external/skia/experimental/SkV8Example/
H A DPath2DBuilder.cpp54 ADD_METHOD("rect", Rect);
179 void Path2DBuilder::Rect(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:Path2DBuilder
/external/skia/gm/
H A Ddcshader.cpp131 struct Rect : public Prim { struct in inherits:Prim
231 fPrims.push_back(SkNEW(Rect));
/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_Context.cpp1540 FX_RECT Rect = m_pGRD->GetReplaceRect(); local
1541 m_pPage->composeFrom(m_ri.x + Rect.left, m_ri.y + Rect.top, pSegment->m_Result.im, (JBig2ComposeOp)(m_ri.flags & 0x03), &Rect);
1577 FX_RECT Rect = m_pGRD->GetReplaceRect(); local
1578 m_pPage->composeFrom(m_ri.x + Rect.left, m_ri.y + Rect.top, pSegment->m_Result.im, (JBig2ComposeOp)(m_ri.flags & 0x03), &Rect);
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp114 struct Rect struct in namespace:deqp::gles2::Functional::__anon3239
116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} function in struct:deqp::gles2::Functional::__anon3239::Rect
331 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst)
360 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion)
404 void computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const;
586 const Rect region;
590 Render (const Rect& r, int tN, const Vec2& tS, const Vec2& tO) : region(r), textureNdx(tN), texCoordScale(tS), texCoordOffset(tO) {}
593 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
594 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
595 Render(Rect(
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexTextureTests.cpp142 struct Rect struct in namespace:deqp::gles3::Functional::__anon3452
144 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} function in struct:deqp::gles3::Functional::__anon3452::Rect
427 static void setPixelColors (const vector<Vec4>& quadColors, const Rect& region, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst)
458 void computeReference (const typename TexTypeTcuClass<TexType>::t& texture, float lod, const tcu::Sampler& sampler, const PosTexCoordQuadGrid<TexType>& grid, tcu::Surface& dst, const Rect& dstRegion)
502 void computeReferenceCell (int textureNdx, float lod, const Grid& grid, tcu::Surface& dst, const Rect& dstRegion) const;
687 const Rect region;
691 Render (const Rect& r, int tN, const Vec2& tS, const Vec2& tO) : region(r), textureNdx(tN), texCoordScale(tS), texCoordOffset(tO) {}
694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset),
695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset),
696 Render(Rect(
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 2038 milliseconds