HomeSort by relevance Sort by last modified time
    Searched defs:SkBoundaryPatch (Results 1 - 2 of 2) sorted by null

  /external/skia/src/utils/
SkBoundaryPatch.cpp 1 #include "SkBoundaryPatch.h"
3 SkBoundaryPatch::SkBoundaryPatch() : fBoundary(NULL) {}
5 SkBoundaryPatch::~SkBoundaryPatch() {
9 SkBoundary* SkBoundaryPatch::setBoundary(SkBoundary* b) {
25 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) {
37 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) {
  /external/skia/include/utils/
SkBoundaryPatch.h 20 class SkBoundaryPatch {
22 SkBoundaryPatch();
23 ~SkBoundaryPatch();

Completed in 26 milliseconds