Home
last modified time | relevance | path

Searched refs:AFont_getWeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/include/android/
Dfont.h196 uint16_t AFont_getWeight(const AFont* _Nonnull font) __INTRODUCED_IN(29);
/frameworks/libs/native_bridge_support/libandroid/
Dstubs_arm.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getWeight);
396 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getWeight); in init_stub_library()
Dstubs_arm64.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AFont_getWeight);
396 INIT_INTERCEPTABLE_STUB_FUNCTION("libandroid.so", AFont_getWeight); in init_stub_library()
/frameworks/base/native/android/
Dlibandroid.map.txt254 AFont_getWeight; # introduced=29
Dsystem_fonts.cpp342 uint16_t AFont_getWeight(const AFont* font) { in AFont_getWeight() function