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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkSweepGradient.cpp 170 static unsigned atan_0_90(SkFixed y, SkFixed x) { function
255 Since atan_0_90 only handles the first quadrant, we rotate x,y
293 unsigned result = add + atan_0_90(y, x);
  /external/skia/src/effects/gradients/
SkSweepGradient.cpp 170 static unsigned atan_0_90(SkFixed y, SkFixed x) { function
255 Since atan_0_90 only handles the first quadrant, we rotate x,y
293 unsigned result = add + atan_0_90(y, x);

Completed in 50 milliseconds