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

  /external/skia/src/core/
SkFP.h 69 #define SkFPMulInt(a, n) SkFloat::MulInt(a, n)
SkFloat.h 109 static int32_t MulInt(int32_t, int);
SkFloat.cpp 191 int32_t SkFloat::MulInt(int32_t packed, int n)

Completed in 136 milliseconds