OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setXPlacement
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/layout/
GlyphPositionAdjustments.h
40
inline void
setXPlacement
(float newXPlacement);
119
inline void
setXPlacement
(le_int32 index, float newXPlacement);
182
inline void GlyphPositionAdjustments::Adjustment::
setXPlacement
(float newXPlacement)
325
inline void GlyphPositionAdjustments::
setXPlacement
(le_int32 index, float newXPlacement)
327
fAdjustments[index].
setXPlacement
(newXPlacement);
GlyphIterator.cpp
283
glyphPositionAdjustments->
setXPlacement
(position, xPlacementAdjust);
OpenTypeLayoutEngine.cpp
475
adjustments->
setXPlacement
(i, 0);
Completed in 43 milliseconds