OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlyphPositionAdjustments
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/layout/
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
...]
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
...]
GlyphPositioningTables.h
25
class
GlyphPositionAdjustments
;
30
void process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
GlyphIterator.h
22
class
GlyphPositionAdjustments
;
26
GlyphIterator(LEGlyphStorage &theGlyphStorage,
GlyphPositionAdjustments
*theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
87
GlyphPositionAdjustments
*
glyphPositionAdjustments
;
GlyphPositioningTables.cpp
15
#include "
GlyphPositionAdjustments
.h"
19
void GlyphPositioningTableHeader::process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
, le_bool rightToLeft,
33
processor.process(glyphStorage,
glyphPositionAdjustments
, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
35
glyphPositionAdjustments
->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
LookupProcessor.h
28
class
GlyphPositionAdjustments
;
37
le_int32 process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
OpenTypeLayoutEngine.cpp
23
#include "
GlyphPositionAdjustments
.h"
463
GlyphPositionAdjustments
*adjustments = new
GlyphPositionAdjustments
(glyphCount);
LookupProcessor.cpp
49
le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
63
GlyphIterator glyphIterator(glyphStorage,
glyphPositionAdjustments
,
GlyphIterator.cpp
10
#include "
GlyphPositionAdjustments
.h"
18
GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage,
GlyphPositionAdjustments
*theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
21
glyphStorage(theGlyphStorage),
glyphPositionAdjustments
(theGlyphPositionAdjustments),
55
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
74
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
93
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
183
glyphPositionAdjustments
->getEntryPoint(position, entryPoint)
[
all
...]
Completed in 345 milliseconds