/frameworks/base/data/fonts/ |
vendor_fonts.xml | 9 better served by fonts which either handle glyphs not supported in the default fonts or which 10 handle these glyphs differently than the default fallback fonts. 26 will be used to support any glyphs that are not handled by the default system fonts.
|
fallback_fonts.xml | 6 glyphs not handled by the default fonts specified in /system/etc/system_fonts.xml. 11 will be searched for glyphs that are not supported by the default system fonts (which are
|
/external/freetype/src/autofit/ |
afdummy.h | 29 * be performed. This is the default for non-latin glyphs!
|
/external/harfbuzz/contrib/ |
harfbuzz-freetype.c | 18 HB_Glyph *glyphs, hb_uint32 *numGlyphs, 27 glyphs[j++] = FT_Get_Char_Index(face, cp); 36 hb_freetype_advances_get(HB_Font font, const HB_Glyph *glyphs, hb_uint32 len, 42 const FT_Error error = FT_Load_Glyph(face, glyphs[i], FT_LOAD_DEFAULT);
|
/external/icu4c/samples/layout/ |
GnomeFontInstance.cpp | 41 void GnomeSurface::drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, 46 gFont->rasterizeGlyphs(fCairo, glyphs, count, positions, x, y); 178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions, 185 TTGlyphID glyph = LE_GET_GLYPH(glyphs[in]);
|
GnomeFontInstance.h | 37 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count, 100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
|
/external/icu4c/test/letest/ |
letest.h | 38 LEGlyphID *glyphs; member in struct:TestResult
|
xmlreader.cpp | 149 UnicodeString result_glyphs = UNICODE_STRING_SIMPLE("result-glyphs"); 180 UnicodeString text, glyphs, indices, positions; local 212 glyphs = element->getText(TRUE); 226 expected.glyphs = (LEGlyphID *) getHexArray(glyphs, glyphCount); 243 DELETE_ARRAY(expected.glyphs);
|
gendata.cpp | 164 LEGlyphID *glyphs = NULL; local 259 glyphs = NEW_ARRAY(LEGlyphID, glyphCount); 263 engine->getGlyphs(glyphs, leStatus); 267 dumpLongs(outputFile, "result-glyphs", (le_int32 *) glyphs, glyphCount); 277 DELETE_ARRAY(glyphs);
|
/external/icu4c/layout/ |
MultipleSubstSubtables.cpp | 26 // substitution if the *input* glyphs doesn't 57 // If there's a filter, make sure all of the output glyphs
|
LEGlyphStorage.h | 100 * @param count the number of glyphs being inserted 131 * This method returns the number of glyphs in the glyph array. 133 * @return the number of glyphs in the glyph array 142 * the glyphs. 144 * @param glyphs - the destiniation glyph array 149 void getGlyphs(LEGlyphID glyphs[], LEErrorCode &success) const; 157 * @param glyphs - the destination (32 bit) glyph array 163 void getGlyphs(le_uint32 glyphs[], le_uint32 extraBits, LEErrorCode &success) const; 317 * with multiple glyphs. This method uses the <code>LEInsertionList</code> 323 * @param insertCount the number of glyphs to replace it wit [all...] |
OpenTypeLayoutEngine.h | 221 * glyphs that are in the font. 294 * @param glyphs - the output glyph index array 298 * @return the number of glyphs in the output glyph index array 314 * cases, such as CDAC Indic fonts, several "real" glyphs may be needed 327 * @param glyphs - the output glyph index array 349 * @param glyphs - the glyph index array 353 * @return the number of glyphs in the glyph index array 365 * @param glyphs - the input glyph array 366 * @param glyphCount - the number of glyphs in the glyph array
|
LayoutEngine.h | 36 * an array of character indices for the glyphs, and an array of glyph positions. 52 * 2) Glyph positioning - position the glyphs based on their advance widths. 196 * @return the number of glyphs in the glyph index array 204 * the glyphs based on their advance widths. This is sufficient for most uses. It 222 * Note that this method has both characters and glyphs as input so that 230 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered 260 * text with the ability to store the glyphs in reverse order, and by supporting 282 * glyphs to be zero, which is required for proper selection and highlighting. 285 * @param markFilter - used to identify mark glyphs 297 * glyphs to be zero, which is required for proper selection and highlighting [all...] |
ThaiLayoutEngine.h | 109 * @return the number of glyphs in the glyph index array 123 * Note that this method has both characters and glyphs as input so that 131 * @param reverse - <code>TRUE</code> if the glyphs in the glyph array have been reordered
|
loengine.cpp | 75 LEGlyphID glyphs[], 85 le->getGlyphs(glyphs, *success);
|
/external/webkit/Source/WebKit/android/nav/ |
FindCanvas.h | 67 // A class containing a typeface for reference, the length in glyphs, and 91 // start of the upper case glyphs. 94 // mCount is the number of glyphs of the search string. Must be the same 163 const SkPaint& paint, int count, const uint16_t* glyphs, 167 const SkPaint& paint, int count, const uint16_t* glyphs, 171 const SkPaint& paint, int count, const uint16_t* glyphs, 178 const SkPaint& paint, int count, const uint16_t* glyphs, 185 // Return the set of glyphs and its count for the text being searched for
|
/frameworks/base/core/jni/android/graphics/ |
HarfbuzzSkia.cpp | 58 HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) 65 uint16_t* skiaGlyphs = reinterpret_cast<uint16_t*>(glyphs); 69 // |glyphs| array needs to be converted. 71 glyphs[i] = skiaGlyphs[i]; 78 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, 91 glyphs16[i] = glyphs[i];
|
/external/harfbuzz/src/ |
harfbuzz-shaper.h | 242 HB_Bool (*convertStringToGlyphIndices)(HB_Font font, const HB_UChar16 *string, hb_uint32 length, HB_Glyph *glyphs, hb_uint32 *numGlyphs, HB_Bool rightToLeft); 243 void (*getGlyphAdvances)(HB_Font font, const HB_Glyph *glyphs, hb_uint32 numGlyphs, HB_Fixed *advances, int flags /*HB_ShaperFlag*/); 274 HB_Bool glyphIndicesPresent; /* input: true if the <glyphs> array contains glyph indices ready to be shaped */ 275 hb_uint32 initialGlyphCount; /* input: if glyphIndicesPresent is true, the number of glyph indices in the <glyphs> array */ 277 hb_uint32 num_glyphs; /* input: capacity of output arrays <glyphs>, <attributes>, <advances>, <offsets>, and <log_clusters>; */ 280 HB_Glyph *glyphs; /* output: <num_glyphs> indices of shaped glyphs */ member in struct:HB_ShaperItem_
|
harfbuzz-gpos-private.h | 174 glyphs */ 440 HB_UShort GlyphCount; /* total number of input glyphs */ 511 HB_UShort GlyphCount; /* number of input glyphs */ 546 /* total number of backtrack glyphs */ 548 /* total number of input glyphs */ 550 /* total number of lookahead glyphs */ 648 /* number of backtrack glyphs */ 653 /* number of input glyphs */ 658 /* number of lookahead glyphs */
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
HarfbuzzSkia.cpp | 54 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) 61 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t), reinterpret_cast<uint16_t*>(glyphs)); 64 // |glyphs| array needs to be converted. 68 memcpy(&value, reinterpret_cast<char*>(glyphs) + sizeof(uint16_t) * i, sizeof(value)); 69 glyphs[i] = value; 76 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed* advances, int flags) 88 glyphs16[i] = glyphs[i];
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
HarfbuzzSkia.cpp | 58 static HB_Bool stringToGlyphs(HB_Font hbFont, const HB_UChar16* characters, hb_uint32 length, HB_Glyph* glyphs, hb_uint32* glyphsSize, HB_Bool isRTL) 74 int numGlyphs = paint.textToGlyphs(characters, length * sizeof(uint16_t), reinterpret_cast<uint16_t*>(glyphs)); 77 // |glyphs| array needs to be converted. 81 memcpy(&value, reinterpret_cast<char*>(glyphs) + sizeof(uint16_t) * i, sizeof(uint16_t)); 82 glyphs[i] = value; 89 static void glyphsToAdvances(HB_Font hbFont, const HB_Glyph* glyphs, hb_uint32 numGlyphs, HB_Fixed* advances, int flags) 101 glyphs16[i] = glyphs[i];
|
GlyphPageTreeNodeChromiumWin.cpp | 45 // are no glyphs for the characters. 63 // Fills |length| glyphs starting at |offset| in a |page| in the Basic 66 // Returns true if any glyphs were found. 102 // + If the font does not have glyphs available for the character, 108 // + If the font does not have glyphs available for the character, 123 // does not have glyphs available for the character. According a blog post 148 // space or zero width glyphs, we will get a box. 183 // Returns true if any glyphs were found. 215 // We're supposed to return true if there are any glyphs in the range
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextControllerCoreText.cpp | 76 // Missing glyphs run constructor. Core Text will not generate a run of missing glyphs, instead falling back on 77 // glyphs from LastResort. We want to use the primary font's missing glyph in order to match the fast text code path. 99 // Synthesize a run of missing glyphs. 126 // Create a run of missing glyphs from the primary font.
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
FontHaiku.cpp | 84 GlyphBufferGlyph* glyphs = const_cast<GlyphBufferGlyph*>(glyphBuffer.glyphs(from)); local 88 charUnicodeToUTF8HACK(glyphs[i], out);
|
/external/webkit/Source/WebCore/platform/graphics/ |
GlyphPageTreeNode.cpp | 133 // positions and return false to indicate the glyphs were not found. 144 // level does not contain any glyphs. 148 // did not contain any glyphs for that page. 155 // font data's glyphs, and will have glyph index 0 if the font data does not 162 // Fill in a buffer with the entire "page" of characters that we want to look up glyphs for. 211 // routine of our glyph map for actually filling in the page with the glyphs. 272 // doesn't exist, but the page doesn't necessarily have glyphs 276 // When the parent has no glyphs for this page, we can easily 277 // override it just by supplying the glyphs from our font. 280 // When our font has no glyphs for this page, we can just reference th [all...] |