/third_party/flutter/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 248 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 273 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 307 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 337 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 376 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 404 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 425 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_TEST() 690 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
D | TextBlobCacheTest.cpp | 56 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in text_blob_cache_inner()
|
D | VkProtectedContextTest.cpp | 158 SkSurfaceProps(0, SkSurfaceProps::kLegacyFontHost_InitType); in createSkSurface() 196 SkSurfaceProps(0, SkSurfaceProps::kLegacyFontHost_InitType); in DEF_GPUTEST()
|
/third_party/flutter/skia/src/core/ |
D | SkSurfacePriv.h | 19 return SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in SkSurfacePropsCopyOrDefault()
|
D | SkStrikeSpec.cpp | 97 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), in MakeCanonicalized() 113 SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), in MakeWithNoDevice()
|
D | SkScalerContext.h | 305 font, paint, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType), in MakeRecAndEffectsFromFont()
|
D | SkBitmapDevice.cpp | 216 : INHERITED(bitmap.info(), SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)) in SkBitmapDevice() 227 return Create(info, SkSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType)); in Create()
|
D | SkCanvas.cpp | 523 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 541 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 571 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas() 585 , fProps(SkSurfaceProps::kLegacyFontHost_InitType) in SkCanvas()
|
/third_party/flutter/skia/tools/sk_app/ |
D | DisplayParams.h | 21 , fSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType) in DisplayParams()
|
/third_party/flutter/engine/flutter/shell/gpu/ |
D | gpu_surface_gl.cc | 156 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in WrapOnscreenSurface() 174 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in CreateOffscreenSurface()
|
/third_party/flutter/skia/include/core/ |
D | SkSurfaceProps.h | 62 kLegacyFontHost_InitType enumerator
|
/third_party/flutter/skia/samplecode/ |
D | SampleTextureUpload.cpp | 35 SkSurfaceProps surfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in RenderTargetTexture()
|
/third_party/flutter/skia/gm/ |
D | dftext_blob_persp.cpp | 72 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
|
D | textblobmixedsizes.cpp | 116 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
|
D | dftext.cpp | 67 SkSurfaceProps::kLegacyFontHost_InitType); in onDraw()
|
/third_party/flutter/engine/flutter/testing/ |
D | test_gl_surface.cc | 307 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in GetOnscreenSurface()
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextContext.cpp | 230 static SkSurfaceProps gSurfaceProps(SkSurfaceProps::kLegacyFontHost_InitType); in GR_DRAW_OP_TEST_DEFINE()
|
/third_party/flutter/skia/example/ |
D | SkiaSDLExample.cpp | 233 SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType);
|
/third_party/flutter/skia/tools/ |
D | remote_demo.cpp | 138 const SkSurfaceProps props(SkSurfaceProps::kLegacyFontHost_InitType); in push_font_data()
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | vulkan_surface.cc | 325 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in SetupSkiaSurface()
|
/third_party/flutter/engine/flutter/shell/platform/embedder/ |
D | ace_embedder.cc | 313 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in MakeSkSurfaceFromBackingStore() 354 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in MakeSkSurfaceFromBackingStore()
|
D | embedder.cc | 296 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in MakeSkSurfaceFromBackingStore() 337 SkSurfaceProps::InitType::kLegacyFontHost_InitType); in MakeSkSurfaceFromBackingStore()
|
/third_party/flutter/skia/tools/skqp/src/ |
D | skqp.cpp | 281 const SkSurfaceProps props(0, SkSurfaceProps::kLegacyFontHost_InitType); in evaluateGM()
|
/third_party/flutter/skia/tools/fm/ |
D | fm.cpp | 266 SkSurfaceProps props(flags, SkSurfaceProps::kLegacyFontHost_InitType); in draw_with_gpu()
|
/third_party/flutter/engine/flutter/vulkan/ |
D | vulkan_swapchain.cc | 298 SkSurfaceProps props(SkSurfaceProps::InitType::kLegacyFontHost_InitType); in CreateSkiaSurface()
|