OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlyphPositionAdjustments
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/layout/
GlyphPositionAdjustments.cpp
8
#include "
GlyphPositionAdjustments
.h"
19
GlyphPositionAdjustments
::
GlyphPositionAdjustments
(le_int32 glyphCount)
25
GlyphPositionAdjustments
::~
GlyphPositionAdjustments
()
31
const LEPoint *
GlyphPositionAdjustments
::getEntryPoint(le_int32 index, LEPoint &entryPoint) const
40
const LEPoint *
GlyphPositionAdjustments
::getExitPoint(le_int32 index, LEPoint &exitPoint)const
49
void
GlyphPositionAdjustments
::clearEntryPoint(le_int32 index)
56
void
GlyphPositionAdjustments
::clearExitPoint(le_int32 index)
63
void
GlyphPositionAdjustments
::setEntryPoint(le_int32 index, LEPoint &newEntryPoint, le_bool baselineIsLogicalEnd
[
all
...]
GlyphPositionAdjustments.h
23
class
GlyphPositionAdjustments
: public UMemory
99
GlyphPositionAdjustments
();
102
GlyphPositionAdjustments
(le_int32 glyphCount);
103
~
GlyphPositionAdjustments
();
140
inline
GlyphPositionAdjustments
::Adjustment::Adjustment()
146
inline
GlyphPositionAdjustments
::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152
inline
GlyphPositionAdjustments
::Adjustment::~Adjustment()
157
inline float
GlyphPositionAdjustments
::Adjustment::getXPlacement() const
162
inline float
GlyphPositionAdjustments
::Adjustment::getYPlacement() const
167
inline float
GlyphPositionAdjustments
::Adjustment::getXAdvance() cons
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 59 milliseconds