Home
last modified time | relevance | path

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

/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
DMoreTeapotsRenderer.cpp109 const float total_width = 500.f; in Init() local
110 float gap_x = total_width / (teapot_x_ - 1); in Init()
111 float gap_y = total_width / (teapot_y_ - 1); in Init()
112 float gap_z = total_width / (teapot_z_ - 1); in Init()
113 float offset_x = -total_width / 2.f; in Init()
114 float offset_y = -total_width / 2.f; in Init()
115 float offset_z = -total_width / 2.f; in Init()