Searched refs:tmpM (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkComposeShader.cpp | 84 SkMatrix tmpM; in onCreateContext() local 85 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext() 94 newRec.fMatrix = &tmpM; in onCreateContext()
|
/external/pdfium/xfa/src/fgas/src/localization/ |
D | fx_locale.cpp | 3889 uint8_t tmpM = 0; in FX_DateFromCanonical() local 3894 tmpM = tmpM * 10 + str[cc++] - '0'; in FX_DateFromCanonical() 3896 month = tmpM; in FX_DateFromCanonical() 3897 if (cc == cc_start + 1 || tmpM > 12 || tmpM < 1) { in FX_DateFromCanonical() 3916 if ((tmpM == 1 || tmpM == 3 || tmpM == 5 || tmpM == 7 || tmpM == 8 || in FX_DateFromCanonical() 3917 tmpM == 10 || tmpM == 12) && in FX_DateFromCanonical() 3921 if ((tmpM == 4 || tmpM == 6 || tmpM == 9 || tmpM == 11) && tmpD > 30) { in FX_DateFromCanonical() 3930 if ((iLeapYear && tmpM == 2 && tmpD > 29) || in FX_DateFromCanonical() 3931 (!iLeapYear && tmpM == 2 && tmpD > 28)) { in FX_DateFromCanonical()
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 1036 SkMatrix tmpM; in drawTiledBitmap() local 1037 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop); in drawTiledBitmap() 1038 viewM.preConcat(tmpM); in drawTiledBitmap()
|
/external/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 1811 int32_t tmpH, tmpM, tmpS; in parseOffsetFields() local 1819 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS); in parseOffsetFields() 1831 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()
|