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

  /external/skia/gm/
OverStroke.cpp 149 SkPath fillpath; local
150 p.getFillPath(path, &fillpath);
152 canvas->drawPath(fillpath, fillp);
186 SkPath fillpath; local
187 p.getFillPath(path, &fillpath);
189 canvas->drawPath(fillpath, fillp);
224 SkPath fillpath; local
225 p.getFillPath(path, &fillpath);
227 canvas->drawPath(fillpath, fillp);
  /external/skqp/gm/
OverStroke.cpp 149 SkPath fillpath; local
150 p.getFillPath(path, &fillpath);
152 canvas->drawPath(fillpath, fillp);
186 SkPath fillpath; local
187 p.getFillPath(path, &fillpath);
189 canvas->drawPath(fillpath, fillp);
224 SkPath fillpath; local
225 p.getFillPath(path, &fillpath);
227 canvas->drawPath(fillpath, fillp);
  /external/skia/samplecode/
SamplePathOverstroke.cpp 176 SkPath fillpath; variable
177 p.getFillPath(path, &fillpath);
179 canvas->drawPath(fillpath, hairp);
182 std::cerr << "fillpath dumpHex" << std::endl;
183 fillpath.dumpHex();
  /external/skqp/samplecode/
SamplePathOverstroke.cpp 176 SkPath fillpath; variable
177 p.getFillPath(path, &fillpath);
179 canvas->drawPath(fillpath, hairp);
182 std::cerr << "fillpath dumpHex" << std::endl;
183 fillpath.dumpHex();
  /external/skia/tools/lua/
count_dashes.lua 33 local fillpath = paint:getFillPath(path)
34 local verbs = fillpath:getVerbs()
  /external/skqp/tools/lua/
count_dashes.lua 33 local fillpath = paint:getFillPath(path)
34 local verbs = fillpath:getVerbs()
  /external/skia/src/utils/
SkLua.cpp 888 SkPath fillpath; local
889 paint->getFillPath(*path, &fillpath);
892 lua.pushPath(fillpath);
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 888 SkPath fillpath; local
889 paint->getFillPath(*path, &fillpath);
892 lua.pushPath(fillpath);
    [all...]

Completed in 395 milliseconds