Searched defs:glyphCount (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DAlternateSubstSubtables.h50 le_uint16 glyphCount; member in struct:AlternateSetTable
H A DMultipleSubstSubtables.h50 le_uint16 glyphCount; member in struct:SequenceTable
H A DSingleSubstitutionSubtables.h62 le_uint16 glyphCount; member in struct:SingleSubstitutionFormat2Subtable
H A DCoverageTables.h54 le_uint16 glyphCount; member in struct:CoverageFormat1Table
H A DMultipleSubstSubtables.cpp56 // glyphCount?
71 le_uint16 glyphCount = SWAPW(sequenceTable->glyphCount); local
73 if (glyphCount == 0) {
76 } else if (glyphCount == 1) {
89 for (le_int32 i = 0; i < glyphCount; i += 1) {
98 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
106 insert = glyphCount - 1;
110 for (le_int32 i = 0; i < glyphCount; i += 1) {
H A DSegmentArrayProcessor.cpp63 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
66 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSegmentArrayProcessor2.cpp63 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
66 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSegmentSingleProcessor.cpp63 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
66 for (glyph = 0; glyph < glyphCount && LE_SUCCESS(success); glyph += 1) {
H A DSegmentSingleProcessor2.cpp64 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
67 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSimpleArrayProcessor.cpp62 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
67 for (glyph = 0; LE_SUCCESS(success) && (glyph < glyphCount); glyph += 1) {
H A DSingleTableProcessor.cpp64 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
66 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSingleTableProcessor2.cpp66 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
68 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DStateTableProcessor.cpp78 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
82 while (currGlyph <= glyphCount) {
85 if (currGlyph == glyphCount) {
H A DStateTableProcessor2.cpp78 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
84 currGlyph = glyphCount - 1;
96 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
103 if (currGlyph == glyphCount || currGlyph == -1) {
127 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
134 if (currGlyph == glyphCount || currGlyph == -1) {
164 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
171 if (currGlyph == glyphCount || currGlyph == -1) {
174 } else if(currGlyph > glyphCount) {
175 // note if > glyphCount, w
[all...]
H A DClassDefinitionTables.h68 le_uint16 glyphCount; member in struct:ClassDefFormat1Table
H A DThaiLayoutEngine.cpp96 le_int32 glyphCount; local
115 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
116 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
120 glyphStorage.adoptGlyphCount(glyphCount);
121 return glyphCount;
H A DContextualGlyphSubstProc2.cpp152 TTGlyphID glyphCount = SWAPW(lookupTable8->glyphCount); local
153 TTGlyphID lastGlyph = firstGlyph + glyphCount;
156 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], glyphCount);
H A DGlyphDefinitionTables.h60 le_uint16 glyphCount; member in struct:AttachmentListTable
H A DGlyphPositionAdjustments.cpp44 GlyphPositionAdjustments::GlyphPositionAdjustments(le_int32 glyphCount) argument
45 : fGlyphCount(glyphCount), fEntryExitPoints(NULL), fAdjustments(NULL)
47 fAdjustments = (Adjustment *) new Adjustment[glyphCount];
H A DLookupTables.h115 TTGlyphID glyphCount; member in struct:TrimmedArrayLookupTable
H A DContextualSubstSubtables.h59 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
63 const le_uint16 *classArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
67 const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
106 le_uint16 glyphCount; member in struct:SubRuleTable
135 le_uint16 glyphCount; member in struct:SubClassRuleTable
150 le_uint16 glyphCount; member in struct:ContextualSubstitutionFormat3Subtable
H A DGlyphIterator.cpp52 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
61 nextLimit = glyphCount;
65 position = glyphCount;
67 prevLimit = glyphCount;
H A DLookupProcessor.cpp82 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
85 return glyphCount;
90 le_int32 newGlyphCount = glyphCount;
H A DSunLayoutEngine.cpp105 int putGV(JNIEnv* env, jint gmask, jint baseIndex, jobject gvdata, const LayoutEngine* engine, int glyphCount) { argument
114 if (count + glyphCount > capacity) {
144 countDelta = glyphCount;
205 int glyphCount = engine->layoutChars(chars, start - min, limit - start, len, rtl, x, y, success); local
206 // fprintf(stderr, "sle nl len %d -> gc: %d\n", len, glyphCount); fflush(stderr);
208 engine->getGlyphPosition(glyphCount, x, y, success);
210 // fprintf(stderr, "layout glyphs: %d x: %g y: %g\n", glyphCount, x, y); fflush(stderr);
214 if (putGV(env, gmask, baseIndex, gvdata, engine, glyphCount)) {
H A DContextualSubstSubtables.cpp75 le_bool ContextualSubstitutionBase::matchGlyphIDs(const TTGlyphID *glyphArray, le_uint16 glyphCount, argument
82 match = glyphCount -1;
86 while (glyphCount > 0) {
97 glyphCount -= 1;
104 le_bool ContextualSubstitutionBase::matchGlyphClasses(const le_uint16 *classArray, le_uint16 glyphCount, argument
113 match = glyphCount - 1;
117 while (glyphCount > 0) {
136 glyphCount -= 1;
143 le_bool ContextualSubstitutionBase::matchGlyphCoverages(const Offset *coverageTableOffsetArray, le_uint16 glyphCount, argument
150 glyph = glyphCount
[all...]

Completed in 73 milliseconds

12