OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GlyphIterator
(Results
1 - 7
of
7
) sorted by null
/external/icu4c/layout/
GlyphIterator.h
24
class
GlyphIterator
: public UMemory {
26
GlyphIterator
(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
29
GlyphIterator
(
GlyphIterator
&that);
31
GlyphIterator
(
GlyphIterator
&that, FeatureMask newFeatureMask);
33
GlyphIterator
(
GlyphIterator
&that, le_uint16 newLookupFlags);
35
virtual ~
GlyphIterator
();
98
GlyphIterator
&operator=(const GlyphIterator &other); // forbid copying of this clas
[
all
...]
GlyphIterator.cpp
11
#include "
GlyphIterator
.h"
18
GlyphIterator
::
GlyphIterator
(LEGlyphStorage &theGlyphStorage, GlyphPositionAdjustments *theGlyphPositionAdjustments, le_bool rightToLeft, le_uint16 theLookupFlags,
43
GlyphIterator
::
GlyphIterator
(
GlyphIterator
&that)
61
GlyphIterator
::
GlyphIterator
(
GlyphIterator
&that, FeatureMask newFeatureMask)
79
GlyphIterator
::GlyphIterator(GlyphIterator &that, le_uint16 newLookupFlags
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/WebKit/mac/icu/unicode/
urename.h
[
all
...]
/external/icu4c/common/unicode/
urename.h
[
all
...]
Completed in 682 milliseconds