Searched refs:rotated_height (Results 1 – 1 of 1) sorted by relevance
2881 int rotated_height = width; in Rotate8bitGlyphData() local2882 int data_size = rotated_width * rotated_height; in Rotate8bitGlyphData()2898 putrow += (rotated_height - 1) * rotated_width; in Rotate8bitGlyphData()2930 int rotated_height = width; in Rotate4bitGlyphData() local2942 datasize = putstride * rotated_height; in Rotate4bitGlyphData()2952 putrow += (rotated_height - 1) * putstride; in Rotate4bitGlyphData()3035 int rotated_height = width; in Rotate1bitGlyphData() local3049 datasize = putstride * rotated_height; in Rotate1bitGlyphData()3059 putrow += (rotated_height - 1) * putstride; in Rotate1bitGlyphData()