/external/harfbuzz_ng/src/ |
hb-ot-shape-normalize.cc | 178 hb_codepoint_t glyphs[HB_UNICODE_MAX_DECOMPOSITION_LEN]; local 185 if (!c->font->get_glyph (decomposed[i], 0, &glyphs[i])) 189 output_char (c->buffer, decomposed[i], glyphs[i]); 358 * optimization to avoid trying to compose every two neighboring glyphs in most
|
/external/icu4c/layout/ |
GXLayoutEngine.h | 100 * @return the number of glyphs in the glyph index array
|
MarkToBasePosnSubtables.cpp | 97 while (gi.getCurrStreamPosition() < glyphIterator->getCurrStreamPosition()) { // for all intervening glyphs (marks)...
|
TibetanReordering.h | 62 // Candrabindu -> Forms of the Anusvara with different glyphs (and different in identity) which can be placed 73 // are used as bases for combining glyphs, and have not been encoded in Tibetan. As these characters are outside
|
/external/skia/gm/ |
shadertext3.cpp | 89 // draw glyphs scaled up
|
/external/webkit/Source/WebCore/rendering/ |
RenderCombineText.cpp | 108 // Need to try compressed glyphs.
|
/external/webkit/Source/WebKit/chromium/public/gtk/ |
WebFontInfo.h | 44 // Return a font family which provides glyphs for the Unicode code points
|
/external/freetype/include/freetype/ |
ftincrem.h | 47 * `incremental' glyph loading. This is a mode where all glyphs loaded 175 * compound glyphs.
|
ftoutln.h | 215 /* coincides with the exact bounding box for most glyphs, it can be */ 360 /* ensure consistent fill conventions for mirrored glyphs. */
|
/external/freetype/include/freetype/internal/ |
ftdriver.h | 150 /* kerning for a given pair of glyphs. Can be */ 161 /* widths of `count' glyphs (in font units), */
|
tttypes.h | 382 /* glyphs, a negative one makes them closer. */ [all...] |
/external/freetype/src/base/ |
ftgloadr.c | 43 /* glyphs easily. It is critical for the correct loading of composites. */ 49 /* several glyphs (those `in the stack'). */
|
/external/harfbuzz/src/ |
harfbuzz-buffer.c | 262 The properties for all replacement glyphs are taken 266 for all replacement glyphs */
|
harfbuzz-myanmar.c | 410 item->glyphs, &item->num_glyphs, 485 syllable.glyphs = item->glyphs + first_glyph; 491 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs); 499 MMDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.c | 262 The properties for all replacement glyphs are taken 266 for all replacement glyphs */
|
harfbuzz-myanmar.c | 411 item->glyphs, &item->num_glyphs, 486 syllable.glyphs = item->glyphs + first_glyph; 492 MMDEBUG("syllable shaping failed, syllable requests %d glyphs", syllable.num_glyphs); 500 MMDEBUG(" %d -> glyph %x", i, item->glyphs[i]);
|
/external/harfbuzz_ng/util/ |
options.hh | 214 hb_set_t *glyphs) 219 hb_ot_shape_glyphs_closure (font, buffer, features, num_features, glyphs);
|
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 53 void GDISurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, const float *positions, 68 TTGlyphID ttGlyph = (TTGlyphID) LE_GET_GLYPH(glyphs[g]);
|
pflow.c | 341 const LEGlyphID *glyphs = pl_getVisualRunGlyphs(visualRun); local 344 rs_drawGlyphs(surface, font, glyphs, glyphCount, positions, x, y, obj->fWidth, obj->fHeight);
|
/external/skia/legacy/include/core/ |
SkScalerContext.h | 120 kSubShift = 24, // must be large enough for glyphs and unichars 297 glyphs return zero.
|
/external/skia/legacy/src/core/ |
SkPaint.cpp | 454 size_t byteLength, uint16_t glyphs[]) const { 461 uint16_t* gptr = glyphs; 480 return gptr - glyphs; 486 uint16_t glyphs[]) const { 493 if (NULL == glyphs) { 508 // if we get here, we have a valid glyphs[] array, so time to fill it in 513 memcpy(glyphs, textData, byteLength >> 1 << 1); 522 uint16_t* gptr = glyphs; 541 return gptr - glyphs; 594 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count [all...] |
/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 2085 SkTScopedComPtr<IXpsOMGlyphs> glyphs; local [all...] |
/external/skia/src/core/ |
SkPaint.cpp | 488 uint16_t glyphs[]) const { 495 if (NULL == glyphs) { 512 // if we get here, we have a valid glyphs[] array, so time to fill it in 517 memcpy(glyphs, textData, byteLength >> 1 << 1); 526 uint16_t* gptr = glyphs; 553 return gptr - glyphs; 616 void SkPaint::glyphsToUnichars(const uint16_t glyphs[], int count, 622 SkASSERT(glyphs != NULL); 629 textData[index] = cache->glyphToUnichar(glyphs[index]); [all...] |
/docs/source.android.com/src/devices/ |
tuning.jd | 132 <td>Defines the width in pixels of the large font cache. This cache is used for glyphs too large to fit in the default font cache. The upper bound depends on how fast the GPU can upload textures. We recommended using at least 2048 pixels but at most 4096 pixels. You should also use a power of two value.</td> 139 <td>Defines the height in pixels of the large font cache. The large font cache is used for glyphs too large to fit in the default font cache. The upper bound depends on how fast the GPU can upload textures.
|
/external/freetype/src/psnames/ |
psmodule.c | 177 /* sort base glyphs before glyph variants */ 199 /* support for extra glyphs not handled (well) in AGL; */
|