Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkDevice.h372 struct CreateInfo { struct
373 CreateInfo(const SkImageInfo& info, in CreateInfo() argument
393 * Create a new device based on CreateInfo. If the paint is not null, then it represents a argument
403 virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) { in onCreateDevice()