Home
last modified time | relevance | path

Searched refs:setRotate (Results 1 – 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/skia/src/gpu/
DGrEffect.cpp29 gMatrices[2].setRotate(SkIntToScalar(17)); in TestMatrix()
30 gMatrices[3].setRotate(SkIntToScalar(185)); in TestMatrix()
33 gMatrices[4].setRotate(SkIntToScalar(215)); in TestMatrix()
/external/skia/src/gpu/
DGrEffect.cpp29 gMatrices[2].setRotate(SkIntToScalar(17)); in TestMatrix()
30 gMatrices[3].setRotate(SkIntToScalar(185)); in TestMatrix()
33 gMatrices[4].setRotate(SkIntToScalar(215)); in TestMatrix()
/external/skia/tests/
DMatrixTest.cpp146 rot90Scale.setRotate(90 * SK_Scalar1); in test_matrix_min_max_stretch()
152 rotate.setRotate(128 * SK_Scalar1); in test_matrix_min_max_stretch()
315 mat.setRotate(SkIntToScalar(angle)); in test_matrix_is_similarity()
328 mat.setRotate(SkIntToScalar(30)); in test_matrix_is_similarity()
334 mat.setRotate(SkIntToScalar(30)); in test_matrix_is_similarity()
340 mat.setRotate(SkIntToScalar(30)); in test_matrix_is_similarity()
422 mat.setRotate(kRotation0); in test_matrix_decomposition()
437 mat.setRotate(kRotation1); in test_matrix_decomposition()
449 mat.setRotate(kRotation0); in test_matrix_decomposition()
461 mat.setRotate(kRotation1); in test_matrix_decomposition()
[all …]
/external/skia/src/effects/
DSkColorMatrix.cpp32 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) { in setRotate() function in SkColorMatrix
59 tmp.setRotate(axis, degrees); in preRotate()
65 tmp.setRotate(axis, degrees); in postRotate()
/external/skia/gm/
Dcolormatrix.cpp113 matrix.setRotate(SkColorMatrix::kR_Axis, 90); in onDraw()
117 matrix.setRotate(SkColorMatrix::kG_Axis, 90); in onDraw()
121 matrix.setRotate(SkColorMatrix::kB_Axis, 90); in onDraw()
Dbitmapmatrix.cpp53 matrix.setRotate(SkIntToScalar(45), SkIntToScalar(bm.width() / 2), in onDraw()
96 matrix.setRotate(SkIntToScalar(45), SkIntToScalar(bm.width() / 2), in onDraw()
Dcolortype.cpp23 local.setRotate(180); in ColorTypeGM()
Drects.cpp203 m.setRotate(SkIntToScalar(30)); in makeMatrices()
210 m.setRotate(SkIntToScalar(90)); in makeMatrices()
Dovals.cpp111 m.setRotate(SkIntToScalar(90)); in makeMatrices()
123 m.setRotate(SkIntToScalar(60)); in makeMatrices()
Dshadertext2.cpp75 matrices.append()->fMatrix.setRotate(10.f); in onDraw()
87 localMatrices.append()->fMatrix.setRotate(45.f); in onDraw()
Droundrects.cpp112 m.setRotate(SkIntToScalar(90)); in makeMatrices()
124 m.setRotate(SkIntToScalar(60)); in makeMatrices()
Dbigmatrix.cpp33 m.setRotate(33 * SK_Scalar1); in onDraw()
Dbitmapalphathreshold.cpp95 lms.push_back().setRotate(-SK_Scalar1 * 30); in onDraw()
Dtexdata.cpp106 vm.setRotate(90 * SK_Scalar1, in onDraw()
Dmixedxfermodes.cpp64 rot.setRotate(SkIntToScalar(360) / 5); in drawShape()
Dcircles.cpp149 m.setRotate(SkIntToScalar(30)); in makeMatrices()
/external/chromium_org/third_party/skia/src/effects/
DSkColorMatrix.cpp32 void SkColorMatrix::setRotate(Axis axis, SkScalar degrees) { in setRotate() function in SkColorMatrix
59 tmp.setRotate(axis, degrees); in preRotate()
65 tmp.setRotate(axis, degrees); in postRotate()
/external/chromium_org/third_party/skia/include/effects/
DSkColorMatrix.h30 void setRotate(Axis, SkScalar degrees);
/external/skia/include/effects/
DSkColorMatrix.h30 void setRotate(Axis, SkScalar degrees);
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTransform.h65 void setRotate(float angle, float cx, float cy);
DSVGTransformDistance.cpp123 …transform.setRotate(first.angle() + second.angle() * repeatCount, first.rotationCenter().x() + sec… in addSVGTransforms()
175 newTransform.setRotate(transform.angle() + m_angle, center.x() + m_cx, center.y() + m_cy); in addToSVGTransform()
DSVGTransform.idl39 [StrictTypeChecking] void setRotate(float angle, float cx, float cy);
/external/skia/bench/
DPictureRecordBench.cpp82 matrix.setRotate(SkIntToScalar(i % 360)); in onDraw()
DDashBench.cpp338 matrix.setRotate(90, cx, cy); in GiantDashBench()
341 matrix.setRotate(45, cx, cy); in GiantDashBench()
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
DFontMac.cpp145 rotator.setRotate(90); in drawGlyphs()

12