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

1 2

  /external/icu4c/layout/
AlternateSubstSubtables.h 25 le_uint16 glyphCount;
MultipleSubstSubtables.h 25 le_uint16 glyphCount;
SingleSubstitutionSubtables.h 37 le_uint16 glyphCount;
CoverageTables.h 29 le_uint16 glyphCount;
SimpleArrayProcessor.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) {
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;
TrimmedArrayProcessor.cpp 31 lastGlyph = firstGlyph + SWAPW(trimmedArrayLookupTable->glyphCount);
40 le_int32 glyphCount = glyphStorage.getGlyphCount();
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
ClassDefinitionTables.h 31 le_uint16 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 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) {
StateTableProcessor.cpp 49 le_int32 glyphCount = glyphStorage.getGlyphCount();
53 while (currGlyph <= glyphCount) {
55 if (currGlyph == glyphCount) {
GlyphDefinitionTables.h 35 le_uint16 glyphCount;
LookupProcessor.cpp 57 le_int32 glyphCount = glyphStorage.getGlyphCount();
60 return glyphCount;
65 le_int32 newGlyphCount = glyphCount;
LookupTables.h 85 TTGlyphID 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;
GlyphIterator.cpp 26 le_int32 glyphCount = glyphStorage.getGlyphCount();
33 nextLimit = glyphCount;
37 position = glyphCount;
39 prevLimit = glyphCount;
OpenTypeLayoutEngine.cpp 351 le_int32 glyphCount = glyphStorage.getGlyphCount();
352 if (glyphCount == 0) {
357 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount);
368 for (i = 0; i < glyphCount; i += 1) {
396 for (i = 0; i < glyphCount; i += 1) {
423 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success);
434 for (le_int32 g = 0; g < glyphCount; g += 1) {
  /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...]
gendata.cpp 161 int32_t glyphCount = 0;
257 glyphCount = engine->layoutChars(text.getBuffer(), 0, charCount, charCount, getRTL(text), 0, 0, leStatus);
259 glyphs = NEW_ARRAY(LEGlyphID, glyphCount);
260 indices = NEW_ARRAY(le_int32, glyphCount);
261 positions = NEW_ARRAY(float, glyphCount * 2 + 2);
267 dumpLongs(outputFile, "result-glyphs", (le_int32 *) glyphs, glyphCount);
269 dumpLongs(outputFile, "result-indices", indices, glyphCount);
271 dumpFloats(outputFile, "result-positions", positions, glyphCount * 2 + 2);
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/webkit/Source/WebCore/platform/graphics/mac/
GlyphPageTreeNodeMac.cpp 103 CFIndex glyphCount = CTRunGetGlyphCount(ctRun);
106 glyphVector.resize(glyphCount);
112 indexVector.resize(glyphCount);
117 for (CFIndex i = 0; i < glyphCount; ++i) {
  /external/icu4c/samples/layout/
paragraph.cpp 239 le_int32 glyphCount = visualRun->getGlyphCount();
244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);

Completed in 222 milliseconds

1 2