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

  /external/chromium_org/third_party/skia/src/utils/
SkBoundaryPatch.cpp 8 #include "SkBoundaryPatch.h"
10 SkBoundaryPatch::SkBoundaryPatch() : fBoundary(NULL) {}
12 SkBoundaryPatch::~SkBoundaryPatch() {
16 SkBoundary* SkBoundaryPatch::setBoundary(SkBoundary* b) {
32 SkPoint SkBoundaryPatch::eval(SkScalar unitU, SkScalar unitV) {
44 bool SkBoundaryPatch::evalPatch(SkPoint verts[], int rows, int cols) {
  /external/chromium_org/third_party/skia/include/utils/
SkBoundaryPatch.h 32 class SkBoundaryPatch {
34 SkBoundaryPatch();
35 ~SkBoundaryPatch();

Completed in 82 milliseconds