Searched refs:byte_data (Results 1 – 6 of 6) sorted by relevance
238 tonic::DartByteData byte_data(shadows_data); in decodeTextShadows() local239 FML_CHECK(byte_data.length_in_bytes() % kBytesPerShadow == 0); in decodeTextShadows()241 const uint32_t* uint_data = static_cast<const uint32_t*>(byte_data.data()); in decodeTextShadows()242 const float* float_data = static_cast<const float*>(byte_data.data()); in decodeTextShadows()244 size_t shadow_count = byte_data.length_in_bytes() / kBytesPerShadow; in decodeTextShadows()260 tonic::DartByteData byte_data(font_features_data); in decodeFontFeatures() local261 FML_CHECK(byte_data.length_in_bytes() % kBytesPerFontFeature == 0); in decodeFontFeatures()263 size_t feature_count = byte_data.length_in_bytes() / kBytesPerFontFeature; in decodeFontFeatures()268 static_cast<const char*>(byte_data.data()) + feature_offset; in decodeFontFeatures()
99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump() argument100 if (byte_data == NULL || length == 0) { in HexDump()107 fprintf(stderr, "%02x ", byte_data[i]); in HexDump()
37 void HexDump(const unsigned char* byte_data, size_t length);
62748 u8 byte_data[1]; member62755 u8 byte_data[1]; member