OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustGlyphPositions
(Results
1 - 12
of
12
) sorted by null
/external/icu4c/layout/
GXLayoutEngine.h
119
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
ThaiLayoutEngine.h
138
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
ArabicLayoutEngine.h
26
* tags for the Arabic contextual forms. It also overrides the
adjustGlyphPositions
136
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
236
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
GXLayoutEngine2.h
118
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
GXLayoutEngine.cpp
54
void GXLayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
GXLayoutEngine2.cpp
51
void GXLayoutEngine2::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
OpenTypeLayoutEngine.h
376
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
ThaiLayoutEngine.cpp
99
// This is the same as LayoutEngline::
adjustGlyphPositions
() except that it doesn't call adjustMarkGlyphs
100
void ThaiLayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool /*reverse*/,
ArabicLayoutEngine.cpp
103
void ArabicOpenTypeLayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
116
OpenTypeLayoutEngine::
adjustGlyphPositions
(chars, offset, count, reverse, glyphStorage, success);
199
void UnicodeArabicOpenTypeLayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
LayoutEngine.h
246
virtual void
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, LEGlyphStorage &glyphStorage, LEErrorCode &success);
LayoutEngine.cpp
357
void LayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
505
adjustGlyphPositions
(chars, offset, count, rightToLeft, *fGlyphStorage, success);
OpenTypeLayoutEngine.cpp
439
void OpenTypeLayoutEngine::
adjustGlyphPositions
(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse,
532
// LayoutEngine::
adjustGlyphPositions
(chars, offset, count, reverse, glyphStorage, success);
Completed in 99 milliseconds