HomeSort by relevance Sort by last modified time
    Searched defs:glyphCount (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/icu/icu4c/source/layout/
AlternateSubstSubtables.h 25 le_uint16 glyphCount;
MultipleSubstSubtables.h 25 le_uint16 glyphCount;
SingleSubstitutionSubtables.h 37 le_uint16 glyphCount;
ThaiLayoutEngine.cpp 71 le_int32 glyphCount;
90 glyphCount = ThaiShaping::compose(chars, offset, count, fGlyphSet, fErrorChar, outChars, glyphStorage);
91 mapCharsToGlyphs(outChars, 0, glyphCount, FALSE, FALSE, glyphStorage, success);
95 glyphStorage.adoptGlyphCount(glyphCount);
96 return glyphCount;
CoverageTables.h 29 le_uint16 glyphCount;
SegmentSingleProcessor.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount && LE_SUCCESS(success); glyph += 1) {
SegmentSingleProcessor2.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SimpleArrayProcessor.cpp 37 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; LE_SUCCESS(success) && (glyph < glyphCount); glyph += 1) {
SingleTableProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SingleTableProcessor2.cpp 41 le_int32 glyphCount = glyphStorage.getGlyphCount();
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
StateTableProcessor.cpp 53 le_int32 glyphCount = glyphStorage.getGlyphCount();
57 while (currGlyph <= glyphCount) {
60 if (currGlyph == glyphCount) {
MultipleSubstSubtables.cpp 31 // glyphCount?
42 le_uint16 glyphCount = SWAPW(sequenceTable->glyphCount);
44 if (glyphCount == 0) {
47 } else if (glyphCount == 1) {
60 for (le_int32 i = 0; i < glyphCount; i += 1) {
69 LEGlyphID *newGlyphs = glyphIterator->insertGlyphs(glyphCount, success);
77 insert = glyphCount - 1;
81 for (le_int32 i = 0; i < glyphCount; i += 1) {
SegmentArrayProcessor.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SegmentArrayProcessor2.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
StateTableProcessor2.cpp 60 le_int32 glyphCount = glyphStorage.getGlyphCount();
66 currGlyph = glyphCount - 1;
78 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
85 if (currGlyph == glyphCount || currGlyph == -1) {
109 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
116 if (currGlyph == glyphCount || currGlyph == -1) {
146 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
153 if (currGlyph == glyphCount || currGlyph == -1) {
156 } else if(currGlyph > glyphCount) {
157 // note if > glyphCount, we've run off the end (bad font
    [all...]
ClassDefinitionTables.h 43 le_uint16 glyphCount;
ContextualGlyphSubstProc2.cpp 127 TTGlyphID glyphCount = SWAPW(lookupTable8->glyphCount);
128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
131 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], glyphCount);
  /external/chromium_org/third_party/icu/source/test/letest/
letest.h 37 le_int32 glyphCount;
  /external/chromium_org/third_party/skia/gm/
textblobshader.cpp 38 int glyphCount = fGlyphs.count();
41 run = &builder.allocRun(p, glyphCount, 10, 10, NULL);
42 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
44 run = &builder.allocRunPosH(p, glyphCount, 80, NULL);
45 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
46 for (int i = 0; i < glyphCount; ++i) {
50 run = &builder.allocRunPos(p, glyphCount, NULL);
51 memcpy(run->glyphs, fGlyphs.begin(), glyphCount * sizeof(uint16_t));
52 for (int i = 0; i < glyphCount; ++i) {
54 run->pos[i * 2 + 1] = 150 + 5 * sinf((float)i * 8 / glyphCount);
    [all...]
textblob.cpp 74 int glyphCount = p.textToGlyphs(txt, txtLen, NULL);
76 fGlyphs.append(glyphCount);
typeface.cpp 112 int glyphCount = paint.textToGlyphs(text, len, glyphs);
113 if (glyphCount < 1) {
117 SkAutoSTMalloc<128, int32_t> adjustmentStorage(glyphCount - 1);
119 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
127 SkAutoSTMalloc<128, SkPoint> posStorage(glyphCount);
129 getGlyphPositions(glyphPaint, glyphs, glyphCount, x, y, pos);
131 applyKerning(pos, adjustments, glyphCount, glyphPaint);
132 canvas->drawPosText(glyphs, glyphCount * sizeof(uint16_t), pos, glyphPaint);
  /external/icu/icu4c/source/test/letest/
letest.h 37 le_int32 glyphCount;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
SimpleFontDataCoreText.cpp 154 CFIndex glyphCount = CTRunGetGlyphCount(ctRun);
157 glyphVector.resize(glyphCount);
163 indexVector.resize(glyphCount);
169 for (CFIndex i = 0; i < glyphCount; ++i) {
182 for (CFIndex i = 0; i < glyphCount; ++i) {
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
leperf.cpp 22 le_int32 glyphCount;
40 le_int32 glyphCount = 0;
42 glyphCount = engine->layoutChars(chars, 0, params->charLen, params->charLen, TRUE, 0.0, 0.0, status);
43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10);
45 positions = LE_NEW_ARRAY(float, glyphCount + 10);
47 params->glyphCount = glyphCount;
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);
  /external/icu/icu4c/source/test/perf/leperf/
leperf.cpp 22 le_int32 glyphCount;
40 le_int32 glyphCount = 0;
42 glyphCount = engine->layoutChars(chars, 0, params->charLen, params->charLen, TRUE, 0.0, 0.0, status);
43 glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount + 10);
44 indices = LE_NEW_ARRAY(le_int32, glyphCount + 10);
45 positions = LE_NEW_ARRAY(float, glyphCount + 10);
47 params->glyphCount = glyphCount;
112 u_printf("leperf: glyphs=%d\n", p.glyphCount);

Completed in 327 milliseconds

1 2 3