/external/skia/src/core/ |
D | SkStrike.cpp | 298 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints() argument 300 SkScalar val = *(&pts[i].fY - yAxis); in AddPoints() 302 AddInterval(*(&pts[i].fX + yAxis), intercept); in AddPoints() 307 void SkStrike::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() argument 309 SkScalar t = yAxis ? sk_ieee_float_divide(axis - pts[0].fX, pts[1].fX - pts[0].fX) in AddLine() 312 AddInterval(yAxis ? pts[0].fY + t * (pts[1].fY - pts[0].fY) in AddLine() 317 void SkStrike::AddQuad(const SkPoint pts[3], SkScalar axis, bool yAxis, in AddQuad() argument 322 int count = yAxis ? quad.verticalIntersect(axis, roots) in AddQuad() 326 AddInterval(*(&pt.fX + yAxis), intercept); in AddQuad() 330 void SkStrike::AddCubic(const SkPoint pts[4], SkScalar axis, bool yAxis, in AddCubic() argument [all …]
|
D | SkStrike.h | 89 bool yAxis, SkGlyph* , SkScalar* array, int* count); 198 bool yAxis, SkGlyph::Intercept* intercept); 199 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, 201 static void AddQuad(const SkPoint pts[2], SkScalar axis, bool yAxis, 203 static void AddCubic(const SkPoint pts[3], SkScalar axis, bool yAxis,
|
D | SkGpuBlurUtils.cpp | 46 static void shrink_irect_by_2(SkIRect* rect, bool xAxis, bool yAxis) { in shrink_irect_by_2() argument 52 if (yAxis) { in shrink_irect_by_2()
|
/external/skqp/src/core/ |
D | SkStrike.cpp | 276 bool yAxis, SkGlyph::Intercept* intercept) { in AddPoints() argument 278 SkScalar val = *(&pts[i].fY - yAxis); in AddPoints() 280 AddInterval(*(&pts[i].fX + yAxis), intercept); in AddPoints() 285 void SkStrike::AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, in AddLine() argument 287 SkScalar t = yAxis ? sk_ieee_float_divide(axis - pts[0].fX, pts[1].fX - pts[0].fX) in AddLine() 290 AddInterval(yAxis ? pts[0].fY + t * (pts[1].fY - pts[0].fY) in AddLine() 295 void SkStrike::AddQuad(const SkPoint pts[3], SkScalar axis, bool yAxis, in AddQuad() argument 300 int count = yAxis ? quad.verticalIntersect(axis, roots) in AddQuad() 304 AddInterval(*(&pt.fX + yAxis), intercept); in AddQuad() 308 void SkStrike::AddCubic(const SkPoint pts[4], SkScalar axis, bool yAxis, in AddCubic() argument [all …]
|
D | SkStrike.h | 90 bool yAxis, SkGlyph* , SkScalar* array, int* count); 193 bool yAxis, SkGlyph::Intercept* intercept); 194 static void AddLine(const SkPoint pts[2], SkScalar axis, bool yAxis, 196 static void AddQuad(const SkPoint pts[2], SkScalar axis, bool yAxis, 198 static void AddCubic(const SkPoint pts[3], SkScalar axis, bool yAxis,
|
D | SkGpuBlurUtils.cpp | 45 static void shrink_irect_by_2(SkIRect* rect, bool xAxis, bool yAxis) { in shrink_irect_by_2() argument 51 if (yAxis) { in shrink_irect_by_2()
|
/external/skqp/tests/ |
D | Point3Test.cpp | 53 const SkPoint3 yAxis = SkPoint3::Make(0.0f, 1.0f, 0.0f); in test_dot() local 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() 59 dot = yAxis.dot(zAxis); in test_dot() 76 dot = yAxis.dot(v); in test_dot()
|
/external/skia/tests/ |
D | Point3Test.cpp | 53 const SkPoint3 yAxis = SkPoint3::Make(0.0f, 1.0f, 0.0f); in test_dot() local 56 SkScalar dot = xAxis.dot(yAxis); in test_dot() 59 dot = yAxis.dot(zAxis); in test_dot() 76 dot = yAxis.dot(v); in test_dot()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputXY.java | 30 public InputXY(InputButton xAxis, InputButton yAxis) { in InputXY() argument 32 mYAxis = yAxis; in InputXY()
|
/external/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 1510 Int yAxis = SignMask(yMajor); in cubeFace() local 1517 face[0] |= *Pointer<Int>(constants + OFFSET(Constants,transposeBit1) + yAxis * 4); in cubeFace()
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 1601 Int yAxis = SignMask(yMajor); in cubeFace() local 1608 face[0] |= *Pointer<Int>(constants + OFFSET(Constants,transposeBit1) + yAxis * 4); in cubeFace()
|