Searched refs:newC (Results 1 - 5 of 5) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp97 CvSeq* newC; local
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/
H A DUniscribeController.cpp130 UChar newC = 0; local
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/
H A DComplexTextController.cpp210 UChar newC = 0; local
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/webkit/Source/JavaScriptCore/wtf/text/
H A DStringImpl.cpp774 PassRefPtr<StringImpl> StringImpl::replace(UChar oldC, UChar newC) argument
776 if (oldC == newC)
791 ch = newC;
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1699 "newC" (the new C) is a.k.a. "shco", shifter carry out
1701 The calling convention for res and newC is a bit funny. They could
1708 IRTemp* newC,
1714 if (newC) {
1715 assign( *newC, mk_armg_calculate_flag_c() );
1721 if (newC) {
1722 assign( *newC,
1738 IRTemp* newC,
1746 // newC = amt == 0 ? oldC :
1750 if (newC) {
1705 compute_result_and_C_after_LSL_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1735 compute_result_and_C_after_LSL_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
1807 compute_result_and_C_after_LSR_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1846 compute_result_and_C_after_LSR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
1916 compute_result_and_C_after_ASR_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt shift_amt, UInt rM ) argument
1955 compute_result_and_C_after_ASR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
2025 compute_result_and_C_after_ROR_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, IRTemp rSt, UInt rM, UInt rS ) argument
2104 compute_result_and_C_after_shift_by_imm5( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, UInt shift_amt, UInt rM ) argument
2197 compute_result_and_C_after_shift_by_reg( HChar* buf, IRTemp* res, IRTemp* newC, IRTemp rMt, UInt how, IRTemp rSt, UInt rM, UInt rS ) argument
[all...]

Completed in 367 milliseconds