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

1 2 3 4

  /external/icu4c/layout/
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) {
TrimmedArrayProcessor.cpp 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
40 le_int32 glyphCount = glyphStorage.getGlyphCount();
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
TrimmedArrayProcessor2.cpp 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
40 le_int32 glyphCount = glyphStorage.getGlyphCount();
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SimpleArrayProcessor.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SimpleArrayProcessor2.cpp 38 le_int32 glyphCount = glyphStorage.getGlyphCount();
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SingleTableProcessor.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SingleTableProcessor2.cpp 40 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
StateTableProcessor2.cpp 48 le_int32 glyphCount = glyphStorage.getGlyphCount();
52 currGlyph = glyphCount - 1;
63 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
65 if (currGlyph == glyphCount || currGlyph == -1) {
86 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
88 if (currGlyph == glyphCount || currGlyph == -1) {
115 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1)) {
117 if (currGlyph == glyphCount || currGlyph == -1) {
141 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
143 while ((dir == 1 && currGlyph <= glyphCount) || (dir == -1 && currGlyph >= -1))
    [all...]
AlternateSubstSubtables.h 25 le_uint16 glyphCount;
MultipleSubstSubtables.h 25 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;
SegmentArrayProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SegmentArrayProcessor2.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SegmentSingleProcessor.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
SegmentSingleProcessor2.cpp 39 le_int32 glyphCount = glyphStorage.getGlyphCount();
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
CoverageTables.h 29 le_uint16 glyphCount;
SingleSubstitutionSubtables.h 37 le_uint16 glyphCount;
StateTableProcessor.cpp 49 le_int32 glyphCount = glyphStorage.getGlyphCount();
53 while (currGlyph <= glyphCount) {
55 if (currGlyph == glyphCount) {
ContextualSubstSubtables.h 33 const TTGlyphID *glyphArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
37 const le_uint16 *classArray, le_uint16 glyphCount, GlyphIterator *glyphIterator,
41 const Offset *coverageTableOffsetArray, le_uint16 glyphCount,
77 le_uint16 glyphCount;
101 le_uint16 glyphCount;
114 le_uint16 glyphCount;
ClassDefinitionTables.h 31 le_uint16 glyphCount;
  /external/skia/bench/
CmapBench.cpp 25 int glyphCount);
28 int glyphCount) {
35 int glyphCount) {
37 SkASSERT(glyphCount <= NGLYPHS);
45 size_t len, int glyphCount) {
48 SkASSERT(glyphCount <= NGLYPHS);
52 face->charsToGlyphs(text, encoding, glyphs, glyphCount);
57 size_t len, int glyphCount) {
62 face->charsToGlyphs(text, encoding, NULL, glyphCount);
  /external/chromium_org/third_party/icu/source/test/letest/
letest.h 37 le_int32 glyphCount;
cletest.c 45 le_int32 glyphCount = 0;
55 glyphCount = le_getGlyphCount(engine, &status);
56 if (glyphCount != 0) {
57 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
62 positions = NEW_ARRAY(float, glyphCount + 10);
124 glyphCount = le_layoutChars(engine, NULL, 0, 0, 0, FALSE, 0.0, 0.0, &status);
131 glyphCount = le_layoutChars(engine, chars, -1, 6, 20, TRUE, 0.0, 0.0, &status);
138 glyphCount = le_layoutChars(engine, chars, 8, -1, 20, TRUE, 0.0, 0.0, &status)
    [all...]
  /external/icu4c/test/letest/
letest.h 37 le_int32 glyphCount;
cletest.c 45 le_int32 glyphCount = 0;
55 glyphCount = le_getGlyphCount(engine, &status);
56 if (glyphCount != 0) {
57 log_err("Calling getGlyphCount() on an empty layout returned %d.\n", glyphCount);
60 glyphs = NEW_ARRAY(LEGlyphID, glyphCount + 10);
61 indices = NEW_ARRAY(le_int32, glyphCount + 10);
62 positions = NEW_ARRAY(float, glyphCount + 10);
124 glyphCount = le_layoutChars(engine, NULL, 0, 0, 0, FALSE, 0.0, 0.0, &status);
131 glyphCount = le_layoutChars(engine, chars, -1, 6, 20, TRUE, 0.0, 0.0, &status);
138 glyphCount = le_layoutChars(engine, chars, 8, -1, 20, TRUE, 0.0, 0.0, &status)
    [all...]

Completed in 150 milliseconds

1 2 3 4