OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glyphPositionAdjustments
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/layout/
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);
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
...]
GlyphPositioningTables.h
24
class
GlyphPositionAdjustments
;
29
void process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
LookupProcessor.h
27
class
GlyphPositionAdjustments
;
36
le_int32 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
;
LookupProcessor.cpp
49
le_int32 LookupProcessor::process(LEGlyphStorage &glyphStorage,
GlyphPositionAdjustments
*
glyphPositionAdjustments
,
63
GlyphIterator glyphIterator(glyphStorage,
glyphPositionAdjustments
,
Completed in 365 milliseconds