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

  /external/skia/samplecode/
SampleAnimatedText.cpp 46 AnimatedTextView() : fScale(1.0f), fScaleInc(0.1f), fRotation(0.0f), fSizeScale(1) {
115 canvas->rotate(fRotation);
138 fRotation += (1.0f + gRand.nextRangeF(-0.1f, 0.1f));
151 float fRotation;
  /external/pdfium/xfa/src/fwl/src/lightwidget/
picturebox.cpp 40 FWL_ERR CFWL_PictureBox::SetRotation(FX_FLOAT fRotation) {
41 m_PictureBoxDP.m_fRotation = fRotation;
  /external/pdfium/xfa/include/fwl/lightwidget/
picturebox.h 21 FWL_ERR SetRotation(FX_FLOAT fRotation);
  /development/ndk/sources/android/ndk_helper/
tapCamera.cpp 273 float fRotation = atan2f( y_diff, x_diff );
274 camera_rotation_now_ = fRotation - camera_rotation_start_;

Completed in 94 milliseconds