OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rotateCW
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageRotate.java
48
mLocalRep.
rotateCW
();
/external/skia/include/core/
SkPoint.h
70
void
rotateCW
(SkIPoint* dst) const;
75
void
rotateCW
() { this->
rotateCW
(this); }
304
void
rotateCW
(SkPoint* dst) const;
309
void
rotateCW
() { this->
rotateCW
(this); }
/external/skia/src/core/
SkPoint.cpp
13
void SkIPoint::
rotateCW
(SkIPoint* dst) const {
46
void SkPoint::
rotateCW
(SkPoint* dst) const {
SkStrokerPriv.cpp
26
normal.
rotateCW
(¶llel);
39
normal.
rotateCW
(¶llel);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRotateRepresentation.java
89
public void
rotateCW
() {
/external/skia/samplecode/
SampleQuadStroker.cpp
570
before.
rotateCW
(&beforeCW);
571
after.
rotateCW
(&afterCW);
/external/skia/src/gpu/effects/
GrDashingEffect.cpp
97
vecSrc.
rotateCW
(&vecSrcPerp);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
664
r.
rotateCW
();
[
all
...]
Completed in 333 milliseconds