Lines Matching refs:rotated_map
2089 GX_PIXELMAP* rotated_map = GX_NULL; in WritePixelmapBlock() local
2093 rotated_map = m_rotated_pixelmaps[theme_id].GetAt(output_map_id - 1); in WritePixelmapBlock()
2095 if (!rotated_map) in WritePixelmapBlock()
2097 rotated_map = RotatePixelmap(info, theme_id, map, frame_id); in WritePixelmapBlock()
2098 m_rotated_pixelmaps[theme_id].SetAt(output_map_id - 1, rotated_map); in WritePixelmapBlock()
2100 map = rotated_map; in WritePixelmapBlock()
2726 GX_PIXELMAP* rotated_map = GX_NULL; in GetOnePixelmapDataSize() local
2730 rotated_map = m_rotated_pixelmaps[theme_id].GetAt(outmap_id - 1); in GetOnePixelmapDataSize()
2732 if (!rotated_map) in GetOnePixelmapDataSize()
2734 rotated_map = RotatePixelmap(info, theme_id, map, frame_id); in GetOnePixelmapDataSize()
2735 m_rotated_pixelmaps[theme_id].SetAt(outmap_id - 1, rotated_map); in GetOnePixelmapDataSize()
2738 map = rotated_map; in GetOnePixelmapDataSize()