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

  /external/skia/gm/
OverStroke.cpp 148 SkPath fillpath; local
149 p.getFillPath(path, &fillpath);
151 canvas->drawPath(fillpath, fillp);
185 SkPath fillpath; local
186 p.getFillPath(path, &fillpath);
188 canvas->drawPath(fillpath, fillp);
223 SkPath fillpath; local
224 p.getFillPath(path, &fillpath);
226 canvas->drawPath(fillpath, fillp);
  /external/skia/samplecode/
SamplePathOverstroke.cpp 183 SkPath fillpath; variable
184 p.getFillPath(path, &fillpath);
186 canvas->drawPath(fillpath, hairp);
189 std::cerr << "fillpath dumpHex" << std::endl;
190 fillpath.dumpHex();
  /external/skia/tools/lua/
count_dashes.lua 33 local fillpath = paint:getFillPath(path)
34 local verbs = fillpath:getVerbs()
  /external/skia/src/utils/
SkLua.cpp 1038 SkPath fillpath; local
1039 paint->getFillPath(*path, &fillpath);
1042 lua.pushPath(fillpath);
    [all...]

Completed in 188 milliseconds