HomeSort by relevance Sort by last modified time
    Searched refs:centerPoint (Results 1 - 17 of 17) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityGestureDispatchTest.java 261 PointF centerPoint = new PointF(50, 60);
267 dispatch(pinchWithinView(centerPoint, startSpacing, endSpacing, 45.0F, gestureTime),
289 assertEquals((float) centerPoint.x, (coords0.x + coords1.x) / 2, pinchTolerance);
290 assertEquals((float) centerPoint.y, (coords0.y + coords1.y) / 2, pinchTolerance);
292 assertEquals(coords0.x - centerPoint.x, coords0.y - centerPoint.y,
294 assertEquals(coords1.x - centerPoint.x, coords1.y - centerPoint.y,
585 private GestureDescription pinchWithinView(PointF centerPoint, int startSpacing,
590 PointF offsetCenter = withinView(centerPoint);
    [all...]
  /external/skia/src/utils/
SkShadowTessellator.cpp 476 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + fPositions[fFirstVertexIndex];
477 centerPoint *= 0.5f;
478 *fPositions.push() = centerPoint;
480 centerPoint = fPositions[fPositions.count()-2] + fPositions[fFirstVertexIndex+1];
481 centerPoint *= 0.5f;
482 *fPositions.push() = centerPoint;
505 fPositions[0] += centerPoint;
662 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + umbraPoint;
663 centerPoint *= 0.5f;
664 *fPositions.push() = centerPoint;
    [all...]
  /external/skqp/src/utils/
SkShadowTessellator.cpp 463 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + fPositions[fFirstVertexIndex];
464 centerPoint *= 0.5f;
465 *fPositions.push() = centerPoint;
467 centerPoint = fPositions[fPositions.count()-2] + fPositions[fFirstVertexIndex+1];
468 centerPoint *= 0.5f;
469 *fPositions.push() = centerPoint;
492 fPositions[0] += centerPoint;
649 SkPoint centerPoint = fPositions[fPrevUmbraIndex] + umbraPoint;
650 centerPoint *= 0.5f;
651 *fPositions.push() = centerPoint;
    [all...]
  /external/deqp/external/openglcts/modules/glesext/texture_border_clamp/
esextcTextureBorderClampSamplingTexture.cpp 935 std::pair<glw::GLuint, glw::GLuint> centerPoint(width / 2, height / 2);
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationFragment.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
xpsobjectmodel_1.h 360 const XPS_POINT *centerPoint,
541 #define IXpsOMObjectFactory1_CreateRadialGradientBrush(This,gradStop1,gradStop2,centerPoint,gradientOrigin,radiiSizes,radialGradientBrush) (This)->lpVtbl->CreateRadialGradientBrush(This,gradStop1,gradStop2,centerPoint,gradientOrigin,radiiSizes,radialGradientBrush)
    [all...]
xpsobjectmodel.h     [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skqp/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/skqp/src/core/
SkPath.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 277 let centerPoint = null // Center point for scaling
417 centerPoint = toSvg((t1.clientX + t2.clientX) / 2,
439 rescale(initScale * gap / initGap, centerPoint)
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
webhtml.go 277 let centerPoint = null // Center point for scaling
417 centerPoint = toSvg((t1.clientX + t2.clientX) / 2,
439 rescale(initScale * gap / initGap, centerPoint)
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 1991 milliseconds