Searched defs:centerPoint (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/utils/
H A DSkShadowTessellator.cpp433 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + fFirstPoint; local
434 centerPoint *= 0.5f;
435 *fPositions.push() = centerPoint;
439 *fPositions.push() = centerPoint + midNormal;
575 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + nextPoint; local
576 centerPoint *= 0.5f;
577 *fPositions.push() = centerPoint;
581 *fPositions.push() = centerPoint + midNormal;
/external/skia/src/core/
H A DSkPath.cpp1393 SkPoint centerPoint = unitPts[0] + unitPts[1]; local
1394 centerPoint *= 0.5f;
1395 centerPoint.offset(-delta.fY, delta.fX);
1396 unitPts[0] -= centerPoint;
1397 unitPts[1] -= centerPoint;
1422 unitPts[1] += centerPoint;
/external/skia/src/xps/
H A DSkXPSDevice.cpp907 XPS_POINT centerPoint; local
911 centerPoint = xps_point(info.fPoint[0]);
916 centerPoint = xps_point(info.fPoint[0], localMatrix);
936 &centerPoint,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 156 milliseconds