/external/fonttools/Doc/ |
documentation.html | 51 TrueType fonts use glyph indices (GlyphID's) to refer to glyphs in most places. 60 <P>It is possible that different glyphs use the same name. If this happens, 65 <P>Because the order in which glyphs are stored inside the TT font is
|
/external/freetype/include/freetype/internal/ |
autohint.h | 21 /* The auto-hinter is used to load and automatically hint glyphs if a */ 40 /* aggressively the glyphs in the face, and thus can be */ 168 /* This function is capable of loading composite glyphs by hinting */
|
/external/harfbuzz_ng/src/ |
hb-ot-layout.h | 69 hb_set_t *glyphs /* OUT */); 269 const hb_codepoint_t *glyphs, 276 hb_set_t *glyphs
|
hb-shape.cc | 39 * @short_description: Conversion of text strings into positioned glyphs 45 * contains the output glyphs and their positions. 149 * positioned glyphs. If @features is not %NULL, it will be used to control the
|
/external/skia/gm/ |
textblob.cpp | 148 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); 158 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); 170 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t));
|
/external/skia/include/core/ |
SkFont.h | 100 * glyphs as well. If no hinting was applied, the metrics will just be rounded to the 103 * This applies to calls that return metrics (e.g. measureText) and to drawing the glyphs 149 SkGlyphID glyphs[], int maxGlyphCount) const;
|
/external/skia/resources/android_fonts/v17/ |
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 208 a cumulative limit of 64k glyphs. Thus, if they are placed after the
|
/external/skia/src/atlastext/ |
SkAtlasTextTarget.cpp | 121 void SkInternalAtlasTextTarget::drawText(const SkGlyphID glyphs[], const SkPoint positions[], 142 (const char*)glyphs, byteLength, pos, 2, {0, 0}, bounds); 147 // The SkAtlasTextRenderer currently only handles grayscale SDF glyphs.
|
/external/skqp/gm/ |
textblob.cpp | 148 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); 158 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t)); 170 memcpy(buf.glyphs, fGlyphs.begin() + currentGlyph, count * sizeof(uint16_t));
|
/external/skqp/include/core/ |
SkFont.h | 100 * glyphs as well. If no hinting was applied, the metrics will just be rounded to the 103 * This applies to calls that return metrics (e.g. measureText) and to drawing the glyphs 149 SkGlyphID glyphs[], int maxGlyphCount) const;
|
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/android_fonts/v17/ |
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 208 a cumulative limit of 64k glyphs. Thus, if they are placed after the
|
/external/skqp/resources/android_fonts/v17/ |
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 208 a cumulative limit of 64k glyphs. Thus, if they are placed after the
|
/external/skqp/src/atlastext/ |
SkAtlasTextTarget.cpp | 121 void SkInternalAtlasTextTarget::drawText(const SkGlyphID glyphs[], const SkPoint positions[], 142 (const char*)glyphs, byteLength, pos, 2, {0, 0}, bounds); 147 // The SkAtlasTextRenderer currently only handles grayscale SDF glyphs.
|
/frameworks/base/cmds/bootanimation/ |
FORMAT.md | 67 * The file specifies glyphs for the ascii characters 32-127 (0x20-0x7F), both regular weight and 71 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom
|
/external/freetype/include/freetype/ |
ftlcdfil.h | 5 /* FreeType API for color filtering of subpixel bitmap glyphs */ 121 * correction is critical for correctly rendering glyphs onto surfaces 155 * correction to render glyphs onto surfaces. The default filter 165 * uses linear alpha blending and gamma correction to render glyphs 172 * fringes if glyphs are not extremely well hinted to the pixel grid.
|
ftglyph.h | 5 /* FreeType convenience functions to handle glyphs (specification). */ 351 /* coincides with the exact bounding box for most glyphs, it can be */ 491 /* FT_Glyph glyphs[MAX_GLYPHS] */ [all...] |
/frameworks/base/libs/hwui/font/ |
CacheTexture.cpp | 235 ALOGD("fitBitmap: texture format %x is inappropriate for monochromatic glyphs", 244 ALOGD("fitBitmap: texture format %x is inappropriate for colour glyphs", mFormat); 264 // This columns for glyphs that are close but not necessarily exactly the same size. It trades 265 // off the loss of a few pixels for some glyphs against the ability to store more glyphs
|
/prebuilts/misc/darwin-x86_64/freetype/include/freetype2/config/ |
ftoption.h | 93 /* them to display normal gray-level anti-aliased glyphs. */ 131 /* hinting glyphs, and which should be executed as fast as possible. */ 221 /* FreeType now handles loading color bitmap glyphs in the PNG format. */ 236 /* OpenType fonts. If available, many glyphs not directly addressable */ 303 /* charmap out of the glyphs found in the fonts. */ 323 /* able to synthesize a Unicode charmap out of the glyphs found in the */ [all...] |
/external/skia/tools/ |
sk_tool_utils.cpp | 125 SkTDArray<uint16_t> glyphs; local 127 glyphs.append(paint.textToGlyphs(text, len, nullptr)); 128 paint.textToGlyphs(text, len, glyphs.begin()); 131 const SkTextBlobBuilder::RunBuffer& run = builder->allocRun(paint, glyphs.count(), x, y, 133 memcpy(run.glyphs, glyphs.begin(), glyphs.count() * sizeof(uint16_t));
|
/external/skia/docs/ |
SkPaint_Reference.bmh | 478 Generated Glyphs may be fuzzy but better resemble their original shape. 976 When Subpixel_Text is disabled, the comma Glyphs are identical, but not evenly spaced. 977 When Subpixel_Text is enabled, the comma Glyphs are unique, but appear evenly spaced. [all...] |
/external/skqp/docs/ |
SkPaint_Reference.bmh | 478 Generated Glyphs may be fuzzy but better resemble their original shape. 981 When Subpixel_Text is disabled, the comma Glyphs are identical, but not evenly spaced. 982 When Subpixel_Text is enabled, the comma Glyphs are unique, but appear evenly spaced. [all...] |
/external/skia/src/core/ |
SkTextBlob.cpp | 108 // | SkTextBlob | RunRecord | Glyphs[] | Pos[] | RunRecord | Glyphs[] | Pos[] | ... 117 // ... | RunRecord | Glyphs[] | Pos[] | TextSize | Clusters[] | Text[] | ... 170 // Glyphs are stored immediately following the record. 373 const uint16_t* SkTextBlobRunIterator::glyphs() const { function in class:SkTextBlobRunIterator 616 fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount; 654 fCurrentRunBuffer.glyphs = run->glyphBuffer(); 777 buffer.writeByteArray(it.glyphs(), it.glyphCount() * sizeof(uint16_t)); 841 if (!buf->glyphs || 847 if (!reader.readByteArray(buf->glyphs, glyphCount * sizeof(uint16_t)) | [all...] |
/external/skqp/src/core/ |
SkTextBlob.cpp | 108 // | SkTextBlob | RunRecord | Glyphs[] | Pos[] | RunRecord | Glyphs[] | Pos[] | ... 117 // ... | RunRecord | Glyphs[] | Pos[] | TextSize | Clusters[] | Text[] | ... 170 // Glyphs are stored immediately following the record. 373 const uint16_t* SkTextBlobRunIterator::glyphs() const { function in class:SkTextBlobRunIterator 616 fCurrentRunBuffer.glyphs = run->glyphBuffer() + preMergeCount; 654 fCurrentRunBuffer.glyphs = run->glyphBuffer(); 777 buffer.writeByteArray(it.glyphs(), it.glyphCount() * sizeof(uint16_t)); 841 if (!buf->glyphs || 847 if (!reader.readByteArray(buf->glyphs, glyphCount * sizeof(uint16_t)) | [all...] |
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_g_l_y_f.py | 38 self.glyphs = {} 51 self.glyphs[glyphName] = glyph 56 warnings.warn('%s glyphs have no name' % i) 58 for glyph in self.glyphs.values(): 69 glyph = self.glyphs[glyphName] 78 ttFont['maxp'].numGlyphs = len(self.glyphs) 117 if not hasattr(self, "glyphs"): 118 self.glyphs = {} 127 self.glyphs[glyphName] = glyph 147 return self.glyphs.keys( [all...] |
/external/freetype/src/pfr/ |
pfrgload.c | 262 /* test for composite glyphs */ 574 /* test for composite glyphs */ 589 /* we can't rely on the FT_GlyphLoader to load sub-glyphs, because */ 591 /* sub-glyphs (instead of glyph indices). Sigh. */ 593 /* For now, we load the list of sub-glyphs into a different array */ 610 " too many compound glyphs components\n" ));
|