HomeSort by relevance Sort by last modified time
    Searched refs:fontName (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/css/
LocalFontFaceSource.h 15 LocalFontFaceSource(const String& fontName) : m_fontName(fontName) { }
  /external/chromium_org/third_party/freetype/include/freetype/
ftmac.h 95 /* fond = GetResource( 'FOND', fontName ); */
116 /* fontName :: Mac OS name of the font (e.g., Times New Roman */
130 FT_GetFile_From_Mac_Name( const char* fontName,
145 /* fontName :: Mac OS name of the font in ATS framework. */
158 FT_GetFile_From_Mac_ATS_Name( const char* fontName,
174 /* fontName :: Mac OS name of the font in ATS framework. */
189 FT_GetFilePath_From_Mac_ATS_Name( const char* fontName,
  /external/freetype/include/
ftmac.h 95 /* fond = GetResource( 'FOND', fontName ); */
116 /* fontName :: Mac OS name of the font (e.g., Times New Roman */
130 FT_GetFile_From_Mac_Name( const char* fontName,
145 /* fontName :: Mac OS name of the font in ATS framework. */
158 FT_GetFile_From_Mac_ATS_Name( const char* fontName,
174 /* fontName :: Mac OS name of the font in ATS framework. */
189 FT_GetFilePath_From_Mac_ATS_Name( const char* fontName,
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
QuicktimeTextSampleEntry.java 50 String fontName = "";
79 fontName = new String(myFontName);
81 fontName = null;
87 return 52 + (fontName != null ? fontName.length() : 0);
204 return fontName;
207 public void setFontName(String fontName) {
208 this.fontName = fontName;
229 if (fontName != null)
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmac.h 95 /* fond = GetResource( 'FOND', fontName ); */
116 /* fontName :: Mac OS name of the font (e.g., Times New Roman */
130 FT_GetFile_From_Mac_Name( const char* fontName,
145 /* fontName :: Mac OS name of the font in ATS framework. */
158 FT_GetFile_From_Mac_ATS_Name( const char* fontName,
174 /* fontName :: Mac OS name of the font in ATS framework. */
189 FT_GetFilePath_From_Mac_ATS_Name( const char* fontName,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmac.h 95 /* fond = GetResource( 'FOND', fontName ); */
116 /* fontName :: Mac OS name of the font (e.g., Times New Roman */
130 FT_GetFile_From_Mac_Name( const char* fontName,
145 /* fontName :: Mac OS name of the font in ATS framework. */
158 FT_GetFile_From_Mac_ATS_Name( const char* fontName,
174 /* fontName :: Mac OS name of the font in ATS framework. */
189 FT_GetFilePath_From_Mac_ATS_Name( const char* fontName,
  /external/icu/icu4c/source/samples/layout/
GDIFontMap.cpp 29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
GnomeFontMap.cpp 31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status)
33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
GDIFontMap.h 32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
GnomeFontMap.h 32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
FontMap.h 37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
43 le_int32 getFontIndex(const char *fontName);
FontMap.cpp 40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE];
64 fontName = strip(&c[1]);
68 defaultFont = getFontIndex(fontName);
89 fFontIndices[script] = getFontIndex(fontName);
127 le_int32 FontMap::getFontIndex(const char *fontName)
132 if (strcmp(fontName, fFontNames[index]) == 0) {
164 le_int32 len = strlen(fontName);
167 fFontNames[index] = strcpy(s, fontName);
  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.h 14 const char *fontName,
gendata.cpp 39 const char *fontName;
192 char *fontName = getCString(element->getAttribute(name_attr));
194 PortableFontInstance *pfi = new PortableFontInstance(fontName, 12, leStatus);
197 printf("Error: could not open font: %s\n", fontName);
198 freeCString(fontName);
211 fontName, uversion, pfi->getFontChecksum());
217 fontName, version, pfi->getFontChecksum());
222 freeCString(fontName);
  /external/icu/icu4c/source/test/letest/
xmlreader.h 14 const char *fontName,
gendata.cpp 41 const char *fontName;
235 char *fontName = getCString(element->getAttribute(name_attr));
238 PortableFontInstance *pfi = new PortableFontInstance(getPath(buf,fontName), 12, leStatus);
241 printf("Error: could not open font: %s (path: %s)\n", fontName, buf);
242 freeCString(fontName);
246 printf(" Generating: %s, %s, %s, %s\n", id, script, lang, fontName);
263 fontName, uversion_utf8, pfi->getFontChecksum(), pfi->getRawChecksum());
268 fontName, pfi->getFontChecksum(), pfi->getFontChecksum(), pfi->getRawChecksum());
272 fontName, version, pfi->getFontChecksum(), pfi->getRawChecksum());
278 freeCString(fontName);
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.h 14 const char *fontName,
  /external/chromium_org/third_party/skia/src/animator/
SkPaintPart.h 66 return SkTypeface::CreateFromName(fontName.c_str(), style); }
69 SkString fontName;
SkPaintPart.cpp 73 SK_MEMBER(fontName, String),
94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
  /external/skia/src/animator/
SkPaintPart.h 66 return SkTypeface::CreateFromName(fontName.c_str(), style); }
69 SkString fontName;
SkPaintPart.cpp 73 SK_MEMBER(fontName, String),
94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 145 // adds fontName to the font table in fontData, and writes the new font table to rewrittenFontTable
147 static size_t renameFont(SharedBuffer* fontData, const String& fontName, Vector<char> &rewrittenFontData)
163 size_t nameTableSize = ((offsetof(nameTable, nameRecords) + nameRecordCount * sizeof(nameRecord) + fontName.length() * sizeof(UChar)) & ~3) + 4;
184 name->nameRecords[i].length = fontName.length() * sizeof(UChar);
194 for (unsigned i = 0; i < fontName.length(); ++i)
195 reinterpret_cast<BigEndianUShort*>(data + originalDataSize + name->stringOffset)[i] = fontName[i];
206 HANDLE renameAndActivateFont(SharedBuffer* fontData, const String& fontName)
209 size_t nameTableSize = renameFont(fontData, fontName, rewrittenFontData);
  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 46 Font(String fontName, int weight, boolean isItalic) {
47 this.fontName = fontName;
51 public String fontName;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
MemoryActivatedFont.mm 89 return WTF::String::format("%s %x", [[srcFont fontName] UTF8String], traits);
96 NSString* fontName = (NSString*)CGFontCopyPostScriptName(cgFont);
97 return [fontName isEqualToString:@"LastResort"];
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
FontResource.cpp 170 SVGFontElement* FontResource::getSVGFontById(const String& fontName) const
187 if (fontName.isEmpty())
192 if (element->getIdAttribute() == fontName)

Completed in 997 milliseconds

1 2 3 4