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

  /external/opencv/cvaux/src/
cvbgfg_common.cpp 97 CvSeq* newC;
99 newC = cvApproxPoly( c, sizeof(CvContour), tempStorage, CV_POLY_APPROX_DP, 2, 0 );
101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 );
102 cvSubstituteContour( scanner, newC );
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 130 UChar newC = 0;
133 bool nextIsSmallCaps = m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
136 smallCapsBuffer[curr - cp] = newC;
151 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
153 smallCapsBuffer[index] = forceSmallCaps ? c : newC;
  /external/webkit/Source/WebCore/platform/graphics/mac/
ComplexTextController.cpp 210 UChar newC = 0;
213 bool nextIsSmallCaps = !isSurrogate && m_font.isSmallCaps() && !(U_GET_GC_MASK(*curr) & U_GC_M_MASK) && (newC = u_toupper(*curr)) != *curr;
216 m_smallCapsBuffer[curr - cp] = newC;
243 nextIsSmallCaps = forceSmallCaps || (newC = u_toupper(c)) != c;
245 m_smallCapsBuffer[index] = forceSmallCaps ? c : newC;
  /external/eigen/demos/opengl/
quaternion_demo.cpp 83 Vector3f newC = c + ( (AngleAxisf(angles[j*2+1], ax0)
86 mCenters.push_back(newC);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 774 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC)
776 if (oldC == newC)
791 ch = newC;
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 134 milliseconds