Searched refs:fontName (Results 1 - 25 of 80) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DLocalFontFaceSource.h15 LocalFontFaceSource(const String& fontName) : m_fontName(fontName) { } argument
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmac.h95 /* 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/
H A Dftmac.h95 /* 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/
H A DQuicktimeTextSampleEntry.java50 String fontName = ""; field in class:QuicktimeTextSampleEntry
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) { argument
208 this.fontName = fontName;
229 if (fontName !
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmac.h95 /* 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/
H A Dftmac.h95 /* 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/chromium_org/third_party/icu/source/samples/layout/
H A DGDIFontMap.cpp29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
H A DGnomeFontMap.cpp31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
H A DFontMap.h37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
43 le_int32 getFontIndex(const char *fontName);
H A DGDIFontMap.h32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DGnomeFontMap.h32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DFontMap.cpp40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
64 fontName = strip(&c[1]);
68 defaultFont = getFontIndex(fontName);
89 fFontIndices[script] = getFontIndex(fontName);
127 le_int32 FontMap::getFontIndex(const char *fontName) argument
132 if (strcmp(fontName, fFontNames[index]) == 0) {
164 le_int32 len = strlen(fontName);
167 fFontNames[index] = strcpy(s, fontName);
/external/icu/icu4c/source/samples/layout/
H A DGDIFontMap.cpp29 const LEFontInstance *GDIFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
31 LEFontInstance *result = new GDIFontInstance(fSurface, fontName, pointSize, status);
H A DGnomeFontMap.cpp31 const LEFontInstance *GnomeFontMap::openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) argument
33 LEFontInstance *result = new GnomeFontInstance(fEngine, fontName, pointSize, status);
H A DFontMap.h37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
43 le_int32 getFontIndex(const char *fontName);
H A DGDIFontMap.h32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DGnomeFontMap.h32 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status);
H A DFontMap.cpp40 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; local
64 fontName = strip(&c[1]);
68 defaultFont = getFontIndex(fontName);
89 fFontIndices[script] = getFontIndex(fontName);
127 le_int32 FontMap::getFontIndex(const char *fontName) argument
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/
H A Dxmlreader.h14 const char *fontName,
/external/chromium_org/third_party/icu/source/test/perf/leperf/
H A Dxmlreader.h14 const char *fontName,
/external/icu/icu4c/source/test/letest/
H A Dxmlreader.h14 const char *fontName,
/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.h14 const char *fontName,
/external/chromium_org/third_party/skia/src/animator/
H A DSkPaintPart.cpp73 SK_MEMBER(fontName, String),
94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
H A DSkPaintPart.h66 return SkTypeface::CreateFromName(fontName.c_str(), style); }
69 SkString fontName; member in class:SkDrawTypeface
/external/skia/src/animator/
H A DSkPaintPart.cpp73 SK_MEMBER(fontName, String),
94 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());

Completed in 454 milliseconds

1234