Searched refs:rotate (Results 176 - 200 of 312) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/gm/
H A Ddftext.cpp39 canvas->rotate(degrees);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleDither.cpp44 c->rotate(angle);
H A DSampleFuzz.cpp213 canvas->rotate(make_number());
/external/chromium_org/third_party/skia/src/animator/
H A DSkMatrixParts.cpp52 fMatrix->rotate(degrees, center);
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dcommon.css98 -webkit-transform: rotate(180deg);
143 -webkit-transform: rotate(90deg);
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DTransform.h205 inline Transform& rotate(const RotationType& rotation);
231 inline Transform& operator*=(const RotationBase<Derived,Dim>& r) { return rotate(r.toRotationMatrix()); }
469 * \sa rotate(Scalar), class Quaternion, class AngleAxis, prerotate(RotationType)
474 Transform<Scalar,Dim>::rotate(const RotationType& rotation) function in class:Eigen::Transform
483 * See rotate() for further details.
485 * \sa rotate()
581 res.rotate(r.derived());
/external/fonttools/Lib/fontTools/misc/
H A Dtransform.py37 >>> t3 = t2.rotate(math.pi / 2)
73 rotate(), return a new Transform instance.
153 def rotate(self, angle): member in class:Transform
159 >>> t.rotate(math.pi / 2)
/external/fonttools/Tools/fontTools/misc/
H A Dtransform.py37 >>> t3 = t2.rotate(math.pi / 2)
73 rotate(), return a new Transform instance.
153 def rotate(self, angle): member in class:Transform
159 >>> t.rotate(math.pi / 2)
/external/kernel-headers/original/uapi/linux/
H A Dfb.h275 __u32 rotate; /* angle we rotate counter clockwise */ member in struct:fb_var_screeninfo
/external/pdfium/fpdfsdk/include/
H A Dfpdfformfill.h821 * rotate - Page orientation: 0 (normal), 1 (rotated 90 degrees clockwise),
832 int size_x, int size_y, int rotate, int flags);
/external/skia/samplecode/
H A DSampleDither.cpp44 c->rotate(angle);
H A DSampleFuzz.cpp213 canvas->rotate(make_number());
/external/skia/src/animator/
H A DSkMatrixParts.cpp52 fMatrix->rotate(degrees, center);
/external/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc970 std::rotate(id_map.begin() + 1,
980 std::rotate(id_map.begin() + 1,
988 std::rotate(id_map.begin() + 1,
1031 std::rotate(id_map.begin() + 1,
1049 std::rotate(id_map.begin() + 3,
1079 std::rotate(id_map.begin() + 1,
/external/chromium_org/cc/animation/
H A Dtransform_operations_unittest.cc915 // Checks that if the point to rotate is sitting on the axis of rotation, that
1297 TransformOperations rotate; local
1298 rotate.AppendRotate(1.f, 2.f, 3.f, 4.f);
1299 EXPECT_FALSE(rotate.AffectsScale());
1356 TransformOperations rotate; local
1357 rotate.AppendRotate(1.f, 2.f, 3.f, 4.f);
1358 EXPECT_FALSE(rotate.IsTranslation());
/external/libpng/contrib/gregbook/
H A Drpng2-x.c1195 double freq, rotate, saturate, gray, intensity; local
1207 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1210 * rotate: rotation of the beams as a function of radius
1217 rotate = (double)bg[pat].bg_brot * 0.1;
1231 intensity = cos((angle+(rotate*dist*PI)) * freq) *
1964 double freq, rotate, saturate, gray, intensity; local
1972 * aoffset: number of degrees to rotate hue [CURRENTLY NOT USED]
1975 * rotate: rotation of the beams as a function of radius
1982 rotate = (double)bg[pat].bg_brot * 0.1;
1996 intensity = cos((angle+(rotate*dis
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.js325 ctx.rotate(Math.PI * 2 / (segmentCount + rotation));
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dimage_util.js389 context.rotate(angle);
600 context.rotate(transform.rotate90 * Math.PI / 2);
/external/skia/bench/
H A Dbenchmain.cpp132 canvas->rotate(SkIntToScalar(35));
221 DEFINE_bool(rotate, false, "Rotate canvas before bench run?");
386 writer.option("rotate", SkStringPrintf("%d", FLAGS_rotate).c_str());
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_interceptor.cc145 std::rotate(throttled_transactions_.begin(),
/external/chromium_org/net/dns/
H A Ddns_session.cc107 if (config_.rotate)
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DAffineTransform.cpp134 AffineTransform& AffineTransform::rotate(double a) function in class:blink::AffineTransform
/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h412 int rotate; // TODO(later) member in struct:WebPBitstreamFeatures
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp86 canvas->rotate(SkRadiansToDegrees(angle));
281 ADD_METHOD("rotate", Rotate);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_render.h248 int pos_x, int pos_y, int size_x, int size_y, int rotate) = 0;

Completed in 490 milliseconds

1234567891011>>