Searched refs:cosValuePtr (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp217 SkFixed SkFixedSinCos(SkFixed radians, SkFixed* cosValuePtr) { argument
285 if (cosValuePtr) {
286 *cosValuePtr = cosValue;
/external/skia/src/core/
H A DSkMath.cpp217 SkFixed SkFixedSinCos(SkFixed radians, SkFixed* cosValuePtr) { argument
285 if (cosValuePtr) {
286 *cosValuePtr = cosValue;

Completed in 116 milliseconds