Searched defs:tmpM (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkComposeShader.cpp98 SkMatrix tmpM; local
99 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix());
108 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/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 313 milliseconds