HomeSort by relevance Sort by last modified time
    Searched refs:ro2 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginOcclusionSupport.cpp 65 const RenderObject* ro2 = pluginZstack[pluginZstack.size() - 1 - i]; local
67 if (ro1 != ro2) {
73 if (ro1->style() && ro2->style()) {
75 int z2 = ro2->style()->zIndex();
84 if (ro2->style()->position() == StaticPosition) {
101 ASSERT(parent == ro2->parent());
106 if (ro == ro2)
109 ASSERT(false); // We should have seen ro1 and ro2 by now.
  /external/opencv/cvaux/src/
cvlmeds.cpp 199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
219 ro2 = ro1;
233 ro2 = fabs( c2 );
255 if( !REAL_ZERO( ro2 ))
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
283 if( !REAL_ZERO( ro2 ))
    [all...]

Completed in 195 milliseconds