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

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_win_dw.cpp 362 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
377 StreamFontCollectionLoader** streamFontCollectionLoader) {
378 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
379 if (NULL == streamFontCollectionLoader) {
385 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
394 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
405 ULONG StreamFontCollectionLoader::AddRef() {
409 ULONG StreamFontCollectionLoader::Release()
    [all...]
  /external/skia/src/ports/
SkFontHost_win_dw.cpp 362 class StreamFontCollectionLoader : public IDWriteFontCollectionLoader {
377 StreamFontCollectionLoader** streamFontCollectionLoader) {
378 *streamFontCollectionLoader = new StreamFontCollectionLoader(fontFileLoader);
379 if (NULL == streamFontCollectionLoader) {
385 StreamFontCollectionLoader(IDWriteFontFileLoader* fontFileLoader)
394 HRESULT StreamFontCollectionLoader::QueryInterface(REFIID iid, void** ppvObject) {
405 ULONG StreamFontCollectionLoader::AddRef() {
409 ULONG StreamFontCollectionLoader::Release()
    [all...]

Completed in 177 milliseconds