Searched refs:dst_widht (Results 1 – 2 of 2) sorted by relevance
165 AndroidTextureBuffer::ScaleAndRotate(int dst_widht, in ScaleAndRotate() argument168 if (width() == dst_widht && height() == dst_height && in ScaleAndRotate()172 int rotated_width = (rotation % 180 == 0) ? dst_widht : dst_height; in ScaleAndRotate()173 int rotated_height = (rotation % 180 == 0) ? dst_height : dst_widht; in ScaleAndRotate()
60 int dst_widht,