Searched defs:CanonMarkFilter (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLayoutEngine.cpp147 class CanonMarkFilter : public UMemory, public LEGlyphFilter class in inherits:UMemory,LEGlyphFilter
152 CanonMarkFilter(const CanonMarkFilter &other); // forbid copying of this class
153 CanonMarkFilter &operator=(const CanonMarkFilter &other); // forbid copying of this class
156 CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success);
157 virtual ~CanonMarkFilter();
162 CanonMarkFilter::CanonMarkFilter(const LEReferenceTo<GlyphDefinitionTableHeader> &gdefTable, LEErrorCode &success) function in class:CanonMarkFilter
167 CanonMarkFilter
[all...]

Completed in 31 milliseconds