Home
last modified time | relevance | path

Searched refs:glyphIndex (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont.cpp85 GlyphMetrics Font::GetGlyphMetrics(uint32_t glyphIndex) in GetGlyphMetrics() argument
87 return GetData()->GetGlyphMetrics(glyphIndex); in GetGlyphMetrics()
90 GlyphInfo Font::GetGlyphInfo(uint32_t glyphIndex) in GetGlyphInfo() argument
92 return GetData()->GetGlyphInfo(glyphIndex); in GetGlyphInfo()
H A Dfont.h53 GlyphMetrics GetGlyphMetrics(uint32_t glyphIndex) override;
54 GlyphInfo GetGlyphInfo(uint32_t glyphIndex) override;
/foundation/graphic/graphic_3d/lume/LumeFont/api/
H A Dintf_font.h120 virtual GlyphMetrics GetGlyphMetrics(uint32_t glyphIndex) = 0;
121 virtual GlyphInfo GetGlyphInfo(uint32_t glyphIndex) = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp827 int32_t glyphIndex = richEditorPattern->paragraphs_.GetGlyphIndexByCoordinate(offset, clamp); in HWTEST_F() local
828 EXPECT_EQ(glyphIndex, 0); in HWTEST_F()
1401 int32_t glyphIndex = richEditorPattern->paragraphs_.GetGlyphIndexByCoordinate(Offset(0.0, 1000.00), true); in HWTEST_F() local
1402 EXPECT_EQ(glyphIndex, 6); in HWTEST_F()
1425 int32_t glyphIndex = richEditorPattern->paragraphs_.GetWordBoundary(1000, paragraphItem.start, paragraphItem.end); in HWTEST_F() local
1426 EXPECT_EQ(glyphIndex, 0); in HWTEST_F()

Completed in 4 milliseconds