/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) {
|
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) {
|
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) {
|
AlternateSubstSubtables.h | 25 le_uint16 glyphCount;
|
CoverageTables.h | 29 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;
|
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...] |
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;
|
StateTableProcessor.cpp | 49 le_int32 glyphCount = glyphStorage.getGlyphCount(); 53 while (currGlyph <= glyphCount) { 55 if (currGlyph == glyphCount) {
|
ClassDefinitionTables.h | 31 le_uint16 glyphCount;
|
SingleSubstitutionSubtables.h | 37 le_uint16 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) {
|
/external/skia/bench/ |
CmapBench.cpp | 24 int glyphCount); 27 int glyphCount) { 34 int glyphCount) { 36 SkASSERT(glyphCount <= NGLYPHS); 44 size_t len, int glyphCount) { 47 SkASSERT(glyphCount <= NGLYPHS); 51 face->charsToGlyphs(text, encoding, glyphs, glyphCount); 56 size_t len, int glyphCount) { 61 face->charsToGlyphs(text, encoding, NULL, glyphCount);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
xmlreader.cpp | 181 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; 226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); 230 expected.glyphCount = glyphCount; 232 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { 233 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n", 234 id, charCount, glyphCount, indexCount, positionCount);
|
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/ |
xmlreader.cpp | 181 int32_t glyphCount = 0, indexCount = 0, positionCount = 0; 226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); 230 expected.glyphCount = glyphCount; 232 if (glyphCount < charCount || indexCount != glyphCount || positionCount < glyphCount * 2 + 2) { 233 log_err("Test %s: inconsistent input data: charCount = %d, glyphCount = %d, indexCount = %d, positionCount = %d\n", 234 id, charCount, glyphCount, indexCount, positionCount);
|
/external/skia/gm/ |
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);
|