Searched refs:getPatch (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/utils/ |
D | SkPatchGrid.cpp | 79 bool SkPatchGrid::getPatch(int x, int y, SkPoint cubics[12], SkColor colors[4], in getPatch() function in SkPatchGrid 162 this->getPatch(x, y, cubics, nullptr, nullptr); in draw() 175 this->getPatch(x, y, cubics, colors, texCoords); in draw()
|
D | SkPatchGrid.h | 111 bool getPatch(int x, int y, SkPoint cubics[12], SkColor colors[4], SkPoint texCoords[4]) const;
|
/external/skia/gm/ |
D | patchgrid.cpp | 149 grid.getPatch(x, y, cubics, nullptr, nullptr); in onDraw()
|