Home
last modified time | relevance | path

Searched defs:HB_TAG (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dtypeface_test.cpp27 constexpr uint32_t HB_TAG(char c1, char c2, char c3, char c4) in HB_TAG() function
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp28 #define HB_TAG(c1,c2,c3,c4) ((uint32_t)((((uint32_t)(c1)&0xFF)<<24)|(((uint32_t)(c2)&0xFF)<<16)|(((uint32_t)(c3)&0xFF)<<8)|((uint32_t)(c4)&0xFF))) macro

Completed in 2 milliseconds