/external/freetype/src/sfnt/ |
ttpost.c | 173 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 325 /* check the number of glyphs */
|
/external/icu4c/layout/ |
OpenTypeLayoutEngine.cpp | 226 // Output: glyphs, char indices 259 // Output: glyphs, char indices
|
IndicLayoutEngine.h | 147 * @return the number of glyphs in the output glyph index array
|
/external/webkit/Source/WebCore/icu/unicode/ |
ushape.h | 38 * appropriate, context-dependent font glyphs for each text element, which means 48 * to select the necessary glyphs. (This makes searching and other text
|
/external/webkit/Source/WebCore/svg/ |
SVGFontFaceElement.cpp | 144 // drawing horizontally oriented text. (Note that the origin applies to all glyphs in the font.) 155 // drawing horizontally oriented text. (Note that the origin applies to all glyphs in the font.)
|
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 577 const jchar* glyphs = value->getGlyphs(); local 582 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y, 593 const jchar* glyphs = value->getGlyphs(); local 596 renderer->drawTextOnPath((const char*) glyphs, bytesCount, glyphsCount, path, 608 const jchar* glyphs = value->getGlyphs(); local 613 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y, 680 const jchar* glyphs = value->getGlyphs(); local 685 renderer->drawPosText((const char*) glyphs, bytesCount, glyphsCount, positions, paint); [all...] |
/external/chromium/chrome/browser/resources/file_manager/ |
main.html | 104 <!-- TODO(rginda): Add icons instead of unicode glyphs -->
|
/external/freetype/include/freetype/ |
fterrdef.h | 242 "Font glyphs corrupted or missing fields" )
|
/external/freetype/src/autofit/ |
afglobal.c | 157 * By default, all uncovered glyphs are set to the latin script.
|
/external/harfbuzz/src/ |
harfbuzz-hebrew.c | 174 shaper_item->glyphs, &shaper_item->num_glyphs,
|
harfbuzz-shaper-private.h | 149 shaper_item->glyphs, shaper_item->num_glyphs, \
|
harfbuzz-arabic.c | 551 /* These are just the glyphs available in Unicode, 552 some characters are in R class, but have no glyphs in Unicode. */ 631 { 0x0649, 3 }, /* 0x0649 ALEF MAKSURA // ### Dual, glyphs not consecutive, handle in code. */ 975 /*glyphs[gpos].attributes.zeroWidth = zeroWidth; */ [all...] |
harfbuzz-khmer.c | 542 item->glyphs, &item->num_glyphs, 618 syllable.glyphs = item->glyphs + first_glyph; 624 KHDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs); 631 KHDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
|
/external/harfbuzz_ng/src/ |
hb-buffer.h | 253 /* Getting glyphs out of the buffer */
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-hebrew.c | 174 shaper_item->glyphs, &shaper_item->num_glyphs,
|
harfbuzz-arabic.c | 551 /* These are just the glyphs available in Unicode, 552 some characters are in R class, but have no glyphs in Unicode. */ 631 { 0x0649, 3 }, /* 0x0649 ALEF MAKSURA // ### Dual, glyphs not consecutive, handle in code. */ 975 /*glyphs[gpos].attributes.zeroWidth = zeroWidth; */ [all...] |
/external/skia/legacy/include/core/ |
SkTypeface.h | 139 id. Passing NULL means all glyphs in the font.
|
/external/webkit/Source/WebCore/platform/graphics/ |
FontDescription.h | 137 TextOrientation m_textOrientation; // Only used by vertical text. Determines the default orientation for non-ideograph glyphs.
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextController.cpp | 389 // When there are multiple glyphs per character we need to advance by the full width of the glyph. 424 const CGGlyph* glyphs = complexTextRun.glyphs(); local 454 CGGlyph glyph = treatAsSpace ? fontData->spaceGlyph() : glyphs[i];
|
/frameworks/base/core/jni/android/graphics/ |
TextLayoutCache.h | 153 * Glyphs vector
|
/frameworks/base/libs/hwui/ |
GammaFontRenderer.cpp | 227 // Also eliminate the caches for large glyphs, as they consume significant memory
|
Properties.h | 32 // If turned on, text is interpreted as glyphs instead of UTF-16
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.h | 41 * sub-optimal packing of small glyphs into wide columns). If there is no column in which the
|
/frameworks/rs/ |
rsFont.h | 83 // Pointer to the utf data, length of data, where to start, number of glyphs ot read
|
/external/skia/legacy/src/ports/ |
SkFontHost_win.cpp | 118 // The 'maxp' table stores the number of glyphs at offset 4, in 2 bytes. 121 uint16_t glyphs; local 122 if (GetFontData(hdc, maxpTag, 4, &glyphs, sizeof(glyphs)) != GDI_ERROR) { 123 return SkEndian_SwapBE16(glyphs); 574 int glyphs; local 576 fDDC, &fSC, c, 2, 1, &si[0].a, &index, log, &vsa, &glyphs))); [all...] |