Searched refs:fontRef (Results 1 – 3 of 3) sorted by relevance
185 jobject fontRef = MakeGlobalRefOrDie(env, bytebuf); in FontFamily_addFont() local187 release_global_ref, reinterpret_cast<void*>(fontRef))); in FontFamily_addFont()207 jobject fontRef = MakeGlobalRefOrDie(env, font); in FontFamily_addFontWeightStyle() local209 release_global_ref, reinterpret_cast<void*>(fontRef))); in FontFamily_addFontWeightStyle()
153 std::shared_ptr<minikin::Font> fontRef = layout->layout.getFontRef(i); in TextShaper_Result_getFont() local154 return reinterpret_cast<jlong>(new FontWrapper(std::move(fontRef))); in TextShaper_Result_getFont()
101 jobject fontRef = MakeGlobalRefOrDie(env, buffer); in Font_Builder_build() local103 release_global_ref, reinterpret_cast<void*>(fontRef))); in Font_Builder_build()322 std::shared_ptr<minikin::Font> fontRef = font; in Font_getAvailableFontSet() local324 reinterpret_cast<jlong>(new FontWrapper(std::move(fontRef)))); in Font_getAvailableFontSet()