Home
last modified time | relevance | path

Searched refs:fRotate (Results 1 – 7 of 7) sorted by relevance

/external/skia/gm/
Daddarc.cpp27 AddArcGM() : fRotate(0) {} in AddArcGM()
54 startAngle += fRotate * 360 * speed * sign; in onDraw()
66 fRotate = TimeUtils::Scaled(1e-9 * nanos, 1, 360); in onAnimate()
71 SkScalar fRotate; member in AddArcGM
117 StrokeCircleGM() : fRotate(0) {} in StrokeCircleGM()
140 canvas->rotate(fRotate * sign); in onDraw()
150 fRotate = TimeUtils::Scaled(1e-9 * nanos, 60, 360); in onAnimate()
155 SkScalar fRotate; member in StrokeCircleGM
167 FillCircleGM() : fRotate(0) {} in FillCircleGM()
194 canvas->rotate(fRotate * sign); in onDraw()
[all …]
/external/skqp/gm/
Daddarc.cpp17 AddArcGM() : fRotate(0) {} in AddArcGM()
44 startAngle += fRotate * 360 * speed * sign; in onDraw()
56 fRotate = timer.scaled(1, 360); in onAnimate()
61 SkScalar fRotate; member in AddArcGM
109 StrokeCircleGM() : fRotate(0) {} in StrokeCircleGM()
132 canvas->rotate(fRotate * sign); in onDraw()
142 fRotate = timer.scaled(60, 360); in onAnimate()
147 SkScalar fRotate; member in StrokeCircleGM
159 FillCircleGM() : fRotate(0) {} in FillCircleGM()
186 canvas->rotate(fRotate * sign); in onDraw()
[all …]
/external/skia/samplecode/
DSampleGlyphTransform.cpp45 ctm.setRotate(fRotate); // d3 rotate takes degrees in onDrawContent()
63 fRotate = sin(t / 734); in onAnimate()
76 SkScalar fRotate; member in GlyphTransformView
/external/skqp/samplecode/
DSampleGlyphTransform.cpp51 ctm.setRotate(fRotate); // d3 rotate takes degrees in onDrawContent()
69 fRotate = sin(t / 734); in onAnimate()
82 SkScalar fRotate; member in GlyphTransformView
/external/skia/modules/svg/src/
DSkSVGText.cpp127 , fRotate(txt.getRotate()) in ScopedPosResolver()
152 localCharIndex < fRotate.size(); in resolve()
183 if (!fRotate.empty()) { in resolve()
184 if (localCharIndex < fRotate.size()) { in resolve()
186 attrs[PosAttrs::kRotate] = fRotate[localCharIndex]; in resolve()
191 attrs[PosAttrs::kRotate] = fRotate.back(); in resolve()
DSkSVGTextPriv.h101 const std::vector<float>& fRotate; variable
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp302 ByteString GetAP_HalfCircle(const CFX_FloatRect& crBBox, float fRotate) { in GetAP_HalfCircle() argument
315 csAP << cos(fRotate) << " " << sin(fRotate) << " " << -sin(fRotate) << " " in GetAP_HalfCircle()
316 << cos(fRotate) << " " << crBBox.left + fWidth / 2 << " " in GetAP_HalfCircle()