Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiLabel.cpp92 s32 tx = CalculateTextX(2, 0); in OnDraw() local
97 pTextWriter->PutString(tx, ty, m_pText); in OnDraw()
DGuiButton.cpp96 s32 tx = CalculateTextX(2, 0); in OnDraw() local
101 pTextWriter->PutString(tx, ty, m_pText); in OnDraw()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
Ds.h105 float tx, ty, tz; member
256 memcpy( &m_vertex_attr[i].tx, &m_tangent[ i*3 ], sizeof( float )*3 ); in sphere()