Searched refs:rotated_width (Results 1 – 1 of 1) sorted by relevance
2880 int rotated_width = height; in Rotate8bitGlyphData() local2882 int data_size = rotated_width * rotated_height; in Rotate8bitGlyphData()2898 putrow += (rotated_height - 1) * rotated_width; in Rotate8bitGlyphData()2904 putrow += (rotated_width - 1); in Rotate8bitGlyphData()2916 put -= rotated_width * putsign; in Rotate8bitGlyphData()2929 int rotated_width = height; in Rotate4bitGlyphData() local2941 putstride = GetRowPitch(rotated_width, 4); in Rotate4bitGlyphData()3034 int rotated_width = height; in Rotate1bitGlyphData() local3048 putstride = GetRowPitch(rotated_width, 1); in Rotate1bitGlyphData()