HomeSort by relevance Sort by last modified time
    Searched refs:firstGlyph (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/layout/
IndicRearrangementProcessor.cpp 37 firstGlyph = 0;
49 firstGlyph = currGlyph;
82 a = glyphStorage[firstGlyph];
83 ia = glyphStorage.getCharIndex(firstGlyph, success);
84 x = firstGlyph + 1;
102 while (x >= firstGlyph) {
109 glyphStorage[firstGlyph] = d;
110 glyphStorage.setCharIndex(firstGlyph, id, success);
114 a = glyphStorage[firstGlyph];
115 ia = glyphStorage.getCharIndex(firstGlyph, success)
    [all...]
IndicRearrangementProcessor2.cpp 34 firstGlyph = 0;
47 firstGlyph = currGlyph;
79 a = glyphStorage[firstGlyph];
80 ia = glyphStorage.getCharIndex(firstGlyph, success);
81 x = firstGlyph + 1;
99 while (x >= firstGlyph) {
106 glyphStorage[firstGlyph] = d;
107 glyphStorage.setCharIndex(firstGlyph, id, success);
111 a = glyphStorage[firstGlyph];
112 ia = glyphStorage.getCharIndex(firstGlyph, success)
    [all...]
TrimmedArrayProcessor.cpp 25 : NonContextualGlyphSubstitutionProcessor(morphSubtableHeader, success), firstGlyph(0), lastGlyph(0)
35 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
36 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
53 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
54 TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph - firstGlyph]);
TrimmedArrayProcessor2.cpp 30 firstGlyph = SWAPW(trimmedArrayLookupTable->firstGlyph);
31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
49 if ((ttGlyph > firstGlyph) && (ttGlyph < lastGlyph)) {
50 TTGlyphID newGlyph = SWAPW(valueArray(ttGlyph - firstGlyph, success));
TrimmedArrayProcessor.h 52 TTGlyphID firstGlyph;
StateTableProcessor.cpp 34 firstGlyph = SWAPW(classTable->firstGlyph);
35 lastGlyph = firstGlyph + SWAPW(classTable->nGlyphs);
68 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
69 classCode = classTable->classArray[glyphCode - firstGlyph];
OpenTypeTables.h 39 TTGlyphID firstGlyph;
TrimmedArrayProcessor2.h 52 TTGlyphID firstGlyph;
SegmentArrayProcessor.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
51 TTGlyphID newGlyph = SWAPW(glyphArray(LE_GET_GLYPH(thisGlyph) - firstGlyph, success));
SegmentArrayProcessor2.cpp 46 TTGlyphID firstGlyph = SWAPW(lookupSegment->firstGlyph);
51 TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) - firstGlyph]);
IndicRearrangementProcessor.h 54 le_int32 firstGlyph;
IndicRearrangementProcessor2.h 54 le_int32 firstGlyph;
LookupTables.h 40 TTGlyphID firstGlyph;
89 TTGlyphID firstGlyph;
ContextualGlyphSubstProc2.cpp 126 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
130 if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
132 newGlyph = SWAPW(valueArray(glyphCode - firstGlyph, success));
ClassDefinitionTables.cpp 74 TTGlyphID firstGlyph = SWAPW(startGlyph);
75 TTGlyphID lastGlyph = firstGlyph + count;
77 if (LE_SUCCESS(success) && ttGlyphID >= firstGlyph && ttGlyphID < lastGlyph) {
78 return SWAPW( classValueArrayRef(ttGlyphID - firstGlyph, success) );
StateTableProcessor.h 47 TTGlyphID firstGlyph;
StateTables.h 85 TTGlyphID firstGlyph;
PairPositioningSubtables.cpp 52 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
53 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
95 LEGlyphID firstGlyph = glyphIterator->getCurrGlyphID();
96 le_int32 coverageIndex = getGlyphCoverage(base, firstGlyph, success);
103 le_int32 class1 = classDef1->getGlyphClass(firstGlyph);
StateTableProcessor2.cpp 183 TTGlyphID firstGlyph = SWAPW(lookupTable8->firstGlyph);
184 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
200 } else if ((glyphCode >= firstGlyph) && (glyphCode < lastGlyph)) {
201 classCode = SWAPW(lookupTable8->valueArray[glyphCode - firstGlyph]);
CoverageTables.cpp 85 TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].firstGlyph);
LookupTables.cpp 53 if (SWAPW(entry->firstGlyph) <= ttGlyph) {
OpenTypeUtilities.cpp 110 if (SWAPW(records(extra,success).firstGlyph) <= glyphID) {
117 if (SWAPW(records(range + probe,success).firstGlyph) <= glyphID) {
122 if (SWAPW(records(range,success).firstGlyph) <= glyphID && SWAPW(records(range,success).lastGlyph) >= glyphID) {
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 225 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphRangeProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLuint firstGlyph, GrGLsizei numGlyphs, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 225 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphRangeProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLuint firstGlyph, GrGLsizei numGlyphs, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]

Completed in 225 milliseconds

1 2