Searched refs:tmpM (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkComposeShader.cpp88 SkMatrix tmpM; local
89 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
98 newRec.fMatrix = &tmpM;
/external/skia/src/core/
H A DSkComposeShader.cpp88 SkMatrix tmpM; local
89 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
98 newRec.fMatrix = &tmpM;
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1265 SkMatrix tmpM;
1267 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop);
1268 am.setPreConcat(fContext, tmpM);
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp1715 int32_t tmpH, tmpM, tmpS;
1723 tmpLen = parseOffsetFieldsWithPattern(text, start, items, TRUE, tmpH, tmpM, tmpS);
1735 offsetM = tmpM;
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1265 SkMatrix tmpM;
1267 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop);
1268 am.setPreConcat(fContext, tmpM);
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c10415 IRTemp tmpM = newTemp(Ity_I32); local
10419 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) );
10420 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) );
10498 IRTemp tmpM = newTemp(Ity_I32); local
10503 assign( tmpM, isT ? getIRegT(regM) : getIRegA(regM) );
10504 assign( irt_regM, genROR32(tmpM, (bitM & 1) ? 16 : 0) );

Completed in 258 milliseconds