Home
last modified time | relevance | path

Searched refs:tmpM (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkComposeShader.cpp84 SkMatrix tmpM; in onCreateContext() local
85 tmpM.setConcat(*rec.fMatrix, this->getLocalMatrix()); in onCreateContext()
94 newRec.fMatrix = &tmpM; in onCreateContext()
/external/skia/src/gpu/
DSkGpuDevice.cpp1373 SkMatrix tmpM; in drawTiledBitmap() local
1374 tmpM.setTranslate(offset.fX - srcRect.fLeft, offset.fY - srcRect.fTop); in drawTiledBitmap()
1375 viewM.preConcat(tmpM); in drawTiledBitmap()
/external/icu/icu4c/source/i18n/
Dtzfmt.cpp1811 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/
Dguest_arm_toIR.c10417 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()