Searched refs:newM (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dchnsecal.cpp409 int32_t newM = (m + amount) % n; local
410 if (newM < 0) {
411 newM += n;
414 if (newM != m) {
415 offsetMonth(moon, dom, newM - m);
/external/icu4c/i18n/
H A Dchnsecal.cpp448 int32_t newM = (m + amount) % n; local
449 if (newM < 0) {
450 newM += n;
453 if (newM != m) {
454 offsetMonth(moon, dom, newM - m);
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1145 SkMatrix newM(m);
1166 newM.preTranslate(offset.fX, offset.fY);
1174 // Transform 'newM' needs to be concatenated to the current matrix,
1175 // rather than transforming the primitive directly, so that 'newM' will
1178 drawMatrix.setConcat(fContext->getMatrix(), newM);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1145 SkMatrix newM(m);
1166 newM.preTranslate(offset.fX, offset.fY);
1174 // Transform 'newM' needs to be concatenated to the current matrix,
1175 // rather than transforming the primitive directly, so that 'newM' will
1178 drawMatrix.setConcat(fContext->getMatrix(), newM);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 155 milliseconds