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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.cpp 223 SkFixed dxStorage[1];
224 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
225 dx = dxStorage[0];
410 SkFixed dxStorage[1];
411 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
412 dx = dxStorage[0];
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 223 SkFixed dxStorage[1];
224 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
225 dx = dxStorage[0];
410 SkFixed dxStorage[1];
411 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
412 dx = dxStorage[0];

Completed in 998 milliseconds