HomeSort by relevance Sort by last modified time
    Searched refs:numGlyphs (Results 51 - 71 of 71) sorted by null

1 23

  /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/chromium_org/third_party/freetype/src/sfnt/
ttload.c 636 FT_FRAME_USHORT( numGlyphs ),
716 FT_TRACE3(( "numGlyphs: %u\n", maxProfile->numGlyphs ));
    [all...]
sfobjs.c 759 face->root.num_glyphs = face->max_profile.numGlyphs;
    [all...]
ttcmap.c     [all...]
  /external/freetype/src/sfnt/
ttload.c 636 FT_FRAME_USHORT( numGlyphs ),
716 FT_TRACE3(( "numGlyphs: %u\n", maxProfile->numGlyphs ));
    [all...]
sfobjs.c 759 face->root.num_glyphs = face->max_profile.numGlyphs;
    [all...]
ttcmap.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
Font.h 177 void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, unsigned from, unsigned numGlyphs, const FloatPoint&, const FloatRect& textRect) const;
  /external/chromium_org/third_party/icu/source/test/letest/
PortableFontInstance.cpp 347 realThis->fNumGlyphs = SWAPW(maxpTable->numGlyphs);
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win.cpp 870 int numGlyphs;
872 outGlyphs, logClust, vsa, &numGlyphs),
874 if (1 == numGlyphs) {
    [all...]
SkFontHost_mac.cpp 674 * less than its maxp::numGlyphs. When this is the case we try to read the bounds from the
731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
732 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
733 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 870 int numGlyphs;
872 outGlyphs, logClust, vsa, &numGlyphs),
874 if (1 == numGlyphs) {
    [all...]
SkFontHost_mac.cpp 674 * less than its maxp::numGlyphs. When this is the case we try to read the bounds from the
731 CFIndex numGlyphs = CTFontGetGlyphCount(ctFont);
732 SkASSERT(numGlyphs >= 1 && numGlyphs <= 0xFFFF);
733 fGlyphCount = SkToU16(numGlyphs);
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 193 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);
194 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/skia/include/gpu/gl/
GrGLFunctions.h 193 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);
194 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);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
glext.h     [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]

Completed in 3003 milliseconds

1 23