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

12 3

  /external/opencore/fileformats/mp4/composer/src/
textsampleentry.cpp 132 uint8* Fontname = pinfo->font_name;
133 _pFontTableAtom->setFontRecord(Fontlistid, FontID, Fontlength, Fontname);
  /external/webkit/WebCore/loader/
CachedFont.cpp 156 SVGFontElement* CachedFont::getSVGFontById(const String& fontName) const
168 if (static_cast<Element*>(node)->getAttribute(static_cast<Element*>(node)->idAttributeName()) != fontName)
  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 51 HFONT MakeFont(const wchar_t* fontName, SCRIPT_CACHE** cache)
56 wcscpy_s(lf.lfFaceName, fontName);
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
AndroidFont.java 56 public AndroidFont(String fontName, int fontStyle, int fontSize) {
61 this.name = fontName;
FontManager.java 256 * @param fontName name of the font
263 public FontPeer getFontPeer(String fontName, int _fontStyle, int size) {
271 int logicalIndex = getLogicalFaceIndex(fontName);
278 name = fontName;
710 * @param fontName specified font name
712 public static int getLogicalFaceIndex(String fontName){
714 if (LOGICAL_FONT_NAMES[i].equalsIgnoreCase(fontName)){
AndroidFontManager.java 129 String fontName = fields[1];
141 FontProperty fp = new AndroidFontProperty(lName, styleName, null, fontName, value, style, exclRange, encoding);
FontPeerImpl.java 206 public void setFontName(String fontName){
207 this.faceName = fontName;
  /external/webkit/WebCore/platform/mac/
WebFontCache.mm 108 static inline void fixUpWeight(NSInteger& weight, NSString *fontName)
112 UNUSED_PARAM(fontName);
114 if (weight == 3 && [fontName rangeOfString:@"ultralight" options:NSCaseInsensitiveSearch | NSBackwardsSearch | NSLiteralSearch].location != NSNotFound)
  /external/icu4c/test/letest/
cletest.c 394 static le_font *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
400 if (fontName != NULL) {
401 font = le_portableFontOpen(getPath(path, fontName), 12, &fontStatus);
404 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
439 const char *fontName,
450 le_font *font = openFont(fontName, fontChecksum, fontVersion, testID);
459 if (fontName == NULL) {
letest.cpp 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID)
545 font = new PortableFontInstance(getPath(path, fontName), 12, fontStatus);
548 log_info("Test %s: can't open font %s - test skipped.\n", testID, fontName);
638 char *fontName = getCString(element->getAttribute(name_attr));
642 font = openFont(fontName, fontCksum, fontVer, id);
645 freeCString(fontName);
    [all...]
  /external/bison/doc/
refcard.tex 151 \font\titlefont=\fontname\tenbf \scaledmag3
152 \font\headingfont=\fontname\tenbf \scaledmag2
  /frameworks/base/awt/java/awt/
Font.java 530 * have the following format: fontname-style-pointsize. The style can be
556 String fontName = DEFAULT_FONT.name;
562 fontName = strTokens.nextToken(); // first token is the font name
587 return new Font(fontName, fontStyle, fontSize);
    [all...]
  /external/freetype/src/psaux/
afmparse.c 309 "FontName",
psobjs.c 1140 /* for cases like /FontName (foo) def */
    [all...]
  /external/skia/src/svg/
SkSVGPaintState.cpp 386 parser._addAttributeLen("fontName", attrValue, attrLength);
  /external/webkit/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 386 NSString *name = [f fontName];
  /external/freetype/src/cff/
cffobjs.c 755 /* do we have a `/FontName' for a CID-keyed font? */
cffload.c     [all...]
  /external/skia/src/animator/
SkCondensedDebug.cpp 1124 "fontName"
SkCondensedRelease.cpp 1106 "fontName"
  /external/webkit/WebCore/editing/
EditorCommand.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm     [all...]
WebHTMLView.mm     [all...]
  /external/quake/quake/src/QW/scitech/include/
mgraph.h     [all...]
  /external/quake/quake/src/WinQuake/scitech/INCLUDE/
MGRAPH.H     [all...]

Completed in 1439 milliseconds

12 3