Lines Matching refs:encodeContents
31 CFX_WideString encodeContents = in Preprocess() local
34 int32_t length = encodeContents.GetLength(); in Preprocess()
37 encodeContents = FX_WCHAR('0') + encodeContents; in Preprocess()
39 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Preprocess()
42 encodeContents += FX_WCHAR(checksum - 0 + '0'); in Preprocess()
45 encodeContents = encodeContents.Mid(0, 8); in Preprocess()
47 return encodeContents; in Preprocess()
60 CFX_WideString encodeContents = Preprocess(contents); in Encode() local
61 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()
62 m_renderContents = encodeContents; in Encode()
68 ->RenderResult(encodeContents.AsStringC(), data, outWidth, isDevice, e); in Encode()