Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkSurfacePriv.h19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
24 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType).pixelGeometry(); in SkSurfacePropsDefaultPixelGeometry()
DSkBitmapDevice.cpp65 : INHERITED(bitmap.info(), SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)) in SkBitmapDevice()
73 return Create(info, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)); in Create()
DSkCanvas.cpp665 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
684 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
723 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
737 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
/external/skia/include/core/
DSkSurfaceProps.h62 kLegacyFontHost_InitType enumerator
/external/skia/tools/viewer/sk_app/
DWindowContext.h26 , 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()
Ddftext.cpp48 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
Dxfermodes3.cpp130 SkSurfaceProps canvasProps(SkSurfaceProps::kLegacyFontHost_InitType); in possiblyCreateTempSurface()
/external/skia/example/
DSkiaSDLExample.cpp207 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
/external/skia/src/views/
DSkWindow.cpp18 : fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkWindow()
/external/skia/tools/skpbench/
Dskpbench.cpp313 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in main()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp345 static SkSurfaceProps gSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in GR_DRAW_OP_TEST_DEFINE()
/external/skia/bench/
Dnanobench.cpp199 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in init()
/external/skia/samplecode/
DSampleApp.cpp2043 SkSurfaceProps newProps(oldProps.flags(), SkSurfaceProps::kLegacyFontHost_InitType); in setPixelGeometry()