/external/chromium/net/url_request/ |
view_cache_helper.cc | 47 // print ASCII glyphs if possible:
|
/external/freetype/src/base/ |
ftlcdfil.c | 5 /* FreeType API for color filtering of subpixel bitmap glyphs (body). */
|
ftglyph.c | 5 /* FreeType convenience functions to handle glyphs (body). */
|
/external/freetype/src/sfnt/ |
ttmtx.c | 165 " %cmtx has more metrics than glyphs.\n",
|
/external/freetype/src/truetype/ |
ttdriver.c | 80 /* glyphs of the same face. */
|
ttpload.c | 511 /* maximum number of glyphs + 2; this is 0xFFFF + 2; this is */
|
/external/icu4c/layout/ |
GlyphIterator.cpp | 492 // filter out 0xFFFE glyphs.
|
/external/webkit/Source/WebCore/rendering/ |
RootInlineBox.cpp | 747 // For now map "glyphs" to "font" in vertical text mode until the bounds returned by glyphs aren't garbage. [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGInlineText.cpp | 241 // Alter font-size to the right on-screen value, to avoid scaling the glyphs themselves.
|
SVGTextLayoutAttributesBuilder.cpp | 209 // not equal to the sum of the individual lengths of the glyphs, when measuring them isolated.
|
/frameworks/base/graphics/java/android/renderscript/ |
Font.java | 34 * Internally, the glyphs are rendered using the Freetype library and an internal cache of
|
/external/skia/src/ports/ |
SkFontHost_mac_coretext.cpp | 744 CGGlyph glyphs[count]; local 746 if (CTFontGetGlyphsForCharacters(ctFont, stem_chars, glyphs, count)) { 748 glyphs, boundingRects, count); [all...] |
/external/harfbuzz/src/ |
harfbuzz-gpos.c | 763 * This can happen e.g. for sbit glyphs. */ [all...] |
harfbuzz-greek.c | 429 shaper_item->glyphs, &shaper_item->num_glyphs,
|
/external/freetype/include/freetype/ |
ftimage.h | [all...] |
/external/icu4c/data/unidata/ |
BidiMirroring.txt | 21 # appropriate alternative glyphs, and that many Unicode characters do not 30 # characters exist with mirrored glyphs, are 413 # to provide mirrored glyphs.
|
/external/skia/src/pdf/ |
SkPDFFont.cpp | 461 // A font with multibyte glyphs will support all glyph IDs in a single font. 570 // support multibyte glyphs. [all...] |
/external/chromium/base/i18n/ |
rtl.cc | 205 // Unlike Windows, Linux and OS X can correctly display RTL glyphs out of the
|
/external/freetype/src/cff/ |
cffdrivr.c | 78 /* glyphs of the same face. */
|
cffload.c | 918 /* Read the number of glyphs in the range. */ 938 /* Fill in the range of sids -- `nleft + 1' glyphs. */ 957 /* true: The charset constructed for the glyphs in the font's */ [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
riva_mmio.h | 156 * Filled rectangle combined with monochrome expand. Useful for glyphs.
|
/external/skia/samplecode/ |
SampleText.cpp | 340 // const uint16_t glyphs[] = { 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 };
|
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 802 glyphs
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
ComplexTextControllerATSUI.cpp | 318 // Create a run of missing glyphs from the primary font.
|
/frameworks/base/core/jni/ |
android_view_GLES20Canvas.cpp | 502 const jchar* glyphs = value->getGlyphs(); local 505 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y, paint); 532 const jchar* glyphs = value->getGlyphs(); local 535 renderer->drawText((const char*) glyphs, bytesCount, glyphsCount, x, y, paint); [all...] |