OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCurrGlyphPositionAdjustment
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/layout/
MarkToMarkPosnSubtables.cpp
84
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
91
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX - mark2Advance.fX, anchorDiffY - mark2Advance.fY, -markAdvance.fX, -markAdvance.fY);
MarkToBasePosnSubtables.cpp
88
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
109
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX - baseAdvance.fX, anchorDiffY - baseAdvance.fY, -markAdvance.fX, -markAdvance.fY);
MarkToLigaturePosnSubtables.cpp
90
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX, anchorDiffY, -markAdvance.fX, -markAdvance.fY);
97
glyphIterator->
setCurrGlyphPositionAdjustment
(anchorDiffX - ligatureAdvance.fX, anchorDiffY - ligatureAdvance.fY, -markAdvance.fX, -markAdvance.fY);
GlyphIterator.h
63
void
setCurrGlyphPositionAdjustment
(float xPlacementAdjust, float yPlacementAdjust,
GlyphIterator.cpp
262
void GlyphIterator::
setCurrGlyphPositionAdjustment
(float xPlacementAdjust, float yPlacementAdjust,
Completed in 31 milliseconds