Searched refs:encodeContents (Results 1 – 4 of 4) sorted by relevance
33 CFX_WideString encodeContents = pWriter->FilterContents(contents); in Preprocess() local34 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 = byteString.UTF8Decode(); in Preprocess()45 encodeContents = encodeContents.Mid(0, 12); in Preprocess()47 return encodeContents; in Preprocess()60 CFX_WideString encodeContents = Preprocess(contents); in Encode() local61 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()62 m_renderContents = encodeContents; in Encode()[all …]
31 CFX_WideString encodeContents = in Preprocess() local34 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() local61 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()62 m_renderContents = encodeContents; in Encode()[all …]
31 CFX_WideString encodeContents = in Preprocess() local34 int32_t length = encodeContents.GetLength(); in Preprocess()37 encodeContents = FX_WCHAR('0') + encodeContents; in Preprocess()39 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Preprocess()43 encodeContents = byteString.UTF8Decode(); in Preprocess()46 encodeContents = encodeContents.Mid(0, 13); in Preprocess()48 return encodeContents; in Preprocess()61 CFX_WideString encodeContents = Preprocess(contents); in Encode() local62 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()63 m_renderContents = encodeContents; in Encode()[all …]
54 CFX_WideString encodeContents = in Encode() local57 m_renderContents = encodeContents; in Encode()58 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()64 ->RenderResult(encodeContents.AsStringC(), data, outWidth, isDevice, e); in Encode()