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 215 SkFixed dxStorage[1];
216 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
217 dx = dxStorage[0];
396 SkFixed dxStorage[1];
397 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
398 dx = dxStorage[0];
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 215 SkFixed dxStorage[1];
216 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
217 dx = dxStorage[0];
396 SkFixed dxStorage[1];
397 (void)fDstToIndex.fixedStepInX(SkIntToScalar(y), dxStorage, NULL);
398 dx = dxStorage[0];

Completed in 1268 milliseconds