HomeSort by relevance Sort by last modified time
    Searched refs:fontCollection (Results 1 - 9 of 9) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dwrite.h 680 IDWriteFontCollection **fontCollection,
687 IDWriteFontCollection **fontCollection) PURE;
737 IDWriteFontCollection *fontCollection,
799 #define IDWriteFactory_CreateCustomFontCollection(This,collectionLoader,collectionKey,collectionKeySize,fontCollection) (This)->lpVtbl->CreateCustomFontCollection(This,collectionLoader,collectionKey,collectionKeySize,fontCollection)
811 #define IDWriteFactory_CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat) (This)->lpVtbl->CreateTextFormat(This,fontFamilyName,fontCollection,fontWeight,fontStyle,fontStretch,fontSize,localeName,textFormat)
815 #define IDWriteFactory_GetSystemFontCollection(This,fontCollection,checkForUpdates) (This)->lpVtbl->GetSystemFontCollection(This,fontCollection,checkForUpdates)
    [all...]
  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 263 SkFontMgr_DirectWrite(IDWriteFactory* factory, IDWriteFontCollection* fontCollection,
266 , fFontCollection(SkRefComPtr(fontCollection))
883 SkTScopedComPtr<IDWriteFontCollection> fontCollection;
884 HRN(fFactory->CreateCustomFontCollection(fontCollectionLoader.get(), NULL, 0, &fontCollection));
887 UINT32 familyCount = fontCollection->GetFontFamilyCount();
890 HRN(fontCollection->GetFontFamily(familyIndex, &fontFamily));
    [all...]
SkRemotableFontMgr_win_dw.cpp 86 SkRemotableFontMgr_DirectWrite(IDWriteFontCollection* fontCollection,
88 : fFontCollection(SkRefComPtr(fontCollection))
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 246 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateFontFamilyFromName)(GDIPCONST WCHAR *name, GpFontCollection *fontCollection, GpFontFamily **FontFamily);
255 typedef GpStatus (WINGDIPAPI *FuncType_GdipNewPrivateFontCollection)(GpFontCollection** fontCollection);
256 typedef GpStatus (WINGDIPAPI *FuncType_GdipDeletePrivateFontCollection)(GpFontCollection** fontCollection);
257 typedef GpStatus (WINGDIPAPI *FuncType_GdipPrivateAddMemoryFont)(GpFontCollection* fontCollection, GDIPCONST void* memory, INT length);
258 typedef GpStatus (WINGDIPAPI *FuncType_GdipGetFontCollectionFamilyList)(GpFontCollection* fontCollection, INT numSought, GpFontFamily* gpfamilies[], INT* numFound);
259 typedef GpStatus (WINGDIPAPI *FuncType_GdipGetFontCollectionFamilyCount)(GpFontCollection* fontCollection, INT* numFound);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
787 Unit unit, const FontCollection *fontCollection):
793 fontCollection ? fontCollection->nativeFontCollection : NULL,
888 // FontCollection
890 __inline__ FontCollection::FontCollection():
895 __inline__ Status FontCollection::GetFamilies(INT numSought,
933 __inline__ INT FontCollection::GetFamilyCount() cons
    [all...]
gdiplusheaders.h 4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
44 class FontCollection;
343 const FontCollection *fontCollection = NULL);
381 class FontCollection: public GdiplusBase
389 FontCollection();
390 virtual ~FontCollection() {}
402 FontCollection(const FontCollection&);
403 FontCollection& operator=(const FontCollection&)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 1188 milliseconds