/external/webkit/Source/WebCore/platform/graphics/chromium/ |
ComplexTextControllerLinux.h | 90 const uint16_t* glyphs() const { return m_glyphs16; } function in class:WebCore::ComplexTextController 92 // Return the length of the array returned by |glyphs| 95 // Return the x offset for each of the glyphs. Note that this is translated
|
FontRenderStyle.h | 66 char useHinting; // hint glyphs to the pixel grid
|
/external/webkit/Source/WebCore/platform/mac/ |
WebCoreSystemInterface.h | 170 extern void (*wkClearGlyphVector)(void* glyphs); 171 extern OSStatus (*wkConvertCharToGlyphs)(void* styleGroup, const UniChar*, unsigned numCharacters, void* glyphs); 180 extern OSStatus (*wkInitializeGlyphVector)(int count, void* glyphs);
|
/frameworks/base/libs/hwui/font/ |
CacheTexture.cpp | 241 // This columns for glyphs that are close but not necessarily exactly the same size. It trades 242 // off the loss of a few pixels for some glyphs against the ability to store more glyphs
|
/external/freetype/include/freetype/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. */ 276 /* charmap out of the glyphs found in the fonts. */ 296 /* able to synthesize a Unicode charmap out of the glyphs found in the */ 355 /* glyphs; otherwise, you may set it to zero to avoid unnecessary */ [all...] |
/external/harfbuzz/src/ |
harfbuzz-buffer.h | 53 HB_UShort back; /* number of glyphs to go back
|
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-buffer.h | 53 HB_UShort back; /* number of glyphs to go back
|
/external/harfbuzz_ng/src/ |
hb-uniscribe.cc | 292 ALLOCATE_ARRAY (WORD, glyphs, glyphs_size); 361 glyphs + glyphs_offset, 401 glyphs + glyphs_offset, 449 info->codepoint = glyphs[i];
|
/external/icu4c/layout/ |
IndicLayoutEngine.cpp | 55 // Output: glyphs, char indices
|
ThaiLayoutEngine.cpp | 56 // Output: glyphs, char indices
|
/external/icu4c/samples/layout/ |
GDIFontInstance.h | 34 virtual void drawGlyphs(const LEFontInstance *font, const LEGlyphID *glyphs, le_int32 count,
|
sfnt.h | 129 le_uint16 glyphs[ANY_NUMBER]; member in struct:CMAPFormat10Encoding
|
/external/icu4c/test/letest/ |
FontObject.h | 193 le_uint32 unicodesToGlyphs(LEUnicode *chars, le_uint32 nChars, LEGlyphID *glyphs,
|
/external/skia/emoji/ |
EmojiFont.h | 73 along side normal glyphs IDs that come from real fonts. The
|
/external/skia/legacy/emoji/ |
EmojiFont.h | 73 along side normal glyphs IDs that come from real fonts. The
|
/external/skia/src/core/ |
SkGlyph.h | 106 kSubShift = 24, // must be large enough for glyphs and unichars
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
SimpleFontDataATSUI.mm | 58 // This function is called only on fonts that contain Arabic glyphs. Our
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
GlyphPageTreeNodeCGWin.cpp | 39 // bufferLength will be greater than the requested number of glyphs if the buffer contains surrogate pairs.
|
GlyphPageTreeNodeCairoWin.cpp | 38 // bufferLength will be greater than the requested number of glyphs if the buffer contains surrogate pairs.
|
UniscribeController.h | 60 Vector<WORD>& glyphs, Vector<WORD>& clusters,
|
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
non-kerned-drawing.cpp | 73 CGContextShowGlyphsWithAdvances(cgContext, glyphBuffer.glyphs(from), glyphBuffer.advances(from), numGlyphs);
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLOperator.cpp | 106 // We stack glyphs using a 14px height with a displayed glyph height 108 // are no blank spaces between the stacked glyphs. 110 // Certain glyphs (e.g. middle and bottom) need to be adjusted upwards 217 // Build stretchable characters as a stack of glyphs.
|
/external/webkit/Source/WebKit/chromium/public/linux/ |
WebFontRenderStyle.h | 47 char useHinting; // hint glyphs to the pixel grid
|
WebSandboxSupport.h | 46 // Get a font family which contains glyphs for the given Unicode
|
/frameworks/base/data/fonts/ |
system_fonts.xml | 5 This file lists the font families that will be used by default for all supported glyphs.
|