HomeSort by relevance Sort by last modified time
    Searched defs:fontName (Results 1 - 22 of 22) sorted by null

  /external/skia/legacy/src/animator/
SkPaintParts.h 68 return SkTypeface::CreateFromName(fontName.c_str(), style); }
71 SkString fontName;
  /external/skia/src/animator/
SkPaintParts.h 68 return SkTypeface::CreateFromName(fontName.c_str(), style); }
71 SkString fontName;
  /external/webkit/Source/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 35 bool renameFont(SharedBuffer* fontData, const String& fontName);
68 String fontName = base64Encode(reinterpret_cast<char*>(&fontUuid), sizeof(fontUuid));
69 ASSERT(fontName.length() < LF_FACESIZE);
70 return fontName.replace('/', '_');
76 String fontName = createUniqueFontName();
78 if (renameFont(localBuffer.get(), fontName) && g_customFontCache->registerFont(fontName, localBuffer.get()))
79 return new FontCustomPlatformData(fontName);
  /external/webkit/Source/WebCore/platform/graphics/skia/
FontCustomPlatformData.cpp 121 String fontName = base64Encode(reinterpret_cast<char*>(&fontUuid), sizeof(fontUuid));
122 ASSERT(fontName.length() < LF_FACESIZE);
123 return fontName;
185 String fontName = createUniqueFontName();
186 HANDLE fontReference = renameAndActivateFont(buffer, fontName);
189 return new FontCustomPlatformData(fontReference, 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/icu4c/samples/layout/
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/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformData.cpp 160 String fontName = base64Encode(reinterpret_cast<char*>(&fontUuid), sizeof(fontUuid));
161 ASSERT(fontName.length() < LF_FACESIZE);
162 return fontName;
185 String fontName = createUniqueFontName();
201 LONG loadEmbeddedFontResult = TTLoadEmbeddedFont(&fontReference, TTLOAD_PRIVATE, &privStatus, LICENSE_PREVIEWPRINT, &status, readEmbedProc, &eotStream, const_cast<LPWSTR>(fontName.charactersWithNullTermination()), 0, 0);
203 fontName = String();
205 fontReference = renameAndActivateFont(buffer, fontName);
210 return new FontCustomPlatformData(fontReference, fontName);
  /external/icu4c/test/letest/
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);
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/skia/legacy/src/ports/
SkFontHost_mac_coretext.cpp     [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
jcommon-1.0.12.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 729 milliseconds