Searched refs:projection_height (Results 1 – 2 of 2) sorted by relevance
440 f32 projection_height = projRect->bottom - projRect->top ; in KPADGetProjectionPos() local443 (*dst).x = src->x * (projection_height / 2.0f) * 1.2f ; in KPADGetProjectionPos()444 (*dst).y = src->y * (projection_height / 2.0f) * 1.2f ; in KPADGetProjectionPos()
361 f32 projection_height = projRect->bottom - projRect->top; in KPADGetProjectionPos() local364 (*dst).x = src->x * (projection_height / 2.0f) * 1.2f; in KPADGetProjectionPos()365 (*dst).y = src->y * (projection_height / 2.0f) * 1.2f; in KPADGetProjectionPos()