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

  /external/skia/src/core/
SkSurfacePriv.h 17 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType);
22 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry();
SkBitmapDevice.cpp 72 : INHERITED(bitmap.info(), SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType))
81 return Create(info, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType));
SkCanvas.cpp 681 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
700 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
739 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
753 , fProps(SkSurfaceProps::kLegacyFontHost_InitType)
    [all...]
  /external/skia/include/core/
SkSurfaceProps.h 62 kLegacyFontHost_InitType
  /external/skia/tools/viewer/sk_app/
WindowContext.h 24 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)
  /external/skia/dm/
DMGpuSupport.h 39 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/tests/
TextBlobCacheTest.cpp 52 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/example/
SkiaSDLExample.cpp 209 // SkSurfaceProps::kLegacyFontHost_InitType);
210 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/gm/
dftext.cpp 48 SkSurfaceProps::kLegacyFontHost_InitType);
textblobmixedsizes.cpp 111 SkSurfaceProps::kLegacyFontHost_InitType);
xfermodes3.cpp 131 SkSurfaceProps canvasProps(SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/src/views/
SkWindow.cpp 18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)
  /external/skia/tools/skpbench/
skpbench.cpp 306 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/src/gpu/text/
GrAtlasTextContext.cpp 345 static SkSurfaceProps gSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType);
  /external/skia/bench/
nanobench.cpp 194 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType);
    [all...]
  /external/skia/samplecode/
SampleApp.cpp     [all...]

Completed in 400 milliseconds