HomeSort by relevance Sort by last modified time
    Searched refs:kBottomP0_CubicCtrlPts (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 57 kBottomP0_CubicCtrlPts = 9,
SkPatchGrid.cpp 44 fCornerPts[cornerPos + (fCols + 1)] = cubics[SkPatchUtils::kBottomP0_CubicCtrlPts];
90 cubics[SkPatchUtils::kBottomP0_CubicCtrlPts] = fCornerPts[cornerPos + (fCols + 1)];
SkDumpCanvas.cpp 471 cubics[SkPatchUtils::kBottomP0_CubicCtrlPts].fX,
472 cubics[SkPatchUtils::kBottomP0_CubicCtrlPts].fY,
SkPatchUtils.cpp 182 points[0] = cubics[kBottomP0_CubicCtrlPts];
  /external/chromium_org/third_party/skia/bench/
PatchGridBench.cpp 107 points[SkPatchUtils::kBottomP0_CubicCtrlPts] = vertices[i + 1][j];
  /external/chromium_org/third_party/skia/gm/
patchgrid.cpp 125 points[SkPatchUtils::kBottomP0_CubicCtrlPts] = vertices[i + 1][j];

Completed in 40 milliseconds