HomeSort by relevance Sort by last modified time
    Searched full:truetype (Results 26 - 50 of 90) sorted by null

12 3 4

  /sdk/eclipse/scripts/
gen_icon.py 12 FONT_PATH = "/usr/share/fonts/truetype/msttcorefonts/arial.ttf"
58 font = ImageFont.truetype(FONT_PATH, int(sz4 * .75))
  /external/freetype/include/freetype/
ftsnames.h 48 /* Access the names embedded in TrueType and OpenType files. */
51 /* The TrueType and OpenType specifications allow the inclusion of */
85 /* zero-terminated. Please refer to the TrueType */
93 /* please refer to the TrueType or OpenType specification. */
ftxf86.h 66 /* `TrueType', `Type~1', `BDF', `PCF', `Type~42', `CID~Type~1', `CFF', */
ftoutln.h 460 * The TrueType and PostScript specifications use different conventions
465 * According to the TrueType specification, clockwise contours must
474 * remember that in TrueType, everything that is to the right of
freetype.h 288 /* TrueType embedded bitmaps: */
    [all...]
tttags.h 5 /* Tags for TrueType and OpenType tables (specification only). */
ftincrem.h 148 * file format. For TrueType, it must correspond to the raw bytes within
216 * formats like TrueType, the metrics are stored in a different place from
  /external/freetype/src/base/
ftgasp.c 5 /* Access of TrueType's `gasp' table (body). */
  /external/freetype/src/sfnt/
ttload.h 5 /* Load the basic TrueType tables, i.e., tables that can be either in */
ttsbit.h 5 /* TrueType and OpenType embedded bitmap support (specification). */
ttcmap.h 5 /* TrueType character mapping table (cmap) support (specification). */
  /external/freetype/src/truetype/
ttinterp.h 5 /* TrueType bytecode interpreter (specification). */
257 /* now a _single_ execution context in the TrueType driver which is */
296 /* is the main function of the TrueType opcode interpreter. */
308 /* invoked by the TrueType debugger. */
ttobjs.c 185 /* Initialize a given TrueType face object. */
224 /* check that we have a valid TrueType file */
351 /* for `extended TrueType formats' (i.e. compressed versions) */
726 /* Initialize a new TrueType size object. */
758 /* The TrueType size object finalizer. */
784 /* Reset a TrueType size when resolutions and character dimensions */
811 /* rounded to integers. Nearly all TrueType fonts have this bit */
869 /* Initialize a given TrueType driver object. */
905 /* Finalize a given TrueType driver. */
908 /* driver :: A handle to the target TrueType driver. *
    [all...]
ttgxvar.h 5 /* TrueType GX Font Variation loader (specification) */
  /external/freetype/include/freetype/internal/
sfnt.h 46 /* face_index :: The index of the TrueType font, if we are opening a */
59 /* This function recognizes fonts embedded in a `TrueType */
89 /* face_index :: The index of the TrueType font, if we are opening a */
143 /* face_index :: The index of the TrueType font, if we are opening a */
155 /* This function recognizes fonts embedded in a `TrueType */
212 /* to a valid TrueType table tag that you can forge with */
237 /* TrueType error code. 0 means success. */
401 /* Loads a given TrueType character map into memory. */
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
SimpleFontDataCairoWin.cpp 68 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
76 // This is a TrueType font. We might be able to get an accurate xHeight
  /external/freetype/src/cff/
cffobjs.h 115 /* TrueType driver class. */
  /development/ide/xcode/freetype2.xcodeproj/
project.pbxproj 41 003A0F950E0BE86E00136848 /* truetype.c in Sources */ = {isa = PBXBuildFile; fileRef = 003A0F940E0BE86E00136848 /* truetype.c */; };
81 003A0F940E0BE86E00136848 /* truetype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = truetype.c; path = "../../extlibs/freetype-2.3.6/src/truetype/truetype.c"; sourceTree = SOURCE_ROOT; };
109 FE33C99A094E10BD00C4A640 /* truetype */,
210 FE33C99A094E10BD00C4A640 /* truetype */ = {
213 003A0F940E0BE86E00136848 /* truetype.c */,
215 name = truetype;
    [all...]
  /external/skia/xcode/freetype2.xcodeproj/
project.pbxproj 41 00B7DF060EDCA4BE00F77EA2 /* truetype.c in Sources */ = {isa = PBXBuildFile; fileRef = 00B7DF050EDCA4BE00F77EA2 /* truetype.c */; };
81 00B7DF050EDCA4BE00F77EA2 /* truetype.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = truetype.c; path = ../../freetype/src/truetype/truetype.c; sourceTree = SOURCE_ROOT; };
109 FE33C99A094E10BD00C4A640 /* truetype */,
210 FE33C99A094E10BD00C4A640 /* truetype */ = {
213 00B7DF050EDCA4BE00F77EA2 /* truetype.c */,
215 name = truetype;
    [all...]
  /external/freetype/include/freetype/config/
ftheader.h 340 * definitions, taken from the TrueType and OpenType specifications.
353 * types and API specific to the TrueType (as well as OpenType) format.
366 * definitions of TrueType four-byte `tags' which identify blocks in
367 * SFNT-based font formats (i.e., TrueType and OpenType).
587 * SFNT-based font formats (i.e., TrueType and OpenType).
727 * FreeType~2 API which returns entries from the TrueType GASP table.
  /external/webkit/WebCore/css/
CSSFontFaceSrcValue.cpp 51 return equalIgnoringCase(m_format, "truetype") || equalIgnoringCase(m_format, "opentype")
  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 76 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
80 // This is a TrueType font. We might be able to get an accurate xHeight.
VDMXParser.cpp 101 // VDMX tables are found in some TrueType/OpenType fonts and contain
109 // Parse a TrueType VDMX table.
  /external/webkit/WebCore/platform/wx/wxcode/win/
fontprops.cpp 61 m_xHeight = m_ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts.
159 //else: GetCharABCWidths() failed, not a TrueType font?
  /external/icu4c/layout/
GXLayoutEngine.h 24 * TrueType Reference Manual (http://fonts.apple.com/TTRefMan/index.html) for details.

Completed in 2588 milliseconds

12 3 4