Searched defs:newFont (Results 1 - 8 of 8) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DBitmapFont.java267 public void merge(BitmapFont newFont) { argument
268 charSet.merge(newFont.charSet);
270 final int size2 = newFont.pages.length;
274 System.arraycopy(newFont.pages, 0, tmp, size1, size2);
279 // System.arraycopy(newFont.pages, 0, this.pages, size1, size2);
/external/skia/samplecode/
H A DSampleXfermodesBlur.cpp85 CTFontRef newFont = CTFontCreateCopyWithAttributes(font, i, NULL, NULL); local
86 SkTypeface* newFace = SkCreateTypefaceFromCTFont(newFont);
87 SkDebugf("size:%d ct:%p face:%p ats:%p\n", i, newFont, newFace, CTFontGetPlatformFont(newFont, NULL));
89 CFRelease(newFont);
/external/skia/src/pdf/
H A DSkPDFDevice.cpp1489 SkRefPtr<SkPDFFont> newFont = SkPDFFont::GetFontResource(typeface, glyphID); local
1490 newFont->unref(); // getFontResource and SkRefPtr both took a ref.
1491 int resourceIndex = fFontResources.find(newFont.get());
1494 fFontResources.push(newFont.get());
1495 newFont->ref();
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1738 void CanvasRenderingContext2D::setFont(const String& newFont) argument
1744 declarationText += newFont;
1750 state().m_unparsedFont = newFont;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 533 milliseconds