Home
last modified time | relevance | path

Searched refs:hackHeight (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/animator/
DSkDraw3D.cpp35 SK_MEMBER(hackHeight, Float),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(nullptr) { in Sk3D_Camera()
57 matrix.preTranslate(hackWidth / 2, -hackHeight / 2); in draw()
58 matrix.postTranslate(hackWidth / 2, hackHeight / 2); in draw()
DSkDraw3D.h33 SkScalar hackHeight; variable
DSkAnimate3DSchema.xsd19 <xs:attribute name="hackHeight" type="Sk:Float" />