Home
last modified time | relevance | path

Searched refs:getPatch (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/utils/
DSkPatchGrid.cpp79 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()
DSkPatchGrid.h111 bool getPatch(int x, int y, SkPoint cubics[12], SkColor colors[4], SkPoint texCoords[4]) const;
/external/skia/gm/
Dpatchgrid.cpp149 grid.getPatch(x, y, cubics, nullptr, nullptr); in onDraw()