Searched refs:min_scale (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/resources/
H A Dpicture_pile_unittest.cc35 float min_scale = 0.125; local
41 pile->SetMinContentsScale(min_scale);
72 gfx::ScaleToEnclosedRect(picture->LayerRect(), min_scale);
87 float min_scale = 0.125; local
93 pile->SetMinContentsScale(min_scale);
141 float min_scale = 0.125; local
148 pile->SetMinContentsScale(min_scale);
199 gfx::ScaleToEnclosedRect(picture->LayerRect(), min_scale);
H A Dpicture_layer_tiling_set_unittest.cc58 float min_scale,
72 float scale = min_scale;
56 runTest( int num_tilings, float min_scale, float scale_increment, float ideal_contents_scale, float expected_scale) argument
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp1366 double min_scale = rough_search ? 0.6 : 0.4; local
1373 t = cvRound( comp.rect.width*min_scale );
1376 t = cvRound( comp.rect.height*min_scale );
H A Dcvhaar.cpp1334 double min_scale = rough_search ? 0.6 : 0.4; local
1341 t = cvRound( comp.rect.width*min_scale );
1344 t = cvRound( comp.rect.height*min_scale );

Completed in 162 milliseconds