Home
last modified time | relevance | path

Searched refs:Sk3DView (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/utils/
DSkCamera.cpp152 Sk3DView::Sk3DView() { in Sk3DView() function in Sk3DView
156 Sk3DView::~Sk3DView() { in ~Sk3DView()
165 void Sk3DView::save() { in save()
172 void Sk3DView::restore() { in restore()
179 void Sk3DView::setCameraLocation(SkScalar x, SkScalar y, SkScalar z) { in setCameraLocation()
188 SkScalar Sk3DView::getCameraLocationX() const { in getCameraLocationX()
192 SkScalar Sk3DView::getCameraLocationY() const { in getCameraLocationY()
196 SkScalar Sk3DView::getCameraLocationZ() const { in getCameraLocationZ()
200 void Sk3DView::translate(SkScalar x, SkScalar y, SkScalar z) { in translate()
204 void Sk3DView::rotateX(SkScalar deg) { in rotateX()
[all …]
/third_party/skia/include/utils/
DSkCamera.h72 class SK_API Sk3DView : SkNoncopyable {
74 Sk3DView();
75 ~Sk3DView();
/third_party/skia/samplecode/
DSampleCamera.cpp50 Sk3DView view; in onDrawContent()
DSampleAndroidShadows.cpp273 Sk3DView view; in onDrawContent()