OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustXPlacement
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
47
inline void
adjustXPlacement
(float xAdjustment);
126
inline void
adjustXPlacement
(le_int32 index, float xAdjustment);
207
inline void GlyphPositionAdjustments::Adjustment::
adjustXPlacement
(float xAdjustment)
350
inline void GlyphPositionAdjustments::
adjustXPlacement
(le_int32 index, float xAdjustment)
352
fAdjustments[index].
adjustXPlacement
(xAdjustment);
GlyphIterator.cpp
264
glyphPositionAdjustments->
adjustXPlacement
(position, xPlacementAdjust);
Completed in 42 milliseconds