Home
last modified time | relevance | path

Searched refs:kLegacyFontHost_InitType (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/core/
DSkSurfacePriv.h17 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
22 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry(); in SkSurfacePropsDefaultPixelGeometry()
DSkBitmapDevice.cpp72 : INHERITED(bitmap.info(), SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)) in SkBitmapDevice()
81 return Create(info, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)); in Create()
DSkCanvas.cpp681 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
700 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
739 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
753 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
/external/skia/include/core/
DSkSurfaceProps.h62 kLegacyFontHost_InitType enumerator
/external/skia/tools/viewer/sk_app/
DWindowContext.h24 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in WindowContext()
/external/skia/dm/
DDMGpuSupport.h39 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in NewGpuSurface()
/external/skia/tests/
DTextBlobCacheTest.cpp52 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in text_blob_cache_inner()
/external/skia/gm/
Dtextblobmixedsizes.cpp111 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
Dxfermodes3.cpp131 SkSurfaceProps canvasProps(SkSurfaceProps::kLegacyFontHost_InitType); in possiblyCreateTempSurface()
Ddftext.cpp48 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
/external/skia/example/
DSkiaSDLExample.cpp210 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
/external/skia/src/views/
DSkWindow.cpp18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow()
/external/skia/tools/skpbench/
Dskpbench.cpp306 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in main()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp345 static SkSurfaceProps gSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in DRAW_OP_TEST_DEFINE()
/external/skia/bench/
Dnanobench.cpp194 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in init()
/external/skia/samplecode/
DSampleApp.cpp2003 SkSurfaceProps newProps(oldProps.flags(), SkSurfaceProps::kLegacyFontHost_InitType); in setPixelGeometry()