Searched defs:CreateInfo (Results 1 – 2 of 2) sorted by relevance
372 struct CreateInfo { struct373 CreateInfo(const SkImageInfo& info, in CreateInfo() argument393 * Create a new device based on CreateInfo. If the paint is not null, then it represents a argument403 virtual SkBaseDevice* onCreateDevice(const CreateInfo&, const SkPaint*) { in onCreateDevice()
297 struct CreateInfo { struct298 CreateInfo(const SkImageInfo& info, in CreateInfo() argument312 * Create a new device based on CreateInfo. If the paint is not null, then it represents a argument322 virtual sk_sp<SkDevice> createDevice(const CreateInfo&, const SkPaint*) { return nullptr; } in createDevice()