OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkPatchGrid
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/utils/
SkPatchGrid.h
79
class
SkPatchGrid
{
90
SkPatchGrid
(int rows = 0, int cols = 0, VertexType flags = kNone_VertexType,
93
~
SkPatchGrid
();
SkPatchGrid.cpp
8
#include "
SkPatchGrid
.h"
11
SkPatchGrid
::
SkPatchGrid
(int rows, int cols, VertexType flags, SkXfermode* xfer)
24
SkPatchGrid
::~
SkPatchGrid
() {
32
bool
SkPatchGrid
::setPatch(int x, int y, const SkPoint cubics[12], const SkColor colors[4],
79
bool
SkPatchGrid
::getPatch(int x, int y, SkPoint cubics[12], SkColor colors[4],
122
void
SkPatchGrid
::reset(int rows, int cols, VertexType flags, SkXfermode* xMode) {
152
void
SkPatchGrid
::draw(SkCanvas* canvas, SkPaint& paint) {
/external/skia/bench/
PatchGridBench.cpp
12
#include "
SkPatchGrid
.h"
99
fGrid.reset(kRows, kCols,
SkPatchGrid
::kColors_VertexType, nullptr);
226
SkPatchGrid
fGrid;
/external/skia/gm/
patchgrid.cpp
10
#include "
SkPatchGrid
.h"
113
SkPatchGrid
grid(kRows, kCols,
SkPatchGrid
::kColors_VertexType, nullptr);
/external/skia/
Android.mk
643
src/utils/
SkPatchGrid
.cpp \
Completed in 167 milliseconds