Searched refs:encodeContents (Results 1 – 1 of 1) sorted by relevance
395 CFX_WideString encodeContents = in Encode() local397 m_renderContents = encodeContents; in Encode()398 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Encode()403 ->RenderResult(encodeContents, data, outWidth, isDevice, e); in Encode()452 CFX_WideString encodeContents = in Preprocess() local454 int32_t length = encodeContents.GetLength(); in Preprocess()457 encodeContents = FX_WCHAR('0') + encodeContents; in Preprocess()459 CFX_ByteString byteString = encodeContents.UTF8Encode(); in Preprocess()462 encodeContents += FX_WCHAR(checksum - 0 + '0'); in Preprocess()465 encodeContents = encodeContents.Mid(0, 8); in Preprocess()[all …]