/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
text.c | 213 VGint glyphCount, 223 for (i = 0; i < glyphCount; ++i) { 230 for (i = 0; i < glyphCount; ++i) { 240 vg_advance_glyph(ctx, glyph, adj_x, adj_y, (i == glyphCount - 1));
|
text.h | 62 VGint glyphCount,
|
/external/chromium_org/third_party/skia/src/fonts/ |
SkGScalerContext.h | 33 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
|
SkGScalerContext.cpp | 200 uint16_t glyphs[], int glyphCount) const { 201 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
|
/external/icu4c/layout/ |
CoverageTables.cpp | 44 le_uint16 count = SWAPW(glyphCount);
|
GlyphIterator.cpp | 26 le_int32 glyphCount = glyphStorage.getGlyphCount(); 33 nextLimit = glyphCount; 37 position = glyphCount; 39 prevLimit = glyphCount;
|
OpenTypeLayoutEngine.cpp | 451 le_int32 glyphCount = glyphStorage.getGlyphCount(); 452 if (glyphCount == 0) { 457 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); 468 for (i = 0; i < glyphCount; i += 1) { 496 for (i = 0; i < glyphCount; i += 1) { 523 glyphStorage.adjustPosition(glyphCount, xAdjust, -yAdjust, success); 538 for (le_int32 g = 0; g < glyphCount; g += 1) {
|
LookupProcessor.cpp | 57 le_int32 glyphCount = glyphStorage.getGlyphCount(); 60 return glyphCount; 65 le_int32 newGlyphCount = glyphCount;
|
ContextualGlyphSubstProc2.cpp | 119 TTGlyphID lastGlyph = firstGlyph + SWAPW(lookupTable8->glyphCount);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
text.c | 213 VGint glyphCount, 223 for (i = 0; i < glyphCount; ++i) { 230 for (i = 0; i < glyphCount; ++i) { 240 vg_advance_glyph(ctx, glyph, adj_x, adj_y, (i == glyphCount - 1));
|
text.h | 62 VGint glyphCount,
|
/external/skia/src/fonts/ |
SkGScalerContext.h | 33 uint16_t glyphs[], int glyphCount) const SK_OVERRIDE;
|
SkGScalerContext.cpp | 200 uint16_t glyphs[], int glyphCount) const { 201 return fProxy->charsToGlyphs(chars, encoding, glyphs, glyphCount);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.h | 65 int glyphCount) const SK_OVERRIDE;
|
SkFontHost_mac.cpp | 468 int glyphCount) const SK_OVERRIDE; [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 65 int glyphCount) const SK_OVERRIDE;
|
SkFontHost_mac.cpp | 468 int glyphCount) const SK_OVERRIDE; [all...] |
/external/harfbuzz/src/ |
harfbuzz-gsub.c | 207 count = ss->ssf.ssf2.GlyphCount = GET_UShort(); 297 if ( index >= ss->ssf.ssf2.GlyphCount ) 337 count = s->GlyphCount = GET_UShort(); 497 count = ms->Sequence[index].GlyphCount; 538 count = as->GlyphCount = GET_UShort(); 698 aset.GlyphCount, aset.Alternate, 1078 HB_UShort GlyphCount, 1090 while ( i < GlyphCount ) 1099 GlyphCount, nesting_level ); 1146 sr->GlyphCount = GET_UShort() [all...] |
harfbuzz-open.h | 175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */ 220 HB_UShort GlyphCount; /* size of the ClassValueArray */
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-gsub.c | 207 count = ss->ssf.ssf2.GlyphCount = GET_UShort(); 297 if ( index >= ss->ssf.ssf2.GlyphCount ) 337 count = s->GlyphCount = GET_UShort(); 497 count = ms->Sequence[index].GlyphCount; 538 count = as->GlyphCount = GET_UShort(); 698 aset.GlyphCount, aset.Alternate, 1078 HB_UShort GlyphCount, 1090 while ( i < GlyphCount ) 1099 GlyphCount, nesting_level ); 1146 sr->GlyphCount = GET_UShort() [all...] |
harfbuzz-open.h | 175 HB_UShort GlyphCount; /* number of glyphs in GlyphArray */ 220 HB_UShort GlyphCount; /* size of the ClassValueArray */
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.h | 100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
|
paragraph.cpp | 239 le_int32 glyphCount = visualRun->getGlyphCount(); 244 surface->drawGlyphs(font, glyphs, glyphCount, positions, x, y, fWidth, fHeight);
|
/external/chromium_org/third_party/skia/include/core/ |
SkTypeface.h | 165 * character code, up to glyphCount values. If a character code is 167 * @param glyphCount number of code points in 'chars' to process. If glyphs 169 * glyphCount values into it. 175 int glyphCount) const; 323 int glyphCount) const = 0;
|
/external/skia/include/core/ |
SkTypeface.h | 165 * character code, up to glyphCount values. If a character code is 167 * @param glyphCount number of code points in 'chars' to process. If glyphs 169 * glyphCount values into it. 175 int glyphCount) const; 323 int glyphCount) const = 0;
|