OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:area1
(Results
1 - 4
of
4
) sorted by null
/external/opencv/cv/src/
cvmatchcontours.cpp
231
double match_v, d12,
area1
, area2, r11, r12, r21, r22, w1, w2;
local
278
area1
= tree_1.area;
281
if(
area1
< eps || area2 < eps || lpt < 4 )
314
w1 = ptr11[j]->area /
area1
;
/hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp
337
bool CameraArea::areAreasDifferent(Vector< sp<CameraArea> > &
area1
,
339
if (
area1
.size() != area2.size()) {
344
for (int i = 0; i <
area1
.size(); i++) {
345
if (!
area1
.itemAt(i)->compare(area2.itemAt(i))) {
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m
326
int
area1
, area2;
327
area1
= client_mode_list[j]->w * client_mode_list[j]->h;
330
if (
area1
< area2) {
[
all
...]
/external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp
928
int
area1
= bounds1.width() * bounds1.height();
local
[
all
...]
Completed in 672 milliseconds