Searched refs:padded_text (Results 1 – 4 of 4) sorted by relevance
76 char* padded_text = new char[(block_size * length_without_spaces) + 1]; in MakeEachLetterABlock() local77 memset(padded_text, ' ', block_size * length_without_spaces); in MakeEachLetterABlock()78 char* padded_text_ptr = padded_text; in MakeEachLetterABlock()87 *result = padded_text; in MakeEachLetterABlock()
115 char* padded_text = new char[(kBlockSize * length_without_spaces) + 1]; in MakeEachLetterABlock() local116 memset(padded_text, ' ', kBlockSize * length_without_spaces); in MakeEachLetterABlock()117 char* padded_text_ptr = padded_text + (kBlockSize - 1); in MakeEachLetterABlock()122 padded_text[kBlockSize * length_without_spaces] = '\0'; in MakeEachLetterABlock()123 *result = padded_text; in MakeEachLetterABlock()
78 char* padded_text = new char[(block_size * length_without_spaces) + 1]; in MakeEachLetterABlock() local79 memset(padded_text, ' ', block_size * length_without_spaces); in MakeEachLetterABlock()80 char* padded_text_ptr = padded_text; in MakeEachLetterABlock()89 *result = padded_text; in MakeEachLetterABlock()