Searched defs:make_info (Results 1 - 3 of 3) sorted by relevance

/external/skia/gm/
H A Dpathfill.cpp143 static void make_info(SkPath* path) { function
302 make_info(&fInfoPath);
/external/skia/src/gpu/
H A DGrResourceProvider.cpp110 static bool make_info(int w, int h, GrPixelConfig config, SkImageInfo* ii) { function
141 if (make_info(desc.fWidth, desc.fHeight, desc.fConfig, &srcInfo)) {
H A DSkGpuDevice.cpp127 static SkImageInfo make_info(GrRenderTargetContext* context, int w, int h, bool opaque) { function
139 : INHERITED(make_info(renderTargetContext.get(), width, height,

Completed in 289 milliseconds