Home
last modified time | relevance | path

Searched refs:SkPatchGrid (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/utils/
DSkPatchGrid.cpp11 SkPatchGrid::SkPatchGrid(int rows, int cols, VertexType flags, SkXfermode* xfer) in SkPatchGrid() function in SkPatchGrid
24 SkPatchGrid::~SkPatchGrid() { in ~SkPatchGrid()
32 bool SkPatchGrid::setPatch(int x, int y, const SkPoint cubics[12], const SkColor colors[4], in setPatch()
79 bool SkPatchGrid::getPatch(int x, int y, SkPoint cubics[12], SkColor colors[4], in getPatch()
122 void SkPatchGrid::reset(int rows, int cols, VertexType flags, SkXfermode* xMode) { in reset()
152 void SkPatchGrid::draw(SkCanvas* canvas, SkPaint& paint) { in draw()
DSkPatchGrid.h79 class SkPatchGrid {
90 SkPatchGrid(int rows = 0, int cols = 0, VertexType flags = kNone_VertexType,
93 ~SkPatchGrid();
/external/skia/gm/
Dpatchgrid.cpp113 SkPatchGrid grid(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL); in onDraw()
/external/skia/bench/
DPatchGridBench.cpp99 fGrid.reset(kRows, kCols, SkPatchGrid::kColors_VertexType, NULL); in setGrid()
226 SkPatchGrid fGrid;
/external/skia/gyp/
Dutils.gypi83 '<(skia_src_path)/utils/SkPatchGrid.cpp',
84 '<(skia_src_path)/utils/SkPatchGrid.h',
/external/skia/
DAndroid.mk417 src/utils/SkPatchGrid.cpp \