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

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 58 kBottomP1_CubicCtrlPts = 8,
SkPatchGrid.cpp 51 fHrzCtrlPts[hrzPos + (fCols * 2)] = cubics[SkPatchUtils::kBottomP1_CubicCtrlPts];
96 cubics[SkPatchUtils::kBottomP1_CubicCtrlPts] = fHrzCtrlPts[hrzPos + (fCols * 2)];
SkPatchUtils.cpp 183 points[1] = cubics[kBottomP1_CubicCtrlPts];
  /external/chromium_org/third_party/skia/bench/
PatchGridBench.cpp 112 points[SkPatchUtils::kBottomP1_CubicCtrlPts] = hrzCtrl[i + 1][j * 2];
  /external/chromium_org/third_party/skia/gm/
patchgrid.cpp 130 points[SkPatchUtils::kBottomP1_CubicCtrlPts] = hrzCtrl[i + 1][j * 2];

Completed in 84 milliseconds