Searched refs:tmpM (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/core/ |
D | SkComposeShader.cpp | 77 SkMatrix tmpM; in onMakeContext() local 78 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onMakeContext() 87 newRec.fMatrix = &tmpM; in onMakeContext()
|
/external/pdfium/xfa/fgas/localization/ |
D | fgas_locale.cpp | 3530 uint8_t tmpM = 0; in FX_DateFromCanonical() local 3535 tmpM = tmpM * 10 + str[cc++] - '0'; in FX_DateFromCanonical() 3537 month = tmpM; in FX_DateFromCanonical() 3538 if (cc == cc_start + 1 || tmpM > 12 || tmpM < 1) { in FX_DateFromCanonical() 3557 if ((tmpM == 1 || tmpM == 3 || tmpM == 5 || tmpM == 7 || tmpM == 8 || in FX_DateFromCanonical() 3558 tmpM == 10 || tmpM == 12) && in FX_DateFromCanonical() 3562 if ((tmpM == 4 || tmpM == 6 || tmpM == 9 || tmpM == 11) && tmpD > 30) { in FX_DateFromCanonical() 3571 if ((iLeapYear && tmpM == 2 && tmpD > 29) || in FX_DateFromCanonical() 3572 (!iLeapYear && tmpM == 2 && tmpD > 28)) { in FX_DateFromCanonical()
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1813 int32_t tmpH, tmpM, tmpS; in parseOffsetFields() local 1821 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); in parseOffsetFields() 1833 offsetM = tmpM; in parseOffsetFields()
|
/external/valgrind/VEX/priv/ |
D | guest_arm_toIR.c | 10417 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10421 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction() 10422 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction() 10500 IRTemp tmpM = newTemp(Ity_I32); in decode_V6MEDIA_instruction() local 10505 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) ); in decode_V6MEDIA_instruction() 10506 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) ); in decode_V6MEDIA_instruction()
|