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

1 2 3

  /external/icu4c/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);
FontMap.h 37 virtual const LEFontInstance *openFont(const char *fontName, le_int16 pointSize, LEErrorCode &status) = 0;
43 le_int32 getFontIndex(const char *fontName);
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.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/icu4c/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);
xmlreader.cpp 171 char *fontName = NULL;
204 fontName = getCString(element->getAttribute(name_attr));
238 (*callback)(id, fontName, fontVer, fontCksum, scriptCode, languageCode, text.getBuffer(), charCount, &expected);
248 freeCString(fontName);
FontObject.h 184 FontObject(char *fontName);
  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 34 bool renameFont(SharedBuffer* fontData, const String& fontName);
70 String fontName(fontNameVector.data(), fontNameVector.size());
71 return fontName.replace('/', '_');
77 String fontName = createUniqueFontName();
79 if (renameFont(localBuffer.get(), fontName) && g_customFontCache->registerFont(fontName, localBuffer.get()))
80 return new FontCustomPlatformData(fontName);
FontCustomPlatformData.h 35 virtual bool registerFont(const String& fontName, const SharedBuffer*) = 0;
36 virtual void unregisterFont(const String& fontName) = 0;
  /external/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/skia/src/animator/
SkPaintParts.cpp 83 SK_MEMBER(fontName, String),
104 SkDebugf("%*s<typeface fontName=\"%s\" ", SkDisplayList::fIndent, "", fontName.c_str());
SkPaintParts.h 76 return SkTypeface::CreateFromName(fontName.c_str(), style); }
79 SkString fontName;
  /development/apps/FontLab/src/com/android/fontlab/
FontPicker.java 58 protected void addItem(List<Bundle> data, String name, String fontName, int style)
62 temp.putString("font", fontName);
  /external/opencore/fileformats/mp4/composer/include/
fontrecord.h 30 //fontname which will be rendered to the screen.
35 PVA_FF_FontRecord(uint16 FontListID, uint16 FontID, int8 FontLength, uint8* FontName);
fonttableatom.h 49 void setFontRecord(uint16 FontListID, uint16 FontId, int8 FontLength, uint8* FontName);
textsampleentry.h 56 OSCL_IMPORT_REF void *setFontRecord(uint16 fontlistID, uint16 fontID, int8 fontLength, uint8* fontName);
  /external/opencore/fileformats/mp4/composer/src/
fontrecord.cpp 26 PVA_FF_FontRecord::PVA_FF_FontRecord(uint16 FontListID, uint16 FontID, int8 FontLength, uint8* FontName)
49 _pFontName[i] = FontName[i];
fonttableatom.cpp 46 void PVA_FF_FontTableAtom::setFontRecord(uint16 FontListID, uint16 FontId, int8 FontLength, uint8* FontName)
57 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_FontRecord, (FontListID, FontId, FontLength, FontName), rec);
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 344 // adds fontName to the font table in fontData, and writes the new font table to rewrittenFontTable
346 static size_t renameFontInternal(SharedBuffer* fontData, const String& fontName, Vector<char> &rewrittenFontData)
362 size_t nameTableSize = ((offsetof(nameTable, nameRecords) + nameRecordCount * sizeof(nameRecord) + fontName.length() * sizeof(UChar)) & ~3) + 4;
383 name->nameRecords[i].length = fontName.length() * sizeof(UChar);
393 for (unsigned i = 0; i < fontName.length(); ++i)
394 reinterpret_cast<BigEndianUShort*>(data + originalDataSize + name->stringOffset)[i] = fontName[i];
407 bool renameFont(SharedBuffer* fontData, const String& fontName)
419 if (!renameFontInternal(fontData, fontName, rewrittenFontData))
428 HANDLE renameAndActivateFont(SharedBuffer* fontData, const String& fontName)
431 size_t nameTableSize = renameFontInternal(fontData, fontName, rewrittenFontData)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/
TextInputController.m 76 || aSelector == @selector(addFontAttribute:fontName:size:)
77 || aSelector == @selector(addFontAttribute:fontName:size:from:length:))
98 if (aSelector == @selector(addFontAttribute:fontName:size:))
100 if (aSelector == @selector(addFontAttribute:fontName:size:from:length:))
142 - (void)addFontAttribute:(NSString *)attrName fontName:(NSString *)fontName size:(float)fontSize
144 [self addAttribute:attrName value:[NSFont fontWithName:fontName size:fontSize] range:NSMakeRange(0, [self length])];
147 - (void)addFontAttribute:(NSString *)attrName fontName:(NSString *)fontName size:(float)fontSize from:(int)from length:(int)length
149 [self addAttribute:attrName value:[NSFont fontWithName:fontName size:fontSize] range:NSMakeRange((unsigned)from, (unsigned)length)]
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 214 String fontName = createUniqueFontName();
230 LONG loadEmbeddedFontResult = TTLoadEmbeddedFont(&fontReference, TTLOAD_PRIVATE, &privStatus, LICENSE_PREVIEWPRINT, &status, readEmbedProc, &eotStream, const_cast<LPWSTR>(fontName.charactersWithNullTermination()), 0, 0);
232 fontName = String();
234 fontReference = renameAndActivateFont(buffer, fontName);
239 return new FontCustomPlatformData(cgFont.releaseRef(), fontReference, fontName);
  /external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.cpp 187 String fontName = createUniqueFontName();
188 HANDLE fontReference = renameAndActivateFont(buffer, fontName);
191 return new FontCustomPlatformData(fontReference, fontName);

Completed in 700 milliseconds

1 2 3