Searched defs:CreateInfo (Results 1 – 1 of 1) sorted by relevance
297 struct CreateInfo { struct298 CreateInfo(const SkImageInfo& info, in CreateInfo() function312 * 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()