OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minArea
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRTree.cpp
181
int32_t
minArea
= SK_MaxS32;
188
static_cast<int32_t>(get_area(subtreeBounds)) <
minArea
)) {
190
minArea
= get_area(subtreeBounds);
255
int32_t
minArea
= SK_MaxS32;
279
if (overlap < minOverlap || (overlap == minOverlap && area <
minArea
)) {
281
minArea
= area;
/external/skia/src/core/
SkRTree.cpp
181
int32_t
minArea
= SK_MaxS32;
188
static_cast<int32_t>(get_area(subtreeBounds)) <
minArea
)) {
190
minArea
= get_area(subtreeBounds);
255
int32_t
minArea
= SK_MaxS32;
279
if (overlap < minOverlap || (overlap == minOverlap && area <
minArea
)) {
281
minArea
= area;
/external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp
158
params.
minArea
= CV_BGFG_MOG_MINAREA;
328
if( cnt->rect.width * cnt->rect.height < bg_model->params.
minArea
)
cvbgfg_acmmm2003.cpp
114
params.
minArea
= CV_BGFG_FGD_MINAREA;
435
if( model->params.
minArea
> 0 || model->params.is_obj_without_holes ){
443
if( cnt->rect.width * cnt->rect.height < model->params.
minArea
||
/external/opencv/cvaux/include/
cvaux.h
[
all
...]
/frameworks/native/opengl/libagl/
primitives.cpp
259
const GGLcoord
minArea
= 2; // cannot be inverted
263
if (abs(area) >=
minArea
) {
[
all
...]
Completed in 5627 milliseconds