HomeSort by relevance Sort by last modified time
    Searched refs:make_info (Results 1 - 3 of 3) sorted by null

  /external/skia/src/gpu/
GrResourceProvider.cpp 110 static bool make_info(int w, int h, GrPixelConfig config, SkImageInfo* ii) { function
141 if (make_info(desc.fWidth, desc.fHeight, desc.fConfig, &srcInfo)) {
SkGpuDevice.cpp 127 static SkImageInfo make_info(GrRenderTargetContext* context, int w, int h, bool opaque) { function
139 : INHERITED(make_info(renderTargetContext.get(), width, height,
    [all...]
  /external/skia/gm/
pathfill.cpp 143 static void make_info(SkPath* path) { function
302 make_info(&fInfoPath);

Completed in 229 milliseconds