Home
last modified time | relevance | path

Searched refs:byte_data (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc238 tonic::DartByteData byte_data(shadows_data); in decodeTextShadows() local
239 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() local
261 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()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_font_utils.cc99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump() argument
100 if (byte_data == NULL || length == 0) { in HexDump()
107 fprintf(stderr, "%02x ", byte_data[i]); in HexDump()
Dtest_font_utils.h37 void HexDump(const unsigned char* byte_data, size_t length);
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dtest_font_utils.cc99 void HexDump(const unsigned char* byte_data, size_t length) { in HexDump() argument
100 if (byte_data == NULL || length == 0) { in HexDump()
107 fprintf(stderr, "%02x ", byte_data[i]); in HexDump()
Dtest_font_utils.h37 void HexDump(const unsigned char* byte_data, size_t length);
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h62748 u8 byte_data[1]; member
62755 u8 byte_data[1]; member