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

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 59 kBottomP2_CubicCtrlPts = 7,
SkPatchGrid.cpp 52 fHrzCtrlPts[hrzPos + (fCols * 2) + 1] = cubics[SkPatchUtils::kBottomP2_CubicCtrlPts];
97 cubics[SkPatchUtils::kBottomP2_CubicCtrlPts] = fHrzCtrlPts[hrzPos + (fCols * 2) + 1];
SkPatchUtils.cpp 184 points[2] = cubics[kBottomP2_CubicCtrlPts];
  /external/chromium_org/third_party/skia/bench/
PatchGridBench.cpp 113 points[SkPatchUtils::kBottomP2_CubicCtrlPts] = hrzCtrl[i + 1][j * 2 + 1];
  /external/chromium_org/third_party/skia/gm/
patchgrid.cpp 131 points[SkPatchUtils::kBottomP2_CubicCtrlPts] = hrzCtrl[i + 1][j * 2 + 1];

Completed in 251 milliseconds