OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GlyphPositionAdjustments
(Results
1 - 10
of
10
) sorted by null
/external/icu4c/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
24
class
GlyphPositionAdjustments
;
29
void process(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(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
, le_bool rightToLeft,
33
processor.process(glyphStorage,
glyphPositionAdjustments
, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
35
glyphPositionAdjustments
->applyCursiveAdjustments(glyphStorage, rightToLeft, fontInstance);
LookupProcessor.h
27
class
GlyphPositionAdjustments
;
36
le_int32 process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
LookupProcessor.cpp
49
le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
63
GlyphIterator glyphIterator(glyphStorage,
glyphPositionAdjustments
,
OpenTypeLayoutEngine.cpp
23
#include "
GlyphPositionAdjustments
.h"
457
GlyphPositionAdjustments
*adjustments = new
GlyphPositionAdjustments
(glyphCount);
GlyphIterator.cpp
10
#include "
GlyphPositionAdjustments
.h"
18
GlyphIterator::GlyphIterator(LEGlyphStorage &theGlyphStorage,
GlyphPositionAdjustments
*theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
21
glyphStorage(theGlyphStorage),
glyphPositionAdjustments
(theGlyphPositionAdjustments),
51
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
69
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
87
glyphPositionAdjustments
= that.
glyphPositionAdjustments
;
175
glyphPositionAdjustments
->getEntryPoint(position, entryPoint)
[
all
...]
/external/chromium_org/third_party/icu/source/common/unicode/
urename.h
[
all
...]
Completed in 419 milliseconds