Home
last modified time | relevance | path

Searched defs:CreateInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/core/
DSkDevice.h283 struct CreateInfo { struct
287 CreateInfo(const SkImageInfo& info, in CreateInfo() argument
307 * Create a new device based on CreateInfo. If the paint is not null, then it represents a argument
317 virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) { in onCreateDevice()
/third_party/skia/src/core/
DSkDevice.h369 struct CreateInfo { struct
370 CreateInfo(const SkImageInfo& info, in CreateInfo() argument
390 * Create a new device based on CreateInfo. If the paint is not null, then it represents a argument
400 virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) { in onCreateDevice()