Home
last modified time | relevance | path

Searched refs:hblob (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
H A Dfont_parser.cpp189 hb_blob_t* hblob = nullptr; in ParseCmapTable() local
190 hblob = hb_blob_create( in ParseCmapTable()
192 if (hblob == nullptr) { in ParseCmapTable()
201 hb_blob_destroy(hblob); in ParseCmapTable()
220 hb_blob_t* hblob = nullptr; in ParseNameTable() local
221 hblob = hb_blob_create( in ParseNameTable()
223 if (hblob == nullptr) { in ParseNameTable()
237 hb_blob_destroy(hblob); in ParseNameTable()
257 hblob = hb_blob_create( in ParsePostTable()
259 if (hblob == nullptr) { in ParsePostTable()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/
H A Dfont_parser_test.cpp204 hb_blob_t* hblob = nullptr; variable
205 hblob = hb_blob_create(
207 if (hblob == nullptr) {
213 data_ = hb_blob_get_data(hblob, nullptr);
214 length_ = hb_blob_get_length(hblob);
218 hb_blob_destroy(hblob);