Home
last modified time | relevance | path

Searched defs:rects (Results 1 – 25 of 60) sorted by relevance

123

/external/skia/tests/
DGpuRectanizerTest.cpp35 const SkTDArray<SkISize>& rects) { in test_rectanizer_inserts()
47 static void test_skyline(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_skyline()
54 static void test_pow2(skiatest::Reporter* reporter, const SkTDArray<SkISize>& rects) { in test_pow2()
62 SkTDArray<SkISize> rects; in DEF_GPUTEST() local
DRTreeTest.cpp28 static bool verify_query(SkRect query, SkRect rects[], SkTDArray<int>& found) { in verify_query()
46 static void run_queries(skiatest::Reporter* reporter, SkRandom& rand, SkRect rects[], in run_queries()
74 SkAutoTMalloc<SkRect> rects(NUM_RECTS); in DEF_TEST() local
DFlattenableFactoryToName.cpp27 SkIRect rects[2]; in DEF_TEST() local
DMaskCacheTest.cpp75 SkRect rects[2] = {rect}; in DEF_TEST() local
DRegionTest.cpp240 const SkIRect rects[] = { in DEF_TEST() local
/external/opencv3/samples/python2/
Dfacedetect.py21 def draw_rects(img, rects, color): argument
49 rects = detect(gray, cascade) variable
Dpeopledetect.py17 def draw_detections(img, rects, thickness = 1): argument
/external/skia/bench/
DRTreeBench.cpp39 SkAutoTMalloc<SkRect> rects(NUM_BUILD_RECTS); in onDraw() local
72 SkAutoTMalloc<SkRect> rects(NUM_QUERY_RECTS); in onDelayedSetup() local
/external/skia/gm/
Dimagealphathreshold.cpp31 SkIRect rects[2]; in create_filter_paint() local
Ddrawatlascolor.cpp126 SkRect rects[numColors]; in onDraw() local
/external/libdrm/tests/
Dupdatedraw.c66 drm_clip_rect_t rects[2]; in set_draw_cliprects_2() local
/external/skia/samplecode/
DSampleMeasure.cpp44 SkRect* rects = autoRects.get(); in doMeasure() local
/external/skia/src/gpu/batches/
DGrDrawAtlasBatch.h25 int spriteCount, const SkRSXform* xforms, const SkRect* rects, in Create()
DGrDrawAtlasBatch.cpp88 int spriteCount, const SkRSXform* xforms, const SkRect* rects, in GrDrawAtlasBatch()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp67 static void genTestRects (vector<IVec4>& rects, int width, int height) in genTestRects()
89 static void rectsToTriangles (const vector<IVec4>& rects, int width, int height, vector<Vec2>& posi… in rectsToTriangles()
138 vector<IVec4> rects; in drawTestPattern() local
168 vector<IVec4> rects; in renderTestPatternReference() local
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc35 DesktopRegion::DesktopRegion(const DesktopRect* rects, int count) { in DesktopRegion()
144 void DesktopRegion::AddRects(const DesktopRect* rects, int count) { in AddRects()
Ddesktop_region_unittest.cc26 const DesktopRect rects[], int rects_size) { in CompareRegion()
69 DesktopRect rects[4]; in TEST() member
316 DesktopRect rects[4]; in TEST() member
Dscreen_capturer_x11.cc332 XRectangle* rects = XFixesFetchRegionAndBounds(display(), damage_region_, in CaptureScreen() local
/external/skia/src/core/
DSkMaskCache.cpp173 const SkRect rects[], int count, SkMask* mask, in FindAndRef()
187 const SkRect rects[], int count, const SkMask& mask, SkCachedData* data, in Add()
/external/skia/src/effects/
DSkBlurMaskFilter.cpp229 static bool draw_rects_into_mask(const SkRect rects[], int count, SkMask* mask) { in draw_rects_into_mask()
294 SkBlurQuality quality, const SkRect rects[], int count) { in find_cached_rects()
299 SkBlurQuality quality, const SkRect rects[], int count) { in add_cached_rects()
450 SkBlurMaskFilterImpl::filterRectsToNine(const SkRect rects[], int count, in filterRectsToNine()
/external/deqp/framework/egl/wrapper/
DeglwFuncPtrLibraryImpl.inl237 EGLBoolean FuncPtrLibrary::setDamageRegionKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, E…
257 …ibrary::swapBuffersWithDamageKHR (EGLDisplay dpy, EGLSurface surface, EGLint *rects, EGLint n_rect…
/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve) in swap_buffers()
602 EGLint num_rects, const EGLint *rects) in egl_g3d_swap_buffers_region()
Dnative.h112 const int *rects; /* x, y, width, height */ member
/external/opencv3/modules/cudaobjdetect/test/
Dtest_objdetect.cpp330 std::vector<cv::Rect> rects; in CUDA_TEST_P() local
/external/deqp/framework/egl/
DegluCallLogWrapper.inl484 …etDamageRegionKHR (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLi…
524 …fersWithDamageKHR (eglw::EGLDisplay dpy, eglw::EGLSurface surface, eglw::EGLint *rects, eglw::EGLi…

123