/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 66 int from, int numGlyphs, const FloatPoint& point) const 68 graphicsContext->drawText(fontData, glyphBuffer, from, numGlyphs, point);
|
/external/harfbuzz_ng/src/hb-icu-le/ |
PortableFontInstance.cpp | 180 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
|
sfnt.h | 305 le_uint16 numGlyphs; 363 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
|
/external/icu4c/test/letest/ |
sfnt.h | 302 le_uint16 numGlyphs; 360 /* le_int16 leftSideBearing[ANY_NUMBER]; ANY_NUMBER = numGlyphs - numOfLongHorMetrics */
|
PortableFontInstance.cpp | 347 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
|
/external/freetype/src/sfnt/ |
ttload.c | 634 FT_FRAME_USHORT( numGlyphs ), 714 FT_TRACE3(( "numGlyphs: %u\n", maxProfile->numGlyphs )); [all...] |
sfobjs.c | 750 face->root.num_glyphs = face->max_profile.numGlyphs; [all...] |
ttcmap.c | [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.cpp | 61 static FloatRect approximateTextBounds(size_t numGlyphs, 64 if (!numGlyphs || !pos) { 73 for (size_t i = 1; i < numGlyphs; ++i) { [all...] |
/external/webkit/Source/WebCore/svg/ |
SVGFont.cpp | 528 unsigned numGlyphs = data.glyphIdentifiers.size(); 530 for (unsigned i = 0; i < numGlyphs; ++i) { 531 const SVGGlyphIdentifier& identifier = data.glyphIdentifiers[run.rtl() ? numGlyphs - i - 1 : i];
|
/external/skia/legacy/src/ports/ |
SkFontHost_mac_coretext.cpp | 626 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); 636 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF); 688 fGlyphCount = SkToU16(numGlyphs); [all...] |
/external/skia/src/ports/ |
SkFontHost_mac_coretext.cpp | 649 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont); 659 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF); 706 fGlyphCount = SkToU16(numGlyphs); [all...] |
/external/skia/include/gpu/gl/ |
GrGLFunctions.h | 177 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphsProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLsizei numGlyphs, GrGLenum type, const GrGLvoid *charcodes, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale); 178 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathGlyphRangeProc)(GrGLuint firstPathName, GrGLenum fontTarget, const GrGLvoid *fontName, GrGLbitfield fontStyle, GrGLuint firstGlyph, GrGLsizei numGlyphs, GrGLenum handleMissingGlyphs, GrGLuint pathParameterTemplate, GrGLfloat emScale);
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext.h | 458 void drawText(const SimpleFontData* fontData, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point);
|