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

  /external/skia/src/utils/win/
SkDWrite.h 71 template<typename T> class AutoTDWriteTable : public AutoDWriteTable {
74 AutoTDWriteTable(IDWriteFontFace* fontFace) : AutoDWriteTable(fontFace, tag) { }
  /external/skqp/src/utils/win/
SkDWrite.h 71 template<typename T> class AutoTDWriteTable : public AutoDWriteTable {
74 AutoTDWriteTable(IDWriteFontFace* fontFace) : AutoDWriteTable(fontFace, tag) { }
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 367 AutoTDWriteTable<SkOTTableHead> headTable(fDWriteFontFace.get());
368 AutoTDWriteTable<SkOTTablePostScript> postTable(fDWriteFontFace.get());
369 AutoTDWriteTable<SkOTTableHorizontalHeader> hheaTable(fDWriteFontFace.get());
370 AutoTDWriteTable<SkOTTableOS2> os2Table(fDWriteFontFace.get());
379 AutoTDWriteTable<SkOTTableFontVariations> fvarTable(fDWriteFontFace.get());
SkScalerContext_win_dw.cpp 51 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get());
76 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get());
123 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get());
162 AutoTDWriteTable<SkOTTableEmbeddedBitmapScaling> ebsc(typeface->fDWriteFontFace.get());
643 AutoTDWriteTable<SkOTTableHead> head(this->getDWriteTypeface()->fDWriteFontFace.get());
    [all...]
  /external/skqp/src/ports/
SkTypeface_win_dw.cpp 367 AutoTDWriteTable<SkOTTableHead> headTable(fDWriteFontFace.get());
368 AutoTDWriteTable<SkOTTablePostScript> postTable(fDWriteFontFace.get());
369 AutoTDWriteTable<SkOTTableHorizontalHeader> hheaTable(fDWriteFontFace.get());
370 AutoTDWriteTable<SkOTTableOS2> os2Table(fDWriteFontFace.get());
379 AutoTDWriteTable<SkOTTableFontVariations> fvarTable(fDWriteFontFace.get());
SkScalerContext_win_dw.cpp 51 AutoTDWriteTable<SkOTTableMaximumProfile> maxp(typeface->fDWriteFontFace.get());
76 AutoTDWriteTable<SkOTTableGridAndScanProcedure> gasp(typeface->fDWriteFontFace.get());
123 AutoTDWriteTable<SkOTTableEmbeddedBitmapLocation> eblc(typeface->fDWriteFontFace.get());
162 AutoTDWriteTable<SkOTTableEmbeddedBitmapScaling> ebsc(typeface->fDWriteFontFace.get());
643 AutoTDWriteTable<SkOTTableHead> head(this->getDWriteTypeface()->fDWriteFontFace.get());
    [all...]

Completed in 258 milliseconds