Searched defs:glyphCount (Results 1 - 25 of 69) sorted by relevance

123

/external/icu/icu4c/source/layout/
H A DAlternateSubstSubtables.h25 le_uint16 glyphCount; member in struct:AlternateSetTable
H A DMultipleSubstSubtables.h25 le_uint16 glyphCount; member in struct:SequenceTable
H A DSingleSubstitutionSubtables.h37 le_uint16 glyphCount; member in struct:SingleSubstitutionFormat2Subtable
H A DCoverageTables.h29 le_uint16 glyphCount; member in struct:CoverageFormat1Table
H A DMultipleSubstSubtables.cpp31 // glyphCount?
42 le_uint16 glyphCount = SWAPW(sequenceTable->glyphCount); local
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) {
H A DSegmentArrayProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSegmentArrayProcessor2.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSegmentSingleProcessor.cpp38 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
41 for (glyph = 0; glyph < glyphCount && LE_SUCCESS(success); glyph += 1) {
H A DSegmentSingleProcessor2.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
42 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSimpleArrayProcessor.cpp37 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
42 for (glyph = 0; LE_SUCCESS(success) && (glyph < glyphCount); glyph += 1) {
H A DSingleTableProcessor.cpp39 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
41 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DSingleTableProcessor2.cpp41 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
43 for (glyph = 0; glyph < glyphCount; glyph += 1) {
H A DStateTableProcessor.cpp53 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
57 while (currGlyph <= glyphCount) {
60 if (currGlyph == glyphCount) {
H A DStateTableProcessor2.cpp60 le_int32 glyphCount = glyphStorage.getGlyphCount(); local
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, w
[all...]
H A DClassDefinitionTables.h43 le_uint16 glyphCount; member in struct:ClassDefFormat1Table
H A DThaiLayoutEngine.cpp71 le_int32 glyphCount; local
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;
H A DContextualGlyphSubstProc2.cpp127 TTGlyphID glyphCount = SWAPW(lookupTable8->glyphCount); local
128 TTGlyphID lastGlyph = firstGlyph + glyphCount;
131 LEReferenceToArrayOf<LookupValue> valueArray(lookupTable8, success, &lookupTable8->valueArray[0], glyphCount);
/external/chromium_org/third_party/icu/source/test/letest/
H A Dletest.h37 le_int32 glyphCount; member in struct:TestResult
/external/icu/icu4c/source/test/letest/
H A Dletest.h37 le_int32 glyphCount; member in struct:TestResult
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_text.c171 VGint glyphCount,
185 if (glyphCount <= 0) {
205 font_draw_glyphs(f, glyphCount, glyphIndices,
170 vegaDrawGlyphs(VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
/external/chromium_org/third_party/skia/bench/
H A DCmapBench.cpp24 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);
26 containsText_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
33 textToGlyphs_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
43 charsToGlyphs_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
55 charsToGlyphsNull_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
/external/icu/icu4c/source/test/perf/leperf/
H A Dleperf.cpp22 le_int32 glyphCount; member in class:Params
40 le_int32 glyphCount = 0; local
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/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_text.c171 VGint glyphCount,
185 if (glyphCount <= 0) {
205 font_draw_glyphs(f, glyphCount, glyphIndices,
170 vegaDrawGlyphs(VGFont font, VGint glyphCount, const VGuint *glyphIndices, const VGfloat *adjustments_x, const VGfloat *adjustments_y, VGbitfield paintModes, VGboolean allowAutoHinting) argument
/external/skia/bench/
H A DCmapBench.cpp24 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);
26 containsText_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
33 textToGlyphs_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
43 charsToGlyphs_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
55 charsToGlyphsNull_proc(int loops, const SkPaint& paint, const void* text, size_t len, int glyphCount) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DSimpleFontDataCoreText.cpp154 CFIndex glyphCount = CTRunGetGlyphCount(ctRun); local
157 glyphVector.resize(glyphCount);
163 indexVector.resize(glyphCount);
169 for (CFIndex i = 0; i < glyphCount; ++i) {
182 for (CFIndex i = 0; i < glyphCount; ++i) {

Completed in 1150 milliseconds

123