Home
last modified time | relevance | path

Searched refs:fRotation (Results 1 – 3 of 3) sorted by relevance

/external/skia/samplecode/
DSampleAnimatedText.cpp46 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) { in AnimatedTextView()
115 canvas->rotate(fRotation); in onDrawContent()
138 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f)); in onAnimate()
151 float fRotation; member in AnimatedTextView
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dpicturebox.cpp40 FWL_ERR CFWL_PictureBox::SetRotation(FX_FLOAT fRotation) { in SetRotation() argument
41 m_PictureBoxDP.m_fRotation = fRotation; in SetRotation()
/external/pdfium/xfa/include/fwl/lightwidget/
Dpicturebox.h21 FWL_ERR SetRotation(FX_FLOAT fRotation);