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

  /external/chromium_org/third_party/skia/src/utils/
SkPatchUtils.h 49 kTopP2_CubicCtrlPts = 2,
SkPatchGrid.cpp 50 fHrzCtrlPts[hrzPos + 1] = cubics[SkPatchUtils::kTopP2_CubicCtrlPts];
95 cubics[SkPatchUtils::kTopP2_CubicCtrlPts] = fHrzCtrlPts[hrzPos + 1];
SkPatchUtils.cpp 177 points[2] = cubics[kTopP2_CubicCtrlPts];
  /external/chromium_org/third_party/skia/bench/
PatchGridBench.cpp 111 points[SkPatchUtils::kTopP2_CubicCtrlPts] = hrzCtrl[i][j * 2 + 1];
  /external/chromium_org/third_party/skia/gm/
patchgrid.cpp 129 points[SkPatchUtils::kTopP2_CubicCtrlPts] = hrzCtrl[i][j * 2 + 1];

Completed in 31 milliseconds