Home
last modified time | relevance | path

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

/external/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()
180 void Sk3DView::setCameraLocation(SkScalar x, SkScalar y, SkScalar z) { in setCameraLocation()
189 SkScalar Sk3DView::getCameraLocationX() const { in getCameraLocationX()
193 SkScalar Sk3DView::getCameraLocationY() const { in getCameraLocationY()
197 SkScalar Sk3DView::getCameraLocationZ() const { in getCameraLocationZ()
202 void Sk3DView::translate(SkScalar x, SkScalar y, SkScalar z) { in translate()
206 void Sk3DView::rotateX(SkScalar deg) { in rotateX()
[all …]
/external/skia/include/utils/
DSkCamera.h74 class SK_API Sk3DView : SkNoncopyable {
76 Sk3DView();
77 ~Sk3DView();
/external/skia/tools/viewer/
DCameraSlide.cpp53 Sk3DView view; in draw()
DAndroidShadowsSlide.cpp253 Sk3DView view; in draw()